Home | History | Annotate | Download | only in toolutil

Lines Matching defs:UXMLParser

45 class UXMLParser;
134 friend class UXMLParser;
136 UXMLElement(const UXMLParser *parser, const UnicodeString *name, UErrorCode &errorCode);
138 const UXMLParser *fParser;
139 const UnicodeString *fName; // The tag name of this element (owned by the UXMLParser)
147 // The names are UnicodeString objects, owned by the UXMLParser.
164 class U_TOOLUTIL_API UXMLParser : public UObject {
169 static UXMLParser *createParser(UErrorCode &errorCode);
173 virtual ~UXMLParser();
200 UXMLParser();
201 UXMLParser(const UXMLParser &other);
202 UXMLParser &operator=(const UXMLParser &other);
205 UXMLParser(UErrorCode &status);