Package org.eclipse.wst.xml.xpath2.processor.internal.types
public class XSAnyURI extends org.eclipse.wst.xml.xpath2.processor.internal.types.CtrTypeRepresents a Universal Resource Identifier (URI) reference
Constructor Summary |
XSAnyURI(java.lang.String x) |
XSAnyURI() |
Method Summary | |
public org.eclipse.wst.xml.xpath2.api.ResultSequence | constructor(org.eclipse.wst.xml.xpath2.api.ResultSequence arg) Creation of a result sequence consisting of a URI from a previous result sequence. |
public boolean | eq(org.eclipse.wst.xml.xpath2.processor.internal.types.AnyType arg
,
org.eclipse.wst.xml.xpath2.api.DynamicContext dynamicContext) Equality comparison between this and the supplied representation which must be of type xs:anyURI (or, by promotion of this, xs:string) |
public java.lang.String | getStringValue() |
public org.eclipse.wst.xml.xpath2.api.typesystem.TypeDefinition | getTypeDefinition() |
public boolean | gt(org.eclipse.wst.xml.xpath2.processor.internal.types.AnyType arg
,
org.eclipse.wst.xml.xpath2.api.DynamicContext context) Greater than comparison between this and the supplied representation which must be of type xs:anyURI (or, by promotion of this, xs:string) |
public boolean | lt(org.eclipse.wst.xml.xpath2.processor.internal.types.AnyType arg
,
org.eclipse.wst.xml.xpath2.api.DynamicContext context) Less than comparison between this and the supplied representation which must be of type xs:anyURI (or, by promotion of this, xs:string) |
public java.lang.String | string_type() Retrieve full type pathname of this datatype |
public java.lang.String | string_value() Transforms and retrieves the URI value of this URI datatype in String format |
public java.lang.String | type_name() Retrieve type name of this datatype |
Constructor Detail |
public XSAnyURI(java.lang.String x)
Arity 1 Constructor
public XSAnyURI()
Arity 0 Constructor. Initiates URI to null.
Methods Detail |
public org.eclipse.wst.xml.xpath2.api.ResultSequence constructor(org.eclipse.wst.xml.xpath2.api.ResultSequence arg)
Creation of a result sequence consisting of a URI from a previous result sequence.
arg
- previous result sequence
org.eclipse.wst.xml.xpath2.api.ResultSequence
- new result sequence consisting of the URI supplied
org.eclipse.wst.xml.xpath2.processor.DynamicError
public boolean eq(org.eclipse.wst.xml.xpath2.processor.internal.types.AnyType arg
,
org.eclipse.wst.xml.xpath2.api.DynamicContext dynamicContext)
Equality comparison between this and the supplied representation which must be of type xs:anyURI (or, by promotion of this, xs:string)
arg
- The representation to compare with
dynamicContext
boolean
- True if the two representation are of the same String. False otherwise
org.eclipse.wst.xml.xpath2.processor.DynamicError
public java.lang.String getStringValue()
java.lang.String
public org.eclipse.wst.xml.xpath2.api.typesystem.TypeDefinition getTypeDefinition()
org.eclipse.wst.xml.xpath2.api.typesystem.TypeDefinition
public boolean gt(org.eclipse.wst.xml.xpath2.processor.internal.types.AnyType arg
,
org.eclipse.wst.xml.xpath2.api.DynamicContext context)
Greater than comparison between this and the supplied representation which must be of type xs:anyURI (or, by promotion of this, xs:string)
arg
context
boolean
org.eclipse.wst.xml.xpath2.processor.DynamicError
public boolean lt(org.eclipse.wst.xml.xpath2.processor.internal.types.AnyType arg
,
org.eclipse.wst.xml.xpath2.api.DynamicContext context)
Less than comparison between this and the supplied representation which must be of type xs:anyURI (or, by promotion of this, xs:string)
arg
context
boolean
org.eclipse.wst.xml.xpath2.processor.DynamicError
public java.lang.String string_type()
Retrieve full type pathname of this datatype
java.lang.String
- "xs:anyURI", the full type pathname of this datatype
public java.lang.String string_value()
Transforms and retrieves the URI value of this URI datatype in String format
java.lang.String
- the URI value held by this instance of the URI datatype as a String
public java.lang.String type_name()
Retrieve type name of this datatype
java.lang.String
- "anyURI", the type name of this datatype