public class StackHandler extends org.xml.sax.helpers.DefaultHandler
| Modifier and Type | Class and Description |
|---|---|
class |
StackHandler.Content |
class |
StackHandler.DeclaredServiceElement |
class |
StackHandler.ResourceElement |
class |
StackHandler.ServiceElement<S extends AbstractService> |
| Constructor and Description |
|---|
StackHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
characters(char[] ch,
int start,
int length) |
protected void |
checkAttributes(Attributes attributes,
List<String> allowed) |
protected void |
checkAttributes(Attributes attributes,
String... allowed) |
void |
endElement(String uri,
String localName,
String qName) |
protected org.xml.sax.helpers.DefaultHandler |
get() |
protected org.xml.sax.helpers.DefaultHandler |
pop() |
protected void |
push(org.xml.sax.helpers.DefaultHandler handler) |
void |
startElement(String uri,
String localName,
String qName,
Attributes attributes) |
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningprotected org.xml.sax.helpers.DefaultHandler get()
protected org.xml.sax.helpers.DefaultHandler pop()
protected void checkAttributes(Attributes attributes, String... allowed) throws SAXException
SAXExceptionprotected void checkAttributes(Attributes attributes, List<String> allowed) throws SAXException
SAXExceptionprotected void push(org.xml.sax.helpers.DefaultHandler handler)
public void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException
startElement in interface ContentHandlerstartElement in class org.xml.sax.helpers.DefaultHandlerSAXExceptionpublic void endElement(String uri, String localName, String qName) throws SAXException
endElement in interface ContentHandlerendElement in class org.xml.sax.helpers.DefaultHandlerSAXExceptionpublic void characters(char[] ch,
int start,
int length)
throws SAXException
characters in interface ContentHandlercharacters in class org.xml.sax.helpers.DefaultHandlerSAXExceptionCopyright © 1999–2014 The Apache Software Foundation. All rights reserved.