public class AxisContentHandler extends org.xml.sax.helpers.DefaultHandler
| Constructor and Description |
|---|
AxisContentHandler(SerializationContext context)
Creates a contentHandler delegate
|
| Modifier and Type | Method and Description |
|---|---|
void |
characters(char[] ch,
int start,
int length)
delegates to the serialization context
|
void |
endElement(String uri,
String localName,
String qName)
delegates to the serialization context
|
SerializationContext |
getContext()
Getter for property context.
|
void |
setContext(SerializationContext context)
Setter for property context.
|
void |
startElement(String uri,
String localName,
String qName,
Attributes attributes)
delegates to the serialization context
|
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningpublic AxisContentHandler(SerializationContext context)
context - : axis context to delegate topublic SerializationContext getContext()
public void setContext(SerializationContext context)
context - New value of property context.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 © The Apache Software Foundation. All Rights Reserved.