Package org.apache.uima.util
Class XMLSerializer.CharacterValidatingContentHandler
- java.lang.Object
-
- org.apache.uima.util.XMLSerializer.CharacterValidatingContentHandler
-
- All Implemented Interfaces:
ContentHandler
,LexicalHandler
- Enclosing class:
- XMLSerializer
public class XMLSerializer.CharacterValidatingContentHandler extends Object implements ContentHandler, LexicalHandler
This class wraps the standard content handler
-
-
Field Summary
Fields Modifier and Type Field Description boolean
prevNL
boolean
prevWasEndElement
-
Method Summary
-
-
-
Method Detail
-
getIndent
public int getIndent()
-
nextIndent
public int nextIndent()
-
prevIndent
public int prevIndent()
-
getIndentDelta
public int getIndentDelta()
-
setIndentDelta
public void setIndentDelta(int indentDelta)
-
lastOutputNodeAddLevel
public void lastOutputNodeAddLevel()
-
setLastOutputNode
public void setLastOutputNode(Node n)
-
getLastOutputNode
public Node getLastOutputNode()
-
getLastOutputNodePrevLevel
public Node getLastOutputNodePrevLevel()
-
lastOutputNodeClearLevel
public void lastOutputNodeClearLevel()
-
startElement
public void startElement(String uri, String localName, String qName, Attributes atts) throws SAXException
- Specified by:
startElement
in interfaceContentHandler
- Throws:
SAXException
-
characters
public void characters(char[] ch, int start, int length) throws SAXException
- Specified by:
characters
in interfaceContentHandler
- Throws:
SAXException
-
endDocument
public void endDocument() throws SAXException
- Specified by:
endDocument
in interfaceContentHandler
- Throws:
SAXException
-
endElement
public void endElement(String uri, String localName, String qName) throws SAXException
- Specified by:
endElement
in interfaceContentHandler
- Throws:
SAXException
-
endPrefixMapping
public void endPrefixMapping(String prefix) throws SAXException
- Specified by:
endPrefixMapping
in interfaceContentHandler
- Throws:
SAXException
-
ignorableWhitespace
public void ignorableWhitespace(char[] ch, int start, int length) throws SAXException
- Specified by:
ignorableWhitespace
in interfaceContentHandler
- Throws:
SAXException
-
processingInstruction
public void processingInstruction(String target, String data) throws SAXException
- Specified by:
processingInstruction
in interfaceContentHandler
- Throws:
SAXException
-
setDocumentLocator
public void setDocumentLocator(Locator locator)
- Specified by:
setDocumentLocator
in interfaceContentHandler
-
skippedEntity
public void skippedEntity(String name) throws SAXException
- Specified by:
skippedEntity
in interfaceContentHandler
- Throws:
SAXException
-
startDocument
public void startDocument() throws SAXException
- Specified by:
startDocument
in interfaceContentHandler
- Throws:
SAXException
-
startPrefixMapping
public void startPrefixMapping(String prefix, String uri) throws SAXException
- Specified by:
startPrefixMapping
in interfaceContentHandler
- Throws:
SAXException
-
comment
public void comment(char[] ch, int start, int length) throws SAXException
- Specified by:
comment
in interfaceLexicalHandler
- Throws:
SAXException
-
endCDATA
public void endCDATA() throws SAXException
- Specified by:
endCDATA
in interfaceLexicalHandler
- Throws:
SAXException
-
endDTD
public void endDTD() throws SAXException
- Specified by:
endDTD
in interfaceLexicalHandler
- Throws:
SAXException
-
endEntity
public void endEntity(String arg0) throws SAXException
- Specified by:
endEntity
in interfaceLexicalHandler
- Throws:
SAXException
-
startCDATA
public void startCDATA() throws SAXException
- Specified by:
startCDATA
in interfaceLexicalHandler
- Throws:
SAXException
-
startDTD
public void startDTD(String arg0, String arg1, String arg2) throws SAXException
- Specified by:
startDTD
in interfaceLexicalHandler
- Throws:
SAXException
-
startEntity
public void startEntity(String arg0) throws SAXException
- Specified by:
startEntity
in interfaceLexicalHandler
- Throws:
SAXException
-
-