Home | History | Annotate | Download | only in toolutil

Lines Matching refs:UXMLParser

43 class UXMLParser;
132 friend class UXMLParser;
134 UXMLElement(const UXMLParser *parser, const UnicodeString *name, UErrorCode &errorCode);
136 const UXMLParser *fParser;
137 const UnicodeString *fName; // The tag name of this element (owned by the UXMLParser)
145 // The names are UnicodeString objects, owned by the UXMLParser.
162 class U_TOOLUTIL_API UXMLParser : public UObject {
167 static UXMLParser *createParser(UErrorCode &errorCode);
171 virtual ~UXMLParser();
198 UXMLParser();
199 UXMLParser(const UXMLParser &other);
200 UXMLParser &operator=(const UXMLParser &other);
203 UXMLParser(UErrorCode &status);