Class JcabiXmlNode
java.lang.Object
org.eolang.jeo.representation.xmir.JcabiXmlNode
- All Implemented Interfaces:
XmlNode
Jcabi XML node.
- Since:
- 0.8
-
Method Details
-
children
Description copied from interface:XmlNode
Get all child nodes. -
text
Description copied from interface:XmlNode
Retrieve node text content. -
attribute
Description copied from interface:XmlNode
Get attribute. -
child
Description copied from interface:XmlNode
Get child node. -
xpath
Description copied from interface:XmlNode
Find elements by xpath. -
validate
public void validate()Description copied from interface:XmlNode
Validate the node.
-