| 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
SchemaDOM | public class SchemaDOM extends DefaultDocument (Code) | | author: Rahul Srivastava, Sun Microsystems Inc. author: Sandy Gao, IBM version: $Id: SchemaDOM.java 446728 2006-09-15 20:43:46Z mrglavas $ |
Method Summary | |
void | characters(XMLString text) | void | comment(XMLString text) | public ElementImpl | emptyElement(QName element, XMLAttributes attributes, int line, int column, int offset) | public ElementImpl | emptyElement(QName element, XMLAttributes attributes, int line, int column) | void | endAnnotation(QName elemName, ElementImpl annotation) | void | endAnnotationCDATA() | void | endAnnotationElement(QName elemName) | public void | endElement() | void | endSyntheticAnnotationElement(QName elemName, boolean complete) | public Element | getDocumentElement() | public static void | indent(int amount) | public void | printDOM() | void | processingInstruction(String target, XMLString data) | public void | reset() | void | startAnnotation(QName elemName, XMLAttributes attributes, NamespaceContext namespaceContext) | void | startAnnotationCDATA() | void | startAnnotationElement(QName elemName, XMLAttributes attributes) | 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) |
nextFreeLoc | int nextFreeLoc(Code) | | |
relationsColResizeFactor | final static int relationsColResizeFactor(Code) | | |
relationsRowResizeFactor | final static int relationsRowResizeFactor(Code) | | |
SchemaDOM | public SchemaDOM()(Code) | | |
endAnnotationCDATA | void endAnnotationCDATA()(Code) | | |
endAnnotationElement | void endAnnotationElement(QName elemName)(Code) | | |
endElement | public void endElement()(Code) | | |
endSyntheticAnnotationElement | void endSyntheticAnnotationElement(QName elemName, boolean complete)(Code) | | |
indent | public static void indent(int amount)(Code) | | |
printDOM | public void printDOM()(Code) | | |
reset | public void reset()(Code) | | |
startAnnotationCDATA | void startAnnotationCDATA()(Code) | | |
traverse | public static void traverse(Node node, int depth)(Code) | | |
|
|