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


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



public class XSEntity
extends org.eclipse.wst.xml.xpath2.processor.internal.types.XSNCName
Built in Data Type for xs:Entity


Constructor Summary

XSEntity()
XSEntity(java.lang.String value)

Method Summary

public org.eclipse.wst.xml.xpath2.api.ResultSequenceconstructor(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.TypeDefinitiongetTypeDefinition()
    
public java.lang.Stringstring_type()
    
public java.lang.Stringtype_name()
    

Constructor Detail

XSEntity

public XSEntity()


XSEntity

public XSEntity(java.lang.String value)


Methods Detail

constructor

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.

Parameters

arg - The ResultSequence from which to extract the ENTITY

Returns

org.eclipse.wst.xml.xpath2.api.ResultSequence - New ResultSequence consisting of the ENTITY supplied

Throws:

org.eclipse.wst.xml.xpath2.processor.DynamicError


getTypeDefinition

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

Returns

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


string_type

public java.lang.String string_type()

Returns

java.lang.String


type_name

public java.lang.String type_name()

Returns

java.lang.String