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, warning
public 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 ContentHandler
startElement
in class org.xml.sax.helpers.DefaultHandler
SAXException
public void endElement(String uri, String localName, String qName) throws SAXException
endElement
in interface ContentHandler
endElement
in class org.xml.sax.helpers.DefaultHandler
SAXException
public void characters(char[] ch, int start, int length) throws SAXException
characters
in interface ContentHandler
characters
in class org.xml.sax.helpers.DefaultHandler
SAXException
Copyright © The Apache Software Foundation. All Rights Reserved.