protected void | addDefaultAttributes(String elementName)
|
boolean | checkForXMLDecl()
|
void | close()
|
void | defineEntityReplacementText(String entityName, String replacementText)
|
protected void | ensureAttributesCapacity(int size) - Make sure that in attributes temporary array is enough space.
|
protected void | ensureElementsCapacity() - Make sure that we have enough space to keep element stack if passed size.
|
protected void | ensureEntityCapacity()
|
protected void | ensureLocalNamespacesCapacity(int size)
|
protected void | ensureNamespacesCapacity(int size)
|
protected void | ensurePC(int end)
|
protected static int | fastHash(ch[] , int off, int len) - 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 ...
|
protected void | fillBuf()
|
int | getAttributeCount()
|
String | getAttributeLocalName(int index)
|
QName | getAttributeName(int index)
|
String | getAttributeNamespace(int index)
|
String | getAttributePrefix(int index)
|
String | getAttributeType(int index)
|
String | getAttributeValue(String namespace, String name)
|
String | getAttributeValue(int index)
|
Iterator | getAttributes()
|
String | getCharacterEncodingScheme()
|
int | getCharacterOffset()
|
int | getColumnNumber()
|
ConfigurationContextBase | getConfigurationContext()
|
int | getDepth()
|
String | getElementText()
|
String | getEncoding()
|
int | getEventType()
|
boolean | getFeature(String name) - Unknown properties are always returned as false
|
String | getInputEncoding()
|
int | getLineNumber()
|
String | getLocalName()
|
int | getLocalNamespaceCount()
|
javax.xml.stream.Location | getLocation()
|
String | getLocationURI()
|
QName | getName()
|
javax.xml.namespace.NamespaceContext | getNamespaceContext()
|
int | getNamespaceCount()
|
int | getNamespaceCount(int depth)
|
String | getNamespacePrefix(int pos)
|
String | getNamespaceURI()
|
String | getNamespaceURI(String prefix)
|
String | getNamespaceURI(int pos)
|
Iterator | getNamespaces()
|
Iterator | getOutOfScopeNamespaces()
|
String | getPIData()
|
String | getPITarget()
|
String | getPositionDescription() - Return string describing current position of parsers as
text 'STATE [seen %s...] @line:column'.
|
String | getPrefix()
|
Object | getProperty(String name)
|
String | getPublicId()
|
String | getSystemId()
|
String | getText()
|
char[] | getTextCharacters()
|
int | getTextCharacters(int sourceStart, char[] target, int targetStart, int length)
|
int | getTextLength()
|
int | getTextStart()
|
Reader | getTextStream()
|
String | getValue()
|
String | getVersion()
|
boolean | hasAttributes()
|
boolean | hasName()
|
boolean | hasNamespaces()
|
boolean | hasNext()
|
boolean | hasText()
|
Iterator | internalGetNamespaces(int depth, int namespaceCount)
|
boolean | isAttributeSpecified(int index)
|
boolean | isCharacters()
|
boolean | isEOF()
|
boolean | isEmptyElementTag()
|
boolean | isEndElement()
|
protected boolean | isNameChar(char ch)
|
protected boolean | isNameStartChar(char ch)
|
protected boolean | isS(char ch)
|
boolean | isStandalone()
|
boolean | isStartElement()
|
boolean | isWhiteSpace()
|
protected void | joinPC()
|
protected char[] | lookupEntityReplacement(int entitNameLen)
|
protected char | more()
|
boolean | moveToEndElement()
|
boolean | moveToEndElement(String localName)
|
boolean | moveToEndElement(String localName, String namespaceUri)
|
boolean | moveToStartElement()
|
boolean | moveToStartElement(String localName)
|
boolean | moveToStartElement(String localName, String namespaceUri)
|
protected String | newString(char[] cbuf, int off, int len)
|
protected String | newStringIntern(char[] cbuf, int off, int len)
|
int | next()
|
int | nextElement()
|
protected int | nextImpl()
|
int | nextTag()
|
String | nextText()
|
int | nextToken()
|
protected char | parseAttribute()
|
protected void | parseCDATA()
|
protected void | parseComment()
|
protected void | parseDocdecl()
|
int | parseEndTag()
|
protected char[] | parseEntityRef()
|
protected int | parseEpilog()
|
protected boolean | parsePI()
|
protected int | parseProlog()
|
int | parseStartTag()
|
protected void |
|