Package org.eclipse.wst.xml.xpath2.processor.internal.types
public class AnyType extends java.lang.ObjectCommon base for every type
Field Summary | |
protected static javax.xml.datatype.DatatypeFactory | _datatypeFactory |
Constructor Summary |
AnyType() |
Method Summary | |
public boolean | empty() |
public org.eclipse.wst.xml.xpath2.processor.internal.types.AnyType | first() |
public java.lang.Object | firstValue() |
public org.eclipse.wst.xml.xpath2.api.typesystem.ItemType | getItemType() |
public java.lang.Object | getNativeValue() |
public java.lang.String | getStringValue() Retrieves the datatype's text representation |
public org.eclipse.wst.xml.xpath2.api.typesystem.TypeDefinition | getTypeDefinition() Returns the "new style" of TypeDefinition for this item. |
public org.eclipse.wst.xml.xpath2.api.Item | item(int index) |
public org.eclipse.wst.xml.xpath2.api.typesystem.ItemType | itemType(int index) |
public java.util.Iterator | iterator() |
public org.eclipse.wst.xml.xpath2.api.typesystem.ItemType | sequenceType() |
public int | size() |
public java.lang.String | string_type() Retrieves the datatype's full pathname |
public java.lang.String | string_value() |
public java.lang.Object | value(int index) |
Field Detail |
protected static javax.xml.datatype.DatatypeFactory _datatypeFactory
Constructor Detail |
public AnyType()
Methods Detail |
public boolean empty()
boolean
public org.eclipse.wst.xml.xpath2.processor.internal.types.AnyType first()
org.eclipse.wst.xml.xpath2.processor.internal.types.AnyType
public java.lang.Object firstValue()
java.lang.Object
public org.eclipse.wst.xml.xpath2.api.typesystem.ItemType getItemType()
org.eclipse.wst.xml.xpath2.api.typesystem.ItemType
public java.lang.Object getNativeValue()
java.lang.Object
public java.lang.String getStringValue()
Retrieves the datatype's text representation
java.lang.String
- Value as a string
public org.eclipse.wst.xml.xpath2.api.typesystem.TypeDefinition getTypeDefinition()
Returns the "new style" of TypeDefinition for this item.
org.eclipse.wst.xml.xpath2.api.typesystem.TypeDefinition
- Type definition (possibly backed by a schema type)
public org.eclipse.wst.xml.xpath2.api.Item item(int index)
index
org.eclipse.wst.xml.xpath2.api.Item
public org.eclipse.wst.xml.xpath2.api.typesystem.ItemType itemType(int index)
index
org.eclipse.wst.xml.xpath2.api.typesystem.ItemType
public java.util.Iterator iterator()
java.util.Iterator
public org.eclipse.wst.xml.xpath2.api.typesystem.ItemType sequenceType()
org.eclipse.wst.xml.xpath2.api.typesystem.ItemType
public int size()
int
public java.lang.String string_type()
Retrieves the datatype's full pathname
java.lang.String
- Datatype's full pathname
public java.lang.String string_value()
java.lang.String
public java.lang.Object value(int index)
index
java.lang.Object