Home
last modified time | relevance | path

Searched defs:XMLNode (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/
DXMLNode.java16 public class XMLNode { class
36 public XMLNode(XMLNode parent, String tag, Attributes attributes) throws SAXException { in XMLNode() method in XMLNode
53 public XMLNode(XMLNode parent, String tag, Map<String, String> attributes) { in XMLNode() method in XMLNode
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/
DXMLNode.java17 public class XMLNode { class
37 public XMLNode(XMLNode parent, String tag, Attributes attributes) throws SAXException { in XMLNode() method in XMLNode
54 public XMLNode(XMLNode parent, String tag, Map<String, String> attributes) { in XMLNode() method in XMLNode
/frameworks/base/tools/aapt/
DXMLNode.h15 class XMLNode; variable
DXMLNode.cpp632 XMLNode::XMLNode() in XMLNode() function in XMLNode
638 XMLNode::XMLNode(const String8& filename, const String16& s1, const String16& s2, bool isNamespace) in XMLNode() function in XMLNode
654 XMLNode::XMLNode(const String8& filename) in XMLNode() function in XMLNode
DResourceTable.h20 class XMLNode; variable