- 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.
- getBomEncoding() - Method in exception org.apache.camel.xml.io.XmlStreamReaderException
-
Returns the BOM encoding found in the InputStream.
- 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
-
- getContentTypeEncoding() - Method in exception org.apache.camel.xml.io.XmlStreamReaderException
-
Returns the encoding in the content-type used to attempt determining the
encoding.
- getContentTypeMime() - Method in exception org.apache.camel.xml.io.XmlStreamReaderException
-
Returns the MIME type in the content-type used to attempt determining the
encoding.
- getDefaultEncoding() - Static method in class org.apache.camel.xml.io.XmlStreamReader
-
Returns the default encoding to use if none is set in HTTP content-type,
XML prolog and the rules based on content-type are not adequate.
- 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.
- getEncoding() - Method in class org.apache.camel.xml.io.XmlStreamReader
-
Returns the charset encoding of the XmlReader.
- 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.
- getInputStream() - Method in exception org.apache.camel.xml.io.XmlStreamReaderException
-
Returns the unconsumed InputStream to allow the application to do an
alternate encoding detection on the InputStream.
- 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.
- 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.
- getXmlEncoding() - Method in exception org.apache.camel.xml.io.XmlStreamReaderException
-
Returns the encoding found in the XML prolog of the InputStream.
- getXmlGuessEncoding() - Method in exception org.apache.camel.xml.io.XmlStreamReaderException
-
Returns the encoding guess based on the first bytes of the InputStream.
- XML_URI - Static variable in class org.apache.camel.xml.io.MXParser
-
- xmlDeclContent - Variable in class org.apache.camel.xml.io.MXParser
-
- xmlDeclStandalone - Variable in class org.apache.camel.xml.io.MXParser
-
- xmlDeclVersion - Variable in class org.apache.camel.xml.io.MXParser
-
- XMLNS_URI - Static variable in class org.apache.camel.xml.io.MXParser
-
- XmlPullParser - Interface in org.apache.camel.xml.io
-
XML Pull Parser is an interface that defines parsing functionality provided
in
XMLPULL V1 API (visit this website
to learn more about API and its implementations).
- XmlPullParserException - Exception in org.apache.camel.xml.io
-
This exception is thrown to signal XML Pull Parser related faults.
- XmlPullParserException(String) - Constructor for exception org.apache.camel.xml.io.XmlPullParserException
-
- XmlPullParserException(String, XmlPullParser, Throwable) - Constructor for exception org.apache.camel.xml.io.XmlPullParserException
-
- XmlStreamReader - Class in org.apache.camel.xml.io
-
Character stream that handles (or at least attemtps to) all the necessary
Voodo to figure out the charset encoding of the XML document within the
stream.
- XmlStreamReader(File) - Constructor for class org.apache.camel.xml.io.XmlStreamReader
-
Creates a Reader for a File.
- XmlStreamReader(InputStream) - Constructor for class org.apache.camel.xml.io.XmlStreamReader
-
Creates a Reader for a raw InputStream.
- XmlStreamReader(InputStream, boolean, String) - Constructor for class org.apache.camel.xml.io.XmlStreamReader
-
Creates a Reader for a raw InputStream and uses the provided default
encoding if none is determined.
- XmlStreamReader(InputStream, boolean) - Constructor for class org.apache.camel.xml.io.XmlStreamReader
-
Creates a Reader for a raw InputStream.
- XmlStreamReader(URL) - Constructor for class org.apache.camel.xml.io.XmlStreamReader
-
Creates a Reader using the InputStream of a URL.
- XmlStreamReader(URL, Map<String, String>) - Constructor for class org.apache.camel.xml.io.XmlStreamReader
-
Creates a Reader using the InputStream of a URL.
- XmlStreamReader(URLConnection) - Constructor for class org.apache.camel.xml.io.XmlStreamReader
-
Creates a Reader using the InputStream of a URLConnection.
- XmlStreamReader(URLConnection, Map<String, String>) - Constructor for class org.apache.camel.xml.io.XmlStreamReader
-
Creates a Reader using the InputStream of a URLConnection.
- XmlStreamReader(InputStream, String) - Constructor for class org.apache.camel.xml.io.XmlStreamReader
-
Creates a Reader using an InputStream and the associated content-type
header.
- XmlStreamReader(InputStream, String, boolean, String) - Constructor for class org.apache.camel.xml.io.XmlStreamReader
-
Creates a Reader using an InputStream and the associated content-type
header.
- XmlStreamReader(InputStream, String, boolean) - Constructor for class org.apache.camel.xml.io.XmlStreamReader
-
Creates a Reader using an InputStream and the associated content-type
header.
- XmlStreamReaderException - Exception in org.apache.camel.xml.io
-
The XmlReaderException is thrown by the XmlReader constructors if the charset
encoding can not be determined according to the XML 1.0 specification and RFC
3023.
- XmlStreamReaderException(String, String, String, String, InputStream) - Constructor for exception org.apache.camel.xml.io.XmlStreamReaderException
-
Creates an exception instance if the charset encoding could not be
determined.
- XmlStreamReaderException(String, String, String, String, String, String, InputStream) - Constructor for exception org.apache.camel.xml.io.XmlStreamReaderException
-
Creates an exception instance if the charset encoding could not be
determined.