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


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



public class CtrType
extends org.eclipse.wst.xml.xpath2.processor.internal.types.AnyAtomicType
A representation of the CtrType datatype

Constructor Summary

CtrType()

Method Summary

public org.eclipse.wst.xml.xpath2.api.ResultSequenceconstructor(org.eclipse.wst.xml.xpath2.api.ResultSequence arg)
     Used for constructor function.
public java.lang.ObjectgetNativeValue()
    
public java.lang.Stringtype_name()
     Retrieves the datatype's name

Constructor Detail

CtrType

public CtrType()


Methods Detail

constructor

public org.eclipse.wst.xml.xpath2.api.ResultSequence constructor(org.eclipse.wst.xml.xpath2.api.ResultSequence arg)

Used for constructor function.

Parameters

arg - Either an empty sequence or 1 atomic type

Returns

org.eclipse.wst.xml.xpath2.api.ResultSequence - The resulting ResultSequence

Throws:

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


getNativeValue

public java.lang.Object getNativeValue()

Returns

java.lang.Object


type_name

public java.lang.String type_name()

Retrieves the datatype's name

Returns

java.lang.String - String representation of the datatype's name