Lines Matching refs:UXMLElement
50 class U_TOOLUTIL_API UXMLElement : public UObject {
55 virtual ~UXMLElement();
105 const UXMLElement *nextChildElement(int32_t &i) const;
114 const UXMLElement *getChildElement(const UnicodeString &name) const;
128 UXMLElement();
129 UXMLElement(const UXMLElement &other);
130 UXMLElement &operator=(const UXMLElement &other);
136 UXMLElement(const UXMLParser *parser, const UnicodeString *name, UErrorCode &errorCode);
154 UXMLElement *fParent; // A pointer to the parent element of this element.
180 UXMLElement *parse(const UnicodeString &src, UErrorCode &errorCode);
186 UXMLElement *parseFile(const char *filename, UErrorCode &errorCode);
208 UXMLElement *createElement(RegexMatcher &mEl, UErrorCode &status);