Package org.eclipse.wst.xml.xpath2.processor.internal.ast
public class SingleType extends org.eclipse.wst.xml.xpath2.processor.internal.ast.XPathNodeSupport for Single types.
Constructor Summary |
SingleType(org.eclipse.wst.xml.xpath2.processor.internal.types.QName type
,
boolean qmark) |
SingleType(org.eclipse.wst.xml.xpath2.processor.internal.types.QName type) |
Method Summary | |
public java.lang.Object | accept(org.eclipse.wst.xml.xpath2.processor.internal.ast.XPathVisitor v) Support for Visitor interface. |
public boolean | qmark() Set optional type. |
public org.eclipse.wst.xml.xpath2.processor.internal.types.QName | type() Support for QName interface. |
Constructor Detail |
public SingleType(org.eclipse.wst.xml.xpath2.processor.internal.types.QName type
,
boolean qmark)
Constructor for SingleType.
public SingleType(org.eclipse.wst.xml.xpath2.processor.internal.types.QName type)
Default Constructor for SingleType.
Methods Detail |
public java.lang.Object accept(org.eclipse.wst.xml.xpath2.processor.internal.ast.XPathVisitor v)
Support for Visitor interface.
v
java.lang.Object
- Result of Visitor operation.
public boolean qmark()
Set optional type.
boolean
- optional type value.
public org.eclipse.wst.xml.xpath2.processor.internal.types.QName type()
Support for QName interface.
org.eclipse.wst.xml.xpath2.processor.internal.types.QName
- Result of QName operation.