- getAttributeCount() - Method in class org.apache.camel.xml.io.MXParser
-
- getAttributeCount() - Method in interface org.apache.camel.xml.io.XmlPullParser
-
Returns the number of attributes of the current start tag, or -1 if the
current event type is not START_TAG
- getAttributeName(int) - Method in class org.apache.camel.xml.io.MXParser
-
- getAttributeName(int) - Method in interface org.apache.camel.xml.io.XmlPullParser
-
Returns the local name of the specified attribute if namespaces are
enabled or just attribute name if namespaces are disabled.
- getAttributeNamespace(int) - Method in class org.apache.camel.xml.io.MXParser
-
- getAttributeNamespace(int) - Method in interface org.apache.camel.xml.io.XmlPullParser
-
Returns the namespace URI of the attribute with the given index (starts
from 0).
- getAttributePrefix(int) - Method in class org.apache.camel.xml.io.MXParser
-
- getAttributePrefix(int) - Method in interface org.apache.camel.xml.io.XmlPullParser
-
Returns the prefix of the specified attribute Returns null if the element
has no prefix.
- getAttributeType(int) - Method in class org.apache.camel.xml.io.MXParser
-
- getAttributeType(int) - Method in interface org.apache.camel.xml.io.XmlPullParser
-
Returns the type of the specified attribute If parser is non-validating
it MUST return CDATA.
- getAttributeValue(int) - Method in class org.apache.camel.xml.io.MXParser
-
- getAttributeValue(String, String) - Method in class org.apache.camel.xml.io.MXParser
-
- getAttributeValue(int) - Method in interface org.apache.camel.xml.io.XmlPullParser
-
Returns the given attributes value.
- getAttributeValue(String, String) - Method in interface org.apache.camel.xml.io.XmlPullParser
-
Returns the attributes value identified by namespace URI and namespace
localName.
- getColumnNumber() - Method in class org.apache.camel.xml.io.MXParser
-
- getColumnNumber() - Method in interface org.apache.camel.xml.io.XmlPullParser
-
Returns the current column number, starting from 0.
- getColumnNumber() - Method in exception org.apache.camel.xml.io.XmlPullParserException
-
- getDepth() - Method in class org.apache.camel.xml.io.MXParser
-
- getDepth() - Method in interface org.apache.camel.xml.io.XmlPullParser
-
Returns the current depth of the element.
- getEventType() - Method in class org.apache.camel.xml.io.MXParser
-
- getEventType() - Method in interface org.apache.camel.xml.io.XmlPullParser
-
Returns the type of the current event (START_TAG, END_TAG, TEXT, etc.)
- getFeature(String) - Method in class org.apache.camel.xml.io.MXParser
-
Unknown properties are always returned as false
- getFeature(String) - Method in interface org.apache.camel.xml.io.XmlPullParser
-
Returns the current value of the given feature.
- getInputEncoding() - Method in class org.apache.camel.xml.io.MXParser
-
- getInputEncoding() - Method in interface org.apache.camel.xml.io.XmlPullParser
-
Returns the input encoding if known, null otherwise.
- getLineNumber() - Method in class org.apache.camel.xml.io.MXParser
-
- getLineNumber() - Method in interface org.apache.camel.xml.io.XmlPullParser
-
Returns the current line number, starting from 1.
- getLineNumber() - Method in exception org.apache.camel.xml.io.XmlPullParserException
-
- getName() - Method in class org.apache.camel.xml.io.MXParser
-
- getName() - Method in interface org.apache.camel.xml.io.XmlPullParser
-
For START_TAG or END_TAG events, the (local) name of the current element
is returned when namespaces are enabled.
- getNamespace(String) - Method in class org.apache.camel.xml.io.MXParser
-
- getNamespace() - Method in class org.apache.camel.xml.io.MXParser
-
- getNamespace(String) - Method in interface org.apache.camel.xml.io.XmlPullParser
-
Returns the URI corresponding to the given prefix, depending on current
state of the parser.
- getNamespace() - Method in interface org.apache.camel.xml.io.XmlPullParser
-
Returns the namespace URI of the current element.
- getNamespaceCount(int) - Method in class org.apache.camel.xml.io.MXParser
-
- getNamespaceCount(int) - Method in interface org.apache.camel.xml.io.XmlPullParser
-
Returns the numbers of elements in the namespace stack for the given
depth.
- getNamespacePrefix(int) - Method in class org.apache.camel.xml.io.MXParser
-
- getNamespacePrefix(int) - Method in interface org.apache.camel.xml.io.XmlPullParser
-
Returns the namespace prefix for the given position in the namespace
stack.
- getNamespaceUri(int) - Method in class org.apache.camel.xml.io.MXParser
-
- getNamespaceUri(int) - Method in interface org.apache.camel.xml.io.XmlPullParser
-
Returns the namespace URI for the given position in the namespace stack
If the position is out of range, an exception is thrown.
- getNextTag(String, String) - Method in class org.apache.camel.xml.in.BaseParser
-
- getPositionDescription() - Method in class org.apache.camel.xml.io.MXParser
-
Return string describing current position of parsers as text 'STATE [seen
%s...] @line:column'.
- getPositionDescription() - Method in interface org.apache.camel.xml.io.XmlPullParser
-
Returns a short text describing the current parser state, including the
position, a description of the current event and the data source if
known.
- getPrefix() - Method in class org.apache.camel.xml.io.MXParser
-
- getPrefix() - Method in interface org.apache.camel.xml.io.XmlPullParser
-
Returns the prefix of the current element.
- getProperty(String) - Method in class org.apache.camel.xml.io.MXParser
-
- getProperty(String) - Method in interface org.apache.camel.xml.io.XmlPullParser
-
Look up the value of a property.
- getText() - Method in class org.apache.camel.xml.io.MXParser
-
- getText() - Method in interface org.apache.camel.xml.io.XmlPullParser
-
Returns the text content of the current event as String.
- getTextCharacters(int[]) - Method in class org.apache.camel.xml.io.MXParser
-
- getTextCharacters(int[]) - Method in interface org.apache.camel.xml.io.XmlPullParser
-
Returns the buffer that contains the text of the current event, as well
as the start offset and length relevant for the current event.