|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This class contains information about a schema.
| Field Summary | |
static int |
kdfExpGlobals
Display tree will contained exported globals in targetNS - good for XSD |
static int |
kdfUnRefExpGlobals
Display tree will contained only unreferenced nodes - good for DTD. |
| Method Summary | |
List |
getDescSupportingSchemaNames()
Get the names of all the descendant schemas that support this schema via this schema's import or include. |
DisplayNode |
getDisplayTree(int flag)
Gets the display tree for this schema. |
String |
getName()
Gets the name of this Schema. |
int |
getPathBaseType(String path)
get path base type. |
ElementDN |
getRootElementDisplayTree(String rootElementName)
Returns ElementDN for specified root element. |
Vector |
getRootElementNames()
Return a vector of the String names of root schema elements for the schema associated with this SchemaInfo. |
int |
getSchemaSize()
Returns the size of schema text in characters. |
String |
getSchemaText()
Get the schema text in the original form. |
String |
getSchemaType()
|
String |
getTargetURI()
|
| Field Detail |
public static final int kdfUnRefExpGlobals
public static final int kdfExpGlobals
| Method Detail |
public String getName()
public String getSchemaType()
public String getTargetURI()
public DisplayNode getDisplayTree(int flag)
throws XDBException
XDBException - - EC_Schema: Schema error
public ElementDN getRootElementDisplayTree(String rootElementName)
throws XDBException
XDBException - - EC_Schema: Schema errorpublic Vector getRootElementNames()
public String getSchemaText()
public List getDescSupportingSchemaNames()
public int getSchemaSize()
public int getPathBaseType(String path)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||