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

Methods inherited from class oracle.xml.parser.schema.XSDNode
getAnnotation, 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


Copyright © 1997, 2004, Oracle. All rights reserved.