Package net.ontopia.topicmaps.xml
Class CanonicalTopicMapWriter.CanonicalXTMPrinter
java.lang.Object
net.ontopia.xml.CanonicalPrinter
net.ontopia.topicmaps.xml.CanonicalTopicMapWriter.CanonicalXTMPrinter
- All Implemented Interfaces:
ContentHandler
- Enclosing class:
- CanonicalTopicMapWriter
-
Field Summary
Fields inherited from class net.ontopia.xml.CanonicalPrinter
writer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidendElement(String uri, String localName, String name) voidstartElement(String uri, String localName, String name, Attributes atts) Methods inherited from class net.ontopia.xml.CanonicalPrinter
characters, endDocument, endPrefixMapping, escape, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMappingMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.xml.sax.ContentHandler
declaration
-
Constructor Details
-
CanonicalXTMPrinter
-
-
Method Details
-
startElement
- Specified by:
startElementin interfaceContentHandler- Overrides:
startElementin classCanonicalPrinter
-
endElement
- Specified by:
endElementin interfaceContentHandler- Overrides:
endElementin classCanonicalPrinter
-