Package org.eclipse.wst.xml.xpath2.processor.internal.types
public class DocType extends org.eclipse.wst.xml.xpath2.processor.internal.types.NodeTypeA representation of the DocumentType datatype
Constructor Summary |
DocType(org.w3c.dom.Document v
,
org.eclipse.wst.xml.xpath2.api.typesystem.TypeModel tm) |
Method Summary | |
public java.lang.String | getStringValue() Retrieves a String representation of the document being stored |
public org.eclipse.wst.xml.xpath2.api.typesystem.TypeDefinition | getTypeDefinition() |
public boolean | isID() |
public boolean | isIDREF() |
public org.eclipse.wst.xml.xpath2.processor.internal.types.QName | node_name() Retrieves the name of the node |
public java.lang.String | string_type() Retrieves the datatype's full pathname |
public org.eclipse.wst.xml.xpath2.api.ResultSequence | typed_value() Creates a new ResultSequence consisting of the document being stored |
public org.w3c.dom.Document | value() Retrieves the actual document being represented |
Constructor Detail |
public DocType(org.w3c.dom.Document v
,
org.eclipse.wst.xml.xpath2.api.typesystem.TypeModel tm)
Initialises according to the supplied parameters
Methods Detail |
public java.lang.String getStringValue()
Retrieves a String representation of the document being stored
java.lang.String
- String representation of the document being stored
public org.eclipse.wst.xml.xpath2.api.typesystem.TypeDefinition getTypeDefinition()
org.eclipse.wst.xml.xpath2.api.typesystem.TypeDefinition
public boolean isID()
boolean
public boolean isIDREF()
boolean
public org.eclipse.wst.xml.xpath2.processor.internal.types.QName node_name()
Retrieves the name of the node
org.eclipse.wst.xml.xpath2.processor.internal.types.QName
- QName representation of the name of the node
public java.lang.String string_type()
Retrieves the datatype's full pathname
java.lang.String
- "document" which is the datatype's full pathname
public org.eclipse.wst.xml.xpath2.api.ResultSequence typed_value()
Creates a new ResultSequence consisting of the document being stored
org.eclipse.wst.xml.xpath2.api.ResultSequence
- New ResultSequence consisting of the document being stored
public org.w3c.dom.Document value()
Retrieves the actual document being represented
org.w3c.dom.Document
- Actual document being represented