Home | History | Annotate | Download | only in toolutil

Lines Matching refs:UXMLElement

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);
134 UXMLElement(const UXMLParser *parser, const UnicodeString *name, UErrorCode &errorCode);
152 UXMLElement *fParent; // A pointer to the parent element of this element.
178 UXMLElement *parse(const UnicodeString &src, UErrorCode &errorCode);
184 UXMLElement *parseFile(const char *filename, UErrorCode &errorCode);
206 UXMLElement *createElement(RegexMatcher &mEl, UErrorCode &status);
213 // public for UXMLElement only
236 // stack are of type UXMLElement.