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 and and


Method Summary
TypeMethod
 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
 
Methods inherited from class oracle.xml.parser.schema.XSDNode
getName, getNamespaceURI, getTargetNS, isNodeType
 

Method Detail

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