OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UXMLElement
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/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
...]
/external/icu4c/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 48 milliseconds