Interface SimpleXMLParserDocument
-
- All Superinterfaces:
SimpleXMLParserDocumentNode
- All Known Implementing Classes:
SimpleXMLParserDocumentImpl
public interface SimpleXMLParserDocument extends SimpleXMLParserDocumentNode
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
print()
-
Methods inherited from interface com.biglybt.pif.utils.xml.simpleparser.SimpleXMLParserDocumentNode
getAttribute, getAttributes, getChild, getChildren, getFullName, getName, getNameSpaceURI, getValue, print
-
-
-
-
Method Detail
-
print
void print()
- Specified by:
print
in interfaceSimpleXMLParserDocumentNode
-
-