org.apache.xerces.impl.xs.opti
public class SchemaDOM extends DefaultDocument
Version: $Id: SchemaDOM.java,v 1.11 2005/07/22 21:42:26 mrglavas Exp $
UNKNOWN:
| Constructor Summary | |
|---|---|
| SchemaDOM() | |
| Method Summary | |
|---|---|
| void | emptyElement(QName element, XMLAttributes attributes, int line, int column, int offset) |
| void | emptyElement(QName element, XMLAttributes attributes, int line, int column) |
| void | endElement() |
| Element | getDocumentElement() |
| static void | indent(int amount) |
| void | printDOM() |
| void | reset() |
| void | startElement(QName element, XMLAttributes attributes, int line, int column, int offset) |
| void | startElement(QName element, XMLAttributes attributes, int line, int column) |
| static void | traverse(Node node, int depth) |