Package org.eclipse.wst.xml.xpath2.processor.internal.types
public class CommentType extends org.eclipse.wst.xml.xpath2.processor.internal.types.NodeTypeA representation of the CommentType datatype
Constructor Summary |
CommentType(org.w3c.dom.Comment v
,
org.eclipse.wst.xml.xpath2.api.typesystem.TypeModel tm) |
Method Summary | |
public java.lang.String | getStringValue() Retrieves a String representation of the comment 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() Unsupported method for this 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 comment stored |
Constructor Detail |
public CommentType(org.w3c.dom.Comment v
,
org.eclipse.wst.xml.xpath2.api.typesystem.TypeModel tm)
Initialise according to the supplied parameters
Methods Detail |
public java.lang.String getStringValue()
Retrieves a String representation of the comment being stored
java.lang.String
- String representation of the comment 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()
Unsupported method for this node.
org.eclipse.wst.xml.xpath2.processor.internal.types.QName
- null
public java.lang.String string_type()
Retrieves the datatype's full pathname
java.lang.String
- "comment" which is the datatype's full pathname
public org.eclipse.wst.xml.xpath2.api.ResultSequence typed_value()
Creates a new ResultSequence consisting of the comment stored
org.eclipse.wst.xml.xpath2.api.ResultSequence
- New ResultSequence consisting of the comment stored