HomeSort by relevance Sort by last modified time
    Searched defs:UXMLElement (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/tools/toolutil/
xmlparser.h 36 /** Node type element, stored as a UXMLElement. */
48 class U_TOOLUTIL_API UXMLElement : public 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 &other)
    [all...]
xmlparser.cpp 53 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 *
    [all...]

Completed in 2332 milliseconds