oracle.xml.parser.schema
Class XSDIdentity
oracle.xml.parser.schema.XSDNode
|
+--oracle.xml.parser.schema.XSDIdentity
- public class XSDIdentity
- extends XSDNode
XSDElement class. Represents XMLSchema <unique> and <key> and <keyref>
Method Summary |
java.lang.String[] |
getFields()
Get the fields |
int |
getNodeType()
Get the node Type |
java.lang.String |
getRefer()
Get the referenced key |
java.lang.String |
getSelector()
Get the selector |
getNodeType
public int getNodeType()
- Get the node Type
-
- Overrides:
- getNodeType in class XSDNode
-
- Returns:
- nodeType
getRefer
public java.lang.String getRefer()
- Get the referenced key
-
- Returns:
- referenced key
getSelector
public java.lang.String getSelector()
- Get the selector
-
- Returns:
- selector
getFields
public java.lang.String[] getFields()
- Get the fields
-
- Returns:
- fields
Copyright © 1997, 2004, Oracle. All rights reserved.