Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
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
public class SchemaDOM
extends DefaultDocument
Constructor Summary | |
Method Summary | |
ElementImpl |
|
ElementImpl |
|
void | |
org.w3c.dom.Element | |
static void |
|
void |
|
void |
|
ElementImpl |
|
ElementImpl |
|
static void |
|
Methods inherited from class org.apache.xerces.impl.xs.opti.NodeImpl | |
getLocalName , getNamespaceURI , getNodeName , getNodeType , getPrefix , getReadOnly , setReadOnly |
Methods inherited from class org.apache.xerces.impl.xs.opti.DefaultNode | |
appendChild , cloneNode , compareDocumentPosition , getAttributes , getBaseURI , getChildNodes , getFeature , getFirstChild , getLastChild , getLocalName , getNamespaceURI , getNextSibling , getNodeName , getNodeType , getNodeValue , getOwnerDocument , getParentNode , getPrefix , getPreviousSibling , getTextContent , getUserData , hasAttributes , hasChildNodes , insertBefore , isDefaultNamespace , isEqualNode , isSameNode , isSupported , lookupNamespaceURI , lookupPrefix , normalize , removeChild , replaceChild , setNodeValue , setPrefix , setTextContent , setUserData |
public ElementImpl emptyElement(org.apache.xerces.xni.QName element, org.apache.xerces.xni.XMLAttributes attributes, int line, int column)
public ElementImpl emptyElement(org.apache.xerces.xni.QName element, org.apache.xerces.xni.XMLAttributes attributes, int line, int column, int offset)
public void endElement()
public org.w3c.dom.Element getDocumentElement()
- Specified by:
- getDocumentElement in interface org.w3c.dom.Document
- Overrides:
- getDocumentElement in interface DefaultDocument
public static void indent(int amount)
public void printDOM()
public void reset()
public ElementImpl startElement(org.apache.xerces.xni.QName element, org.apache.xerces.xni.XMLAttributes attributes, int line, int column)
public ElementImpl startElement(org.apache.xerces.xni.QName element, org.apache.xerces.xni.XMLAttributes attributes, int line, int column, int offset)
public static void traverse(org.w3c.dom.Node node, int depth)