Save This Page
Home » openjdk-7 » com.sun.xml.internal » xsom » impl » parser » [javadoc | source]
com.sun.xml.internal.xsom.impl.parser
public final class: SchemaDocumentImpl [javadoc | source]
java.lang.Object
   com.sun.xml.internal.xsom.impl.parser.SchemaDocumentImpl

All Implemented Interfaces:
    SchemaDocument

SchemaDocument implementation.
Field Summary
final  Set references    SchemaDocumentImpl s that are referenced from this document. 
final  Set referers    SchemaDocumentImpl s that are referencing this document. 
Constructor:
 protected SchemaDocumentImpl(SchemaImpl schema,
    String _schemaDocumentURI) 
Method from com.sun.xml.internal.xsom.impl.parser.SchemaDocumentImpl Summary:
equals,   getImportedDocuments,   getIncludedDocuments,   getReferencedDocuments,   getReferers,   getSchema,   getSystemId,   getTargetNamespace,   hashCode,   imports,   includes
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.sun.xml.internal.xsom.impl.parser.SchemaDocumentImpl Detail:
 public boolean equals(Object o) 
 public Set getImportedDocuments(String targetNamespace) 
 public Set getIncludedDocuments() 
 public Set getReferencedDocuments() 
 public Set getReferers() 
 public SchemaImpl getSchema() 
 public String getSystemId() 
 public String getTargetNamespace() 
 public int hashCode() 
 public boolean imports(SchemaDocument doc) 
 public boolean includes(SchemaDocument doc)