Interface SimpleXMLParserDocumentNode
- All Known Subinterfaces:
SimpleXMLParserDocument
- All Known Implementing Classes:
SimpleXMLParserDocumentImpl, SimpleXMLParserDocumentNodeImpl
public interface SimpleXMLParserDocumentNode
-
Method Summary
Modifier and TypeMethodDescriptiongetAttribute(String name) getName()getValue()voidprint()voidprint(PrintWriter pw)
-
Method Details
-
getName
String getName() -
getFullName
String getFullName() -
getNameSpaceURI
String getNameSpaceURI() -
getValue
String getValue() -
getAttributes
SimpleXMLParserDocumentAttribute[] getAttributes() -
getAttribute
-
getChildren
SimpleXMLParserDocumentNode[] getChildren() -
getChild
-
print
void print() -
print
-