Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- allStringsInterned - Variable in class io.github.xstream.mxparser.MXParser
-
Implementation notice: the is instance variable that controls if newString() is interning.
- attributeCount - Variable in class io.github.xstream.mxparser.MXParser
- attributeName - Variable in class io.github.xstream.mxparser.MXParser
- attributeNameHash - Variable in class io.github.xstream.mxparser.MXParser
- attributePrefix - Variable in class io.github.xstream.mxparser.MXParser
- attributeUri - Variable in class io.github.xstream.mxparser.MXParser
- attributeValue - Variable in class io.github.xstream.mxparser.MXParser
B
- buf - Variable in class io.github.xstream.mxparser.MXParser
- bufAbsoluteStart - Variable in class io.github.xstream.mxparser.MXParser
- bufEnd - Variable in class io.github.xstream.mxparser.MXParser
- bufferLoadFactor - Variable in class io.github.xstream.mxparser.MXParser
- bufLoadFactor - Variable in class io.github.xstream.mxparser.MXParser
- bufSoftLimit - Variable in class io.github.xstream.mxparser.MXParser
- bufStart - Variable in class io.github.xstream.mxparser.MXParser
C
- charRefOneCharBuf - Variable in class io.github.xstream.mxparser.MXParser
- columnNumber - Variable in class io.github.xstream.mxparser.MXParser
D
- defineEntityReplacementText(String, String) - Method in class io.github.xstream.mxparser.MXParser
- depth - Variable in class io.github.xstream.mxparser.MXParser
E
- elName - Variable in class io.github.xstream.mxparser.MXParser
- elNamespaceCount - Variable in class io.github.xstream.mxparser.MXParser
- elPrefix - Variable in class io.github.xstream.mxparser.MXParser
- elRawName - Variable in class io.github.xstream.mxparser.MXParser
- elRawNameEnd - Variable in class io.github.xstream.mxparser.MXParser
- elRawNameLine - Variable in class io.github.xstream.mxparser.MXParser
- elUri - Variable in class io.github.xstream.mxparser.MXParser
- emptyElementTag - Variable in class io.github.xstream.mxparser.MXParser
- ensureAttributesCapacity(int) - Method in class io.github.xstream.mxparser.MXParser
-
Make sure that in attributes temporary array is enough space.
- ensureElementsCapacity() - Method in class io.github.xstream.mxparser.MXParser
-
Make sure that we have enough space to keep element stack if passed size.
- ensureEntityCapacity() - Method in class io.github.xstream.mxparser.MXParser
- ensureNamespacesCapacity(int) - Method in class io.github.xstream.mxparser.MXParser
- ensurePC(int) - Method in class io.github.xstream.mxparser.MXParser
- entityEnd - Variable in class io.github.xstream.mxparser.MXParser
- entityName - Variable in class io.github.xstream.mxparser.MXParser
- entityNameBuf - Variable in class io.github.xstream.mxparser.MXParser
- entityNameHash - Variable in class io.github.xstream.mxparser.MXParser
- entityRefName - Variable in class io.github.xstream.mxparser.MXParser
- entityReplacement - Variable in class io.github.xstream.mxparser.MXParser
- entityReplacementBuf - Variable in class io.github.xstream.mxparser.MXParser
- eventType - Variable in class io.github.xstream.mxparser.MXParser
F
- fastHash(char[], int, int) - Static method in class io.github.xstream.mxparser.MXParser
-
simplistic implementation of hash function that has constant time to compute - so it also means diminishing hash quality for long strings but for XML parsing it should be good enough ...
- FEATURE_NAMES_INTERNED - Static variable in class io.github.xstream.mxparser.MXParser
- FEATURE_XML_ROUNDTRIP - Static variable in class io.github.xstream.mxparser.MXParser
- fillBuf() - Method in class io.github.xstream.mxparser.MXParser
- findFragment(int, char[], int, int) - Static method in class io.github.xstream.mxparser.MXParser
G
- getAttributeCount() - Method in class io.github.xstream.mxparser.MXParser
- getAttributeName(int) - Method in class io.github.xstream.mxparser.MXParser
- getAttributeNamespace(int) - Method in class io.github.xstream.mxparser.MXParser
- getAttributePrefix(int) - Method in class io.github.xstream.mxparser.MXParser
- getAttributeType(int) - Method in class io.github.xstream.mxparser.MXParser
- getAttributeValue(int) - Method in class io.github.xstream.mxparser.MXParser
- getAttributeValue(String, String) - Method in class io.github.xstream.mxparser.MXParser
- getColumnNumber() - Method in class io.github.xstream.mxparser.MXParser
- getDepth() - Method in class io.github.xstream.mxparser.MXParser
- getEventType() - Method in class io.github.xstream.mxparser.MXParser
- getFeature(String) - Method in class io.github.xstream.mxparser.MXParser
-
Unknown properties are always returned as false
- getInputEncoding() - Method in class io.github.xstream.mxparser.MXParser
- getLineNumber() - Method in class io.github.xstream.mxparser.MXParser
- getName() - Method in class io.github.xstream.mxparser.MXParser
- getNamespace() - Method in class io.github.xstream.mxparser.MXParser
- getNamespace(String) - Method in class io.github.xstream.mxparser.MXParser
- getNamespaceCount(int) - Method in class io.github.xstream.mxparser.MXParser
- getNamespacePrefix(int) - Method in class io.github.xstream.mxparser.MXParser
- getNamespaceUri(int) - Method in class io.github.xstream.mxparser.MXParser
- getPositionDescription() - Method in class io.github.xstream.mxparser.MXParser
-
Return string describing current position of parsers as text 'STATE [seen %s...] @line:column'.
- getPrefix() - Method in class io.github.xstream.mxparser.MXParser
- getProperty(String) - Method in class io.github.xstream.mxparser.MXParser
- getText() - Method in class io.github.xstream.mxparser.MXParser
- getTextCharacters(int[]) - Method in class io.github.xstream.mxparser.MXParser
I
- inputEncoding - Variable in class io.github.xstream.mxparser.MXParser
- io.github.xstream.mxparser - package io.github.xstream.mxparser
- isAttributeDefault(int) - Method in class io.github.xstream.mxparser.MXParser
- isEmptyElementTag() - Method in class io.github.xstream.mxparser.MXParser
- isNameChar(char) - Method in class io.github.xstream.mxparser.MXParser
- isNameStartChar(char) - Method in class io.github.xstream.mxparser.MXParser
- isS(char) - Method in class io.github.xstream.mxparser.MXParser
- isWhitespace() - Method in class io.github.xstream.mxparser.MXParser
J
L
- lineNumber - Variable in class io.github.xstream.mxparser.MXParser
- location - Variable in class io.github.xstream.mxparser.MXParser
- LOOKUP_MAX - Static variable in class io.github.xstream.mxparser.MXParser
- LOOKUP_MAX_CHAR - Static variable in class io.github.xstream.mxparser.MXParser
- lookupEntityReplacement(int) - Method in class io.github.xstream.mxparser.MXParser
- lookupNameChar - Static variable in class io.github.xstream.mxparser.MXParser
- lookupNameStartChar - Static variable in class io.github.xstream.mxparser.MXParser
M
- more() - Method in class io.github.xstream.mxparser.MXParser
- MXParser - Class in io.github.xstream.mxparser
-
Absolutely minimal implementation of XMLPULL V1 API
- MXParser() - Constructor for class io.github.xstream.mxparser.MXParser
N
- namespaceEnd - Variable in class io.github.xstream.mxparser.MXParser
- namespacePrefix - Variable in class io.github.xstream.mxparser.MXParser
- namespacePrefixHash - Variable in class io.github.xstream.mxparser.MXParser
- namespaceUri - Variable in class io.github.xstream.mxparser.MXParser
- NCODING - Static variable in class io.github.xstream.mxparser.MXParser
- newString(char[], int, int) - Method in class io.github.xstream.mxparser.MXParser
- newStringIntern(char[], int, int) - Method in class io.github.xstream.mxparser.MXParser
- next() - Method in class io.github.xstream.mxparser.MXParser
- nextImpl() - Method in class io.github.xstream.mxparser.MXParser
- nextTag() - Method in class io.github.xstream.mxparser.MXParser
- nextText() - Method in class io.github.xstream.mxparser.MXParser
- nextToken() - Method in class io.github.xstream.mxparser.MXParser
- NO - Static variable in class io.github.xstream.mxparser.MXParser
- noUnicode4 - Static variable in class io.github.xstream.mxparser.MXParser
P
- parseAttribute() - Method in class io.github.xstream.mxparser.MXParser
- parseCDSect(boolean) - Method in class io.github.xstream.mxparser.MXParser
- parseComment() - Method in class io.github.xstream.mxparser.MXParser
- parseDocdecl() - Method in class io.github.xstream.mxparser.MXParser
- parseEndTag() - Method in class io.github.xstream.mxparser.MXParser
- parseEntityRef() - Method in class io.github.xstream.mxparser.MXParser
- parseEpilog() - Method in class io.github.xstream.mxparser.MXParser
- parsePI() - Method in class io.github.xstream.mxparser.MXParser
- parseProlog() - Method in class io.github.xstream.mxparser.MXParser
- parseStartTag() - Method in class io.github.xstream.mxparser.MXParser
- parseXmlDecl(char) - Method in class io.github.xstream.mxparser.MXParser
- parseXmlDeclWithVersion(int, int) - Method in class io.github.xstream.mxparser.MXParser
- pastEndTag - Variable in class io.github.xstream.mxparser.MXParser
- pc - Variable in class io.github.xstream.mxparser.MXParser
- pcEnd - Variable in class io.github.xstream.mxparser.MXParser
- pcStart - Variable in class io.github.xstream.mxparser.MXParser
- pos - Variable in class io.github.xstream.mxparser.MXParser
- posEnd - Variable in class io.github.xstream.mxparser.MXParser
- posStart - Variable in class io.github.xstream.mxparser.MXParser
- preventBufferCompaction - Variable in class io.github.xstream.mxparser.MXParser
- printable(char) - Method in class io.github.xstream.mxparser.MXParser
- printable(String) - Method in class io.github.xstream.mxparser.MXParser
- processNamespaces - Variable in class io.github.xstream.mxparser.MXParser
- PROPERTY_LOCATION - Static variable in class io.github.xstream.mxparser.MXParser
- PROPERTY_XMLDECL_CONTENT - Static variable in class io.github.xstream.mxparser.MXParser
- PROPERTY_XMLDECL_STANDALONE - Static variable in class io.github.xstream.mxparser.MXParser
- PROPERTY_XMLDECL_VERSION - Static variable in class io.github.xstream.mxparser.MXParser
R
- reachedEnd - Variable in class io.github.xstream.mxparser.MXParser
- READ_CHUNK_SIZE - Static variable in class io.github.xstream.mxparser.MXParser
- reader - Variable in class io.github.xstream.mxparser.MXParser
- require(int, String, String) - Method in class io.github.xstream.mxparser.MXParser
- requireInput(char, char[]) - Method in class io.github.xstream.mxparser.MXParser
- requireNextS() - Method in class io.github.xstream.mxparser.MXParser
- reset() - Method in class io.github.xstream.mxparser.MXParser
- resetStringCache() - Method in class io.github.xstream.mxparser.MXParser
- roundtripSupported - Variable in class io.github.xstream.mxparser.MXParser
S
- seenAmpersand - Variable in class io.github.xstream.mxparser.MXParser
- seenDocdecl - Variable in class io.github.xstream.mxparser.MXParser
- seenEndTag - Variable in class io.github.xstream.mxparser.MXParser
- seenMarkup - Variable in class io.github.xstream.mxparser.MXParser
- seenRoot - Variable in class io.github.xstream.mxparser.MXParser
- seenStartTag - Variable in class io.github.xstream.mxparser.MXParser
- setFeature(String, boolean) - Method in class io.github.xstream.mxparser.MXParser
-
Method setFeature
- setInput(InputStream, String) - Method in class io.github.xstream.mxparser.MXParser
- setInput(Reader) - Method in class io.github.xstream.mxparser.MXParser
- setName(char) - Static method in class io.github.xstream.mxparser.MXParser
- setNameStart(char) - Static method in class io.github.xstream.mxparser.MXParser
- setProperty(String, Object) - Method in class io.github.xstream.mxparser.MXParser
- skipS(char) - Method in class io.github.xstream.mxparser.MXParser
- skipSubTree() - Method in class io.github.xstream.mxparser.MXParser
-
Skip sub tree that is currently parser positioned on.
T
- TANDALONE - Static variable in class io.github.xstream.mxparser.MXParser
- text - Variable in class io.github.xstream.mxparser.MXParser
- tokenize - Variable in class io.github.xstream.mxparser.MXParser
- TRACE_SIZING - Static variable in class io.github.xstream.mxparser.MXParser
U
V
X
- XML_URI - Static variable in class io.github.xstream.mxparser.MXParser
- xmlDeclContent - Variable in class io.github.xstream.mxparser.MXParser
- xmlDeclStandalone - Variable in class io.github.xstream.mxparser.MXParser
- xmlDeclVersion - Variable in class io.github.xstream.mxparser.MXParser
- XMLNS_URI - Static variable in class io.github.xstream.mxparser.MXParser
Y
A B C D E F G I J L M N P R S T U V X YAll Classes and Interfaces|All Packages|Constant Field Values