|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.saxonica.schema.SchemaStructure
com.saxonica.schema.PreparedSchema
com.saxonica.schema.SingleNamespaceSchema
public class SingleNamespaceSchema
A schema (collection of schema components) that has an identifiable target namespace: typically the set of components derived from a single import or include. It is not actually necessary that all the components should belong to this target namespace. In the specification, this is "the schema corresponding to some schema document".
Field Summary |
---|
Fields inherited from class com.saxonica.schema.PreparedSchema |
---|
NAMESPACE_KNOWN, NAMESPACE_SEALED, NAMESPACE_UNDER_CONSTRUCTION, NAMESPACE_UNKNOWN |
Constructor Summary | |
---|---|
SingleNamespaceSchema(SchemaAwareConfiguration config,
java.lang.String targetNamespace)
|
Method Summary | |
---|---|
java.lang.String |
getTargetNamespace()
Returns the target namespace for this Schema, or "" if the schema is a no-namespace schema. |
void |
setTargetNamespace(java.lang.String targetNamespace)
Sets the target namespace for this Schema |
Methods inherited from class com.saxonica.schema.SchemaStructure |
---|
elaborate, fixup, getColumnNumber, getFixupStatus, getLineNumber, getPublicId, getSystemId, getValidationStatus, lookForCycles, setFixupStatus, setLineNumber, setLocator, setSystemId, setValidationStatus |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SingleNamespaceSchema(SchemaAwareConfiguration config, java.lang.String targetNamespace)
Method Detail |
---|
public void setTargetNamespace(java.lang.String targetNamespace)
targetNamespace
- the target namespace for this Schemapublic java.lang.String getTargetNamespace()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |