Package org.eclipse.wst.xml.xpath2.api.typesystem
public class NodeItemType extends
Method Summary | |
public javax.xml.namespace.QName | getName() |
public short | getNodeType() Node type as per list in org.w3c.dom.Node |
public boolean | isWildcard() For attribute and element types, return whether the name part of the type test is a wildcard. |
Methods Detail |
public javax.xml.namespace.QName getName()
javax.xml.namespace.QName
- name of the item type, if applicable, otherwise null
public short getNodeType()
Node type as per list in org.w3c.dom.Node
short
- The DOM node type
public boolean isWildcard()
For attribute and element types, return whether the name part of the type test is a wildcard.
boolean
- Wildcard test?