Searched defs:UXMLElement (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dxmlparser.h36 /** Node type element, stored as a UXMLElement. */
48 class U_TOOLUTIL_API UXMLElement : public UObject { class in inherits:UObject
53 virtual ~UXMLElement();
103 const UXMLElement *nextChildElement(int32_t &i) const;
112 const UXMLElement *getChildElement(const UnicodeString &name) const;
126 UXMLElement();
127 UXMLElement(const UXMLElement &other);
128 UXMLElement &operator=(const UXMLElement
[all...]
H A Dxmlparser.cpp53 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(UXMLElement)
162 UXMLElement *
327 UXMLElement *
333 UXMLElement *root = NULL;
379 UXMLElement *el = root;
391 UXMLElement *t = createElement(mXMLElemStart, status);
439 el = (UXMLElement *)fElementStack.pop();
445 UXMLElement *t = createElement(mXMLElemEmpty, status);
483 // We've just matched an element start tag. Create and fill in a UXMLElement object
486 UXMLElement *
679 UXMLElement::UXMLElement(const UXMLParser *parser, const UnicodeString *name, UErrorCode &errorCode) : function in class:UXMLElement
[all...]
/external/icu4c/tools/toolutil/
H A Dxmlparser.h36 /** Node type element, stored as a UXMLElement. */
48 class U_TOOLUTIL_API UXMLElement : public UObject { class in inherits:UObject
53 virtual ~UXMLElement();
103 const UXMLElement *nextChildElement(int32_t &i) const;
112 const UXMLElement *getChildElement(const UnicodeString &name) const;
126 UXMLElement();
127 UXMLElement(const UXMLElement &other);
128 UXMLElement &operator=(const UXMLElement
[all...]
H A Dxmlparser.cpp53 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(UXMLElement)
162 UXMLElement *
327 UXMLElement *
333 UXMLElement *root = NULL;
379 UXMLElement *el = root;
391 UXMLElement *t = createElement(mXMLElemStart, status);
439 el = (UXMLElement *)fElementStack.pop();
445 UXMLElement *t = createElement(mXMLElemEmpty, status);
483 // We've just matched an element start tag. Create and fill in a UXMLElement object
486 UXMLElement *
679 UXMLElement::UXMLElement(const UXMLParser *parser, const UnicodeString *name, UErrorCode &errorCode) : function in class:UXMLElement
[all...]

Completed in 63 milliseconds