Package org.eclipse.wst.xml.xpath2.processor.internal.types
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.QName | getName() |
public short | getNodeType() |
public short | getOccurrence() |
public org.eclipse.wst.xml.xpath2.api.typesystem.TypeDefinition | getTypeDefinition() |
public boolean | isWildcard() |
Constructor Detail |
public NodeItemTypeImpl(short occurrence
,
short nodeType)
public NodeItemTypeImpl(short nodeType)
public NodeItemTypeImpl(short occurrence
,
short nodeType
,
org.eclipse.wst.xml.xpath2.api.typesystem.TypeDefinition typeDefinition
,
javax.xml.namespace.QName name
,
boolean wildcard)
Methods Detail |
public javax.xml.namespace.QName getName()
javax.xml.namespace.QName
public short getNodeType()
short
public short getOccurrence()
short
public org.eclipse.wst.xml.xpath2.api.typesystem.TypeDefinition getTypeDefinition()
org.eclipse.wst.xml.xpath2.api.typesystem.TypeDefinition
public boolean isWildcard()
boolean