public class

SchemaDOM

extends DefaultDocument
java.lang.Object
   ↳ org.apache.xerces.impl.xs.opti.DefaultNode
     ↳ org.apache.xerces.impl.xs.opti.NodeImpl
       ↳ org.apache.xerces.impl.xs.opti.DefaultDocument
         ↳ org.apache.xerces.impl.xs.opti.SchemaDOM

Summary

[Expand]
Inherited Constants
From interface org.w3c.dom.Node
Public Constructors
SchemaDOM()
Public Methods
ElementImpl emptyElement(QName element, XMLAttributes attributes, int line, int column)
ElementImpl emptyElement(QName element, XMLAttributes attributes, int line, int column, int offset)
void endElement()
Element getDocumentElement()
static void indent(int amount)
void printDOM()
void reset()
ElementImpl startElement(QName element, XMLAttributes attributes, int line, int column, int offset)
ElementImpl startElement(QName element, XMLAttributes attributes, int line, int column)
static void traverse(Node node, int depth)
[Expand]
Inherited Methods
From class org.apache.xerces.impl.xs.opti.DefaultDocument
From class org.apache.xerces.impl.xs.opti.NodeImpl
From class org.apache.xerces.impl.xs.opti.DefaultNode
From class java.lang.Object
From interface org.w3c.dom.Document
From interface org.w3c.dom.Node

Public Constructors

public SchemaDOM ()

Public Methods

public ElementImpl emptyElement (QName element, XMLAttributes attributes, int line, int column)

public ElementImpl emptyElement (QName element, XMLAttributes attributes, int line, int column, int offset)

public void endElement ()

public Element getDocumentElement ()

public static void indent (int amount)

public void printDOM ()

public void reset ()

public ElementImpl startElement (QName element, XMLAttributes attributes, int line, int column, int offset)

public ElementImpl startElement (QName element, XMLAttributes attributes, int line, int column)

public static void traverse (Node node, int depth)