Package com.nt.udc.nar.xml
Class NARXMLWriter
java.lang.Object
org.xml.sax.helpers.DefaultHandler
com.nt.udc.util.xml.ContextParser
com.nt.udc.nar.xml.NARHandler
com.nt.udc.nar.xml.NARXMLWriter
- All Implemented Interfaces:
NamedContextFactory
,ContentHandler
,DTDHandler
,EntityResolver
,ErrorHandler
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.nt.udc.nar.xml.NARHandler
getContext, getDataDictionary, setDataDictionary
Methods inherited from class com.nt.udc.util.xml.ContextParser
addFactory, characters, createNewContext, endElement, getRoot, setDocumentLocator, startDocument, startElement, write
Methods inherited from class org.xml.sax.helpers.DefaultHandler
endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, skippedEntity, startPrefixMapping, unparsedEntityDecl, warning
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.xml.sax.ContentHandler
declaration
-
Constructor Details
-
NARXMLWriter
public NARXMLWriter() -
NARXMLWriter
-
-
Method Details
-
write
-
startDocumnet
-
endDocument
public void endDocument()- Specified by:
endDocument
in interfaceContentHandler
- Overrides:
endDocument
in classDefaultHandler
-
write
- Throws:
IOException
-