|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ucl.xpath.types.AnyType
org.ucl.xpath.types.NodeType
org.ucl.xpath.types.CommentType
A representation of the CommentType datatype
Constructor Summary | |
CommentType(org.w3c.dom.Comment v,
int doc_order)
Initialise according to the supplied parameters |
Method Summary | |
QName |
node_name()
Unsupported method for this node. |
java.lang.String |
string_type()
Retrieves the datatype's full pathname |
java.lang.String |
string_value()
Retrieves a String representation of the comment being stored |
ResultSequence |
typed_value()
Creates a new ResultSequence consisting of the comment stored |
Methods inherited from class org.ucl.xpath.types.NodeType |
after, after, before, before, document_order, dom_to_xpath, eliminate_dups, nilled, node_value, same, sort_document_order |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CommentType(org.w3c.dom.Comment v, int doc_order)
v
- The comment being representeddoc_order
- The document orderMethod Detail |
public java.lang.String string_type()
string_type
in class AnyType
public java.lang.String string_value()
string_value
in class AnyType
public ResultSequence typed_value()
typed_value
in class NodeType
public QName node_name()
node_name
in class NodeType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |