Uses of Class
org.gxml.xdm.NodeKind

Packages that use NodeKind
org.gxml.sa   
org.gxml.u Provides the core API for gXML-U 
org.gxml.xdm   
 

Uses of NodeKind in org.gxml.sa
 

Methods in org.gxml.sa that return NodeKind
 NodeKind GxCursor.getNodeKind()
           
 NodeKind GxModel.getNodeKind(N node)
          Returns the node-kind of the node as an enumerated type in NodeKind.
 

Methods in org.gxml.sa with parameters of type NodeKind
 boolean GxModel.matches(N node, NodeKind kind, S namespace, S localName)
          Determines whether the specified node matches in kind and name.
 boolean GxCursor.matches(NodeKind nodeKind, S namespaceURI, S localName)
           
 

Uses of NodeKind in org.gxml.u
 

Methods in org.gxml.u that return NodeKind
 NodeKind GuCursor.getNodeKind()
          Returns the dm:node-kind property of the XDM as an enumeration in NodeKind.
 NodeKind GuModel.getNodeKind(N node)
          Returns the node-kind of the node as an enumeration in NodeKind.
 

Methods in org.gxml.u with parameters of type NodeKind
 boolean GuModel.matches(N node, NodeKind nodeKind, java.lang.String namespaceURI, java.lang.String localName)
          Deterimines whether the specified node matches the arguments.
 boolean GuCursor.matches(NodeKind nodeKind, java.lang.String namespaceURI, java.lang.String localName)
          Deterimines whether the cursor matches the arguments.
 

Uses of NodeKind in org.gxml.xdm
 

Methods in org.gxml.xdm that return NodeKind
 NodeKind Model.getNodeKind(N node)
          Returns the node-kind of the node as an enumeration in NodeKind.
static NodeKind NodeKind.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static NodeKind[] NodeKind.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2009 TIBCO Software Inc. All Rights Reserved.