Package org.eclipse.wst.xml.xpath2.processor.internal.types
public class XSEntity extends org.eclipse.wst.xml.xpath2.processor.internal.types.XSNCNameBuilt in Data Type for xs:Entity
Constructor Summary |
XSEntity() |
XSEntity(java.lang.String value) |
Method Summary | |
public org.eclipse.wst.xml.xpath2.api.ResultSequence | constructor(org.eclipse.wst.xml.xpath2.api.ResultSequence arg) Creates a new ResultSequence consisting of the ENTITY within the supplied ResultSequence. The specification says that this is relaxed from the XML Schema requirement. The ENTITY does not have to be located or expanded during construction and evaluation for casting. |
public org.eclipse.wst.xml.xpath2.api.typesystem.TypeDefinition | getTypeDefinition() |
public java.lang.String | string_type() |
public java.lang.String | type_name() |
Constructor Detail |
public XSEntity()
public XSEntity(java.lang.String value)
Methods Detail |
public org.eclipse.wst.xml.xpath2.api.ResultSequence constructor(org.eclipse.wst.xml.xpath2.api.ResultSequence arg)
Creates a new ResultSequence consisting of the ENTITY within the supplied ResultSequence. The specification says that this is relaxed from the XML Schema requirement. The ENTITY does not have to be located or expanded during construction and evaluation for casting.
arg
- The ResultSequence from which to extract the ENTITY
org.eclipse.wst.xml.xpath2.api.ResultSequence
- New ResultSequence consisting of the ENTITY supplied
org.eclipse.wst.xml.xpath2.processor.DynamicError
public org.eclipse.wst.xml.xpath2.api.typesystem.TypeDefinition getTypeDefinition()
org.eclipse.wst.xml.xpath2.api.typesystem.TypeDefinition
public java.lang.String string_type()
java.lang.String
public java.lang.String type_name()
java.lang.String