Package org.eclipse.wst.xml.xpath2.processor.internal.types


org.eclipse.wst.xml.xpath2.processor.internal.types
Class NodeItemTypeImpl



public class NodeItemTypeImpl
extends java.lang.Object

Constructor Summary

NodeItemTypeImpl(short occurrence , short nodeType)
NodeItemTypeImpl(short nodeType)
NodeItemTypeImpl(short occurrence , short nodeType , org.eclipse.wst.xml.xpath2.api.typesystem.TypeDefinition typeDefinition , javax.xml.namespace.QName name , boolean wildcard)

Method Summary

public javax.xml.namespace.QNamegetName()
    
public shortgetNodeType()
    
public shortgetOccurrence()
    
public org.eclipse.wst.xml.xpath2.api.typesystem.TypeDefinitiongetTypeDefinition()
    
public booleanisWildcard()
    

Constructor Detail

NodeItemTypeImpl

public NodeItemTypeImpl(short occurrence , short nodeType)


NodeItemTypeImpl

public NodeItemTypeImpl(short nodeType)


NodeItemTypeImpl

public NodeItemTypeImpl(short occurrence , short nodeType , org.eclipse.wst.xml.xpath2.api.typesystem.TypeDefinition typeDefinition , javax.xml.namespace.QName name , boolean wildcard)


Methods Detail

getName

public javax.xml.namespace.QName getName()

Returns

javax.xml.namespace.QName


getNodeType

public short getNodeType()

Returns

short


getOccurrence

public short getOccurrence()

Returns

short


getTypeDefinition

public org.eclipse.wst.xml.xpath2.api.typesystem.TypeDefinition getTypeDefinition()

Returns

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


isWildcard

public boolean isWildcard()

Returns

boolean