|
Oracle® Database XML Java API Reference 12c Release 1 (12.1) E15981-09 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.xml.parser.schema.XSDNode
public class XSDNode
Root class for most of XSD classes. Contains fields and methods corresponding to XMLSchema definition attributes
Field Summary |
---|
Method Summary | |
---|---|
java.lang.String |
getName() Get the name of the node |
int |
getNodeType() Get the type of XSDNode. |
XMLSchema |
getOwnerSchema() |
java.lang.String |
getRefLocalname() |
java.lang.String |
getTargetNS() Get target namespace |
boolean |
isNodeType(int type) Checks if the node is of the give type |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int getNodeType()
public boolean isNodeType(int type)
type
-public java.lang.String getName()
public java.lang.String getRefLocalname()
public java.lang.String getTargetNS()
public XMLSchema getOwnerSchema()
|
Oracle® Database XML Java API Reference 12c Release 1 (12.1) E15981-09 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2003, 2014, Oracle and/or its affiliates. All rights reserved.