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


org.eclipse.wst.xml.xpath2.processor.internal.ast
Class SingleType



public class SingleType
extends org.eclipse.wst.xml.xpath2.processor.internal.ast.XPathNode
Support 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.Objectaccept(org.eclipse.wst.xml.xpath2.processor.internal.ast.XPathVisitor v)
     Support for Visitor interface.
public booleanqmark()
     Set optional type.
public org.eclipse.wst.xml.xpath2.processor.internal.types.QNametype()
     Support for QName interface.

Constructor Detail

SingleType

public SingleType(org.eclipse.wst.xml.xpath2.processor.internal.types.QName type , boolean qmark)

Constructor for SingleType.


SingleType

public SingleType(org.eclipse.wst.xml.xpath2.processor.internal.types.QName type)

Default Constructor for SingleType.


Methods Detail

accept

public java.lang.Object accept(org.eclipse.wst.xml.xpath2.processor.internal.ast.XPathVisitor v)

Support for Visitor interface.

Parameters

v

Returns

java.lang.Object - Result of Visitor operation.


qmark

public boolean qmark()

Set optional type.

Returns

boolean - optional type value.


type

public org.eclipse.wst.xml.xpath2.processor.internal.types.QName type()

Support for QName interface.

Returns

org.eclipse.wst.xml.xpath2.processor.internal.types.QName - Result of QName operation.