Interface XmlDoc
- All Known Implementing Classes:
JcabiXmlDoc
,NativeXmlDoc
public interface XmlDoc
XML document abstraction.
We added it to be able to use two different implementations of XML documents:
- one from the jcabi library
- another native implementation
- Since:
- 0.7
-
Method Summary
-
Method Details
-
root
XmlNode root()Root node.- Returns:
- Root node.
-
validate
void validate()
-