oracle.xml.parser.schema
Class XSDNode

oracle.xml.parser.schema.XSDNode
Direct Known Subclasses:
XMLSchema, XMLSchemaNode, XSDComplexType, XSDIdentity

public class XSDNode

Root class for most of XSD classes. Contains fields and methods corresponding to XMLSchema definition attributes


Method Summary
TypeMethod
 java.lang.String getName()
          Get the name of the node
 java.lang.String getNamespaceURI()
          Get namespace uri for psv
 int getNodeType()
          Get the type of XSDNode.
 java.lang.String getTargetNS()
          Get target namespace
 boolean isNodeType(int type)
          Checks if the node is of the give type
 

Method Detail

getNodeType

public int getNodeType()
Get the type of XSDNode.
Returns:
nodeType

isNodeType

public boolean isNodeType(int type)
Checks if the node is of the give type
Parameters:
type -  

getName

public java.lang.String getName()
Get the name of the node
Returns:
name

getTargetNS

public java.lang.String getTargetNS()
Get target namespace
Returns:
tagetNS

getNamespaceURI

public java.lang.String getNamespaceURI()
Get namespace uri for psv
Returns:
tagetNS