Searched defs:XMLNode (Results 1 – 5 of 5) sorted by relevance
31 public class XMLNode { class38 public XMLNode(XMLNode parent, String tag) { in XMLNode() method in XMLNode
16 public class XMLNode { class36 public XMLNode(XMLNode parent, String tag, Attributes attributes) throws SAXException { in XMLNode() method in XMLNode53 public XMLNode(XMLNode parent, String tag, Map<String, String> attributes) { in XMLNode() method in XMLNode
15 class XMLNode; variable
632 XMLNode::XMLNode() in XMLNode() function in XMLNode638 XMLNode::XMLNode(const String8& filename, const String16& s1, const String16& s2, bool isNamespace) in XMLNode() function in XMLNode654 XMLNode::XMLNode(const String8& filename) in XMLNode() function in XMLNode
20 class XMLNode; variable