Package org.eclipse.wst.xml.xpath2.api.typesystem


org.eclipse.wst.xml.xpath2.api.typesystem
Class NodeItemType



public class NodeItemType
extends 


Method Summary

public javax.xml.namespace.QNamegetName()
    
public shortgetNodeType()
     Node type as per list in org.w3c.dom.Node
public booleanisWildcard()
     For attribute and element types, return whether the name part of the type test is a wildcard.

Methods Detail

getName

public javax.xml.namespace.QName getName()

Returns

javax.xml.namespace.QName - name of the item type, if applicable, otherwise null


getNodeType

public short getNodeType()

Node type as per list in org.w3c.dom.Node

Returns

short - The DOM node type


isWildcard

public boolean isWildcard()

For attribute and element types, return whether the name part of the type test is a wildcard.

Returns

boolean - Wildcard test?