Package com.nt.udc.admin.server
Class HierarchySchemaParser
java.lang.Object
org.xml.sax.helpers.DefaultHandler
com.nt.udc.util.xml.ContextParser
com.nt.udc.admin.server.HierarchySchemaParser
- All Implemented Interfaces:
NamedContextFactory
,ContentHandler
,DTDHandler
,EntityResolver
,ErrorHandler
This class is used to build the GUI node tree hierarchy from an XML file.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.nt.udc.util.xml.ContextParser
addFactory, characters, createNewContext, endElement, getContext, getRoot, setDocumentLocator, startDocument, startElement, write
Methods inherited from class org.xml.sax.helpers.DefaultHandler
endDocument, 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
-
HierarchySchemaParser
public HierarchySchemaParser()
-
-
Method Details
-
parse
public void parse(File templateFile, com.nt.udc.admin.TemplateTreeNode node) throws ParserConfigurationException, FileNotFoundException, SAXException, IOException
-