public class FormatAwareWordInfilter extends WordInfilter
| Constructor and Description |
|---|
FormatAwareWordInfilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
endElement(java.lang.String uri,
java.lang.String localName,
java.lang.String qName)
Overrides the default
endElement method. |
void |
outputStartElement(java.lang.String uri,
java.lang.String localName,
java.lang.String qName,
org.xml.sax.Attributes atts)
Similar to startElement.
|
void |
startDocument()
Overrides the default
startDocument method. |
void |
startElement(java.lang.String uri,
java.lang.String localName,
java.lang.String qName,
org.xml.sax.Attributes atts)
Overrides the default
startElement method. |
addBreakIterator, bufferedCharacters, endDocument, getCachedLocales, getCacheResetForNewDocument, getDefaultBreakIterator, getIgnoreXMLLangAttributes, resetCache, setCacheResetForNewDocument, setDefaultBreakIterator, setIgnoreXMLLangAttributescharacters, ignorableWhitespace, startPrefixMappinggetClosestAttributeValueFromAncestor, getClosestAttributeValueFromAnyAncestor, getGrandParentLocalName, getParentLocalName, getParentQName, getProperty, hasAncestor, hasAncestor, hasAncestorWithAttr, hasAncestorWithAttrValue, hasAncestorWithAttrValues, outputCharacters, outputEndElement, popAncestorStack, pushAncestorStack, setProperty, stackDepthattributeDecl, comment, elementDecl, endCDATA, endDTD, endEntity, externalEntityDecl, internalEntityDecl, parse, parse, startCDATA, startDTD, startEntityendPrefixMapping, error, fatalError, getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getParent, notationDecl, processingInstruction, resolveEntity, setContentHandler, setDocumentLocator, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setParent, skippedEntity, unparsedEntityDecl, warningpublic void startDocument()
throws org.xml.sax.SAXException
WordInfilterstartDocument method.startDocument in interface org.xml.sax.ContentHandlerstartDocument in class WordInfilterorg.xml.sax.SAXException - the superclass may throw an exception during processingXMLFilterImpl.startDocument()public void startElement(java.lang.String uri,
java.lang.String localName,
java.lang.String qName,
org.xml.sax.Attributes atts)
throws org.xml.sax.SAXException
PCDataConcatenatingInfilter
Overrides the default startElement method. This method processes xml:space and
deltaxml:word-by-word attributes.
startElement in interface org.xml.sax.ContentHandlerstartElement in class PCDataConcatenatingInfilteruri - the URI of the element's namespacelocalName - the element's localnameqName - the element's qualified nameatts - the element's attributesorg.xml.sax.SAXException - the superclass may throw an exception during processingXMLFilterImpl.startElement(String, String, String, org.xml.sax.Attributes)public void endElement(java.lang.String uri,
java.lang.String localName,
java.lang.String qName)
throws org.xml.sax.SAXException
PCDataConcatenatingInfilterendElement method. This version of the method performs internal operations.endElement in interface org.xml.sax.ContentHandlerendElement in class PCDataConcatenatingInfilteruri - the URI of the element's namespacelocalName - the element's localnameqName - the element's qualified nameorg.xml.sax.SAXException - the superclass may throw an exception during processingXMLFilterImpl.endElement(String, String, String)public void outputStartElement(java.lang.String uri,
java.lang.String localName,
java.lang.String qName,
org.xml.sax.Attributes atts)
throws org.xml.sax.SAXException
AncestorXMLFilteroutputStartElement in class AncestorXMLFilteruri - the element's namespace URIlocalName - the element's localnameqName - the element's qualified nameatts - the element's attributesorg.xml.sax.SAXException - the supertype may throw a SAXException during processingXMLFilterImpl.startElement(String, String, String, Attributes),
XMLFilterImpl.startElement(String, String, String, Attributes)