Xalan-C++ API Documentation
Go to the documentation of this file.
18 #if !defined(STRINGTOKENIZER_HEADER_GUARD_1357924680)
19 #define STRINGTOKENIZER_HEADER_GUARD_1357924680
36 XALAN_CPP_NAMESPACE_BEGIN
44 static const XalanDOMChar s_defaultTokens[];
60 bool fReturnTokens =
false);
73 const XalanDOMChar* theTokens = s_defaultTokens,
74 bool fReturnTokens =
false);
86 const XalanDOMChar* theTokens = s_defaultTokens,
87 bool fReturnTokens =
false);
100 bool fReturnTokens =
false);
154 const XalanDOMChar*
const m_string;
156 const XalanDOMChar*
const m_tokens;
158 const bool m_returnTokens;
169 XALAN_CPP_NAMESPACE_END
173 #endif // STRINGTOKENIZER_HEADER_GUARD_1357924680
StringTokenizer(const XalanDOMChar *theString, const XalanDOMChar *theTokens=s_defaultTokens, bool fReturnTokens=false)
Constructs a tokenizer for the target string.
StringTokenizer(const XalanDOMChar *theString, const XalanDOMString &theTokens, bool fReturnTokens=false)
Constructs a tokenizer for the target string.
bool operator==(const ElemAttributeSet &theLHS, const ElemAttributeSet &theRHS)
StringTokenizer(const XalanDOMString &theString, const XalanDOMString &theTokens, bool fReturnTokens=false)
Constructs a tokenizer for the target string.
StringTokenizer(const XalanDOMString &theString, const XalanDOMChar *theTokens=s_defaultTokens, bool fReturnTokens=false)
Constructs a tokenizer for the target string.
size_type countTokens() const
Count the number of tokens yet to be parsed.
void nextToken(XalanDOMString &theToken)
Retrieve the next token to be parsed; behavior is undefined if there are no more tokens.
XalanDOMString::size_type FindNextDelimiterIndex(XalanDOMString::size_type theStartIndex) const
bool hasMoreTokens() const
Determine if there are tokens remaining.
Interpreting class diagrams
Doxygen and
GraphViz are
used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11
Copyright © 1999-2012 The Apache Software Foundation.
All Rights Reserved.
|
|