A C D F G H I J L N O P R S T U W X
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- attrQueue - Variable in class org.jboss.staxmapper.FormattingXMLStreamWriter
C
- close() - Method in class org.jboss.staxmapper.FixedXMLStreamReader
- close() - Method in class org.jboss.staxmapper.FormattingXMLStreamWriter
- close() - Method in class org.jboss.staxmapper.XMLExtendedStreamReaderImpl
- Context() - Constructor for class org.jboss.staxmapper.XMLExtendedStreamReaderImpl.Context
- create() - Static method in class org.jboss.staxmapper.XMLMapper.Factory
-
Create a new mapper instance.
D
- delegate - Variable in class org.jboss.staxmapper.FixedXMLStreamReader
- delegate - Variable in class org.jboss.staxmapper.FormattingXMLStreamWriter
- delimiter - Variable in class org.jboss.staxmapper.Spliterable
- delimiter - Variable in class org.jboss.staxmapper.Spliterator
- deparseDocument(XMLContentWriter, XMLStreamWriter) - Method in interface org.jboss.staxmapper.XMLMapper
-
Deprecated.
- deparseDocument(XMLContentWriter, XMLStreamWriter) - Method in class org.jboss.staxmapper.XMLMapperImpl
-
Format the content writer's output on to an XML stream writer.
- deparseDocument(XMLElementWriter<?>, Object, XMLStreamWriter) - Method in interface org.jboss.staxmapper.XMLMapper
-
Format the element writer's output on to an XML stream writer.
- deparseDocument(XMLElementWriter<?>, Object, XMLStreamWriter) - Method in class org.jboss.staxmapper.XMLMapperImpl
- depth - Variable in class org.jboss.staxmapper.XMLExtendedStreamReaderImpl.Context
- discardRemainder() - Method in interface org.jboss.staxmapper.XMLExtendedStreamReader
-
Discard the remaining content of an element.
- discardRemainder() - Method in class org.jboss.staxmapper.XMLExtendedStreamReaderImpl
- doDeparse(XMLElementWriter<?>, T, XMLExtendedStreamWriter) - Method in class org.jboss.staxmapper.XMLMapperImpl
- doDiscard() - Method in class org.jboss.staxmapper.XMLExtendedStreamReaderImpl
F
- Factory() - Constructor for class org.jboss.staxmapper.XMLMapper.Factory
- fixedStreamReader - Variable in class org.jboss.staxmapper.XMLExtendedStreamReaderImpl
- FixedXMLStreamReader - Class in org.jboss.staxmapper
- FixedXMLStreamReader(XMLStreamReader) - Constructor for class org.jboss.staxmapper.FixedXMLStreamReader
- flush() - Method in class org.jboss.staxmapper.FormattingXMLStreamWriter
- FormattingXMLStreamWriter - Class in org.jboss.staxmapper
-
An XML stream writer which nicely formats the XML for configuration files.
- FormattingXMLStreamWriter(XMLStreamWriter) - Constructor for class org.jboss.staxmapper.FormattingXMLStreamWriter
- FormattingXMLStreamWriter.ArgRunnable - Interface in org.jboss.staxmapper
G
- getAttributeCount() - Method in class org.jboss.staxmapper.FixedXMLStreamReader
- getAttributeCount() - Method in class org.jboss.staxmapper.XMLExtendedStreamReaderImpl
- getAttributeLocalName(int) - Method in class org.jboss.staxmapper.FixedXMLStreamReader
- getAttributeLocalName(int) - Method in class org.jboss.staxmapper.XMLExtendedStreamReaderImpl
- getAttributeName(int) - Method in class org.jboss.staxmapper.FixedXMLStreamReader
- getAttributeName(int) - Method in class org.jboss.staxmapper.XMLExtendedStreamReaderImpl
- getAttributeNamespace(int) - Method in class org.jboss.staxmapper.FixedXMLStreamReader
- getAttributeNamespace(int) - Method in class org.jboss.staxmapper.XMLExtendedStreamReaderImpl
- getAttributePrefix(int) - Method in class org.jboss.staxmapper.FixedXMLStreamReader
- getAttributePrefix(int) - Method in class org.jboss.staxmapper.XMLExtendedStreamReaderImpl
- getAttributeType(int) - Method in class org.jboss.staxmapper.FixedXMLStreamReader
- getAttributeType(int) - Method in class org.jboss.staxmapper.XMLExtendedStreamReaderImpl
- getAttributeValue(int) - Method in class org.jboss.staxmapper.FixedXMLStreamReader
- getAttributeValue(int) - Method in class org.jboss.staxmapper.XMLExtendedStreamReaderImpl
- getAttributeValue(int, Class<T>) - Method in interface org.jboss.staxmapper.XMLExtendedStreamReader
-
Get the attribute value using intelligent type conversion.
- getAttributeValue(int, Class<T>) - Method in class org.jboss.staxmapper.XMLExtendedStreamReaderImpl
- getAttributeValue(String, String) - Method in class org.jboss.staxmapper.FixedXMLStreamReader
- getAttributeValue(String, String) - Method in class org.jboss.staxmapper.XMLExtendedStreamReaderImpl
- getCharacterEncodingScheme() - Method in class org.jboss.staxmapper.FixedXMLStreamReader
- getCharacterEncodingScheme() - Method in class org.jboss.staxmapper.XMLExtendedStreamReaderImpl
- getElementText() - Method in class org.jboss.staxmapper.FixedXMLStreamReader
- getElementText() - Method in class org.jboss.staxmapper.XMLExtendedStreamReaderImpl
- getEncoding() - Method in class org.jboss.staxmapper.FixedXMLStreamReader
- getEncoding() - Method in class org.jboss.staxmapper.XMLExtendedStreamReaderImpl
- getEventType() - Method in class org.jboss.staxmapper.FixedXMLStreamReader
- getEventType() - Method in class org.jboss.staxmapper.XMLExtendedStreamReaderImpl
- getId() - Method in interface org.jboss.staxmapper.XMLExtendedStreamReader
-
Get the XML ID attribute, if any.
- getId() - Method in class org.jboss.staxmapper.XMLExtendedStreamReaderImpl
- getIntAttributeValue(int) - Method in interface org.jboss.staxmapper.XMLExtendedStreamReader
-
Get the value of an attribute as an integer.
- getIntAttributeValue(int) - Method in class org.jboss.staxmapper.XMLExtendedStreamReaderImpl
- getIntListAttributeValue(int) - Method in interface org.jboss.staxmapper.XMLExtendedStreamReader
-
Get the value of an attribute as an integer list.
- getIntListAttributeValue(int) - Method in class org.jboss.staxmapper.XMLExtendedStreamReaderImpl
- getListAttributeValue(int) - Method in interface org.jboss.staxmapper.XMLExtendedStreamReader
-
Get the value of an attribute as a space-delimited string list.
- getListAttributeValue(int) - Method in class org.jboss.staxmapper.XMLExtendedStreamReaderImpl
- getListAttributeValue(int, Class<T>) - Method in interface org.jboss.staxmapper.XMLExtendedStreamReader
-
Get the attribute value as a list using intelligent type conversion.
- getListAttributeValue(int, Class<T>) - Method in class org.jboss.staxmapper.XMLExtendedStreamReaderImpl
- getLocalName() - Method in class org.jboss.staxmapper.FixedXMLStreamReader
- getLocalName() - Method in class org.jboss.staxmapper.XMLExtendedStreamReaderImpl
- getLocation() - Method in class org.jboss.staxmapper.FixedXMLStreamReader
- getLocation() - Method in class org.jboss.staxmapper.XMLExtendedStreamReaderImpl
- getLongAttributeValue(int) - Method in interface org.jboss.staxmapper.XMLExtendedStreamReader
-
Get the value of an attribute as a long.
- getLongAttributeValue(int) - Method in class org.jboss.staxmapper.XMLExtendedStreamReaderImpl
- getLongListAttributeValue(int) - Method in interface org.jboss.staxmapper.XMLExtendedStreamReader
-
Get the value of an attribute as a long integer list.
- getLongListAttributeValue(int) - Method in class org.jboss.staxmapper.XMLExtendedStreamReaderImpl
- getName() - Method in class org.jboss.staxmapper.FixedXMLStreamReader
- getName() - Method in class org.jboss.staxmapper.XMLExtendedStreamReaderImpl
- getNamespaceContext() - Method in class org.jboss.staxmapper.FixedXMLStreamReader
- getNamespaceContext() - Method in class org.jboss.staxmapper.FormattingXMLStreamWriter
- getNamespaceContext() - Method in class org.jboss.staxmapper.XMLExtendedStreamReaderImpl
- getNamespaceCount() - Method in class org.jboss.staxmapper.FixedXMLStreamReader
- getNamespaceCount() - Method in class org.jboss.staxmapper.XMLExtendedStreamReaderImpl
- getNamespacePrefix(int) - Method in class org.jboss.staxmapper.FixedXMLStreamReader
- getNamespacePrefix(int) - Method in class org.jboss.staxmapper.XMLExtendedStreamReaderImpl
- getNamespaceURI() - Method in class org.jboss.staxmapper.FixedXMLStreamReader
- getNamespaceURI() - Method in class org.jboss.staxmapper.XMLExtendedStreamReaderImpl
- getNamespaceURI(int) - Method in class org.jboss.staxmapper.FixedXMLStreamReader
- getNamespaceURI(int) - Method in class org.jboss.staxmapper.XMLExtendedStreamReaderImpl
- getNamespaceURI(String) - Method in class org.jboss.staxmapper.FixedXMLStreamReader
- getNamespaceURI(String) - Method in class org.jboss.staxmapper.XMLExtendedStreamReaderImpl
- getPIData() - Method in class org.jboss.staxmapper.FixedXMLStreamReader
- getPIData() - Method in class org.jboss.staxmapper.XMLExtendedStreamReaderImpl
- getPITarget() - Method in class org.jboss.staxmapper.FixedXMLStreamReader
- getPITarget() - Method in class org.jboss.staxmapper.XMLExtendedStreamReaderImpl
- getPrefix() - Method in class org.jboss.staxmapper.FixedXMLStreamReader
- getPrefix() - Method in class org.jboss.staxmapper.XMLExtendedStreamReaderImpl
- getPrefix(String) - Method in class org.jboss.staxmapper.FormattingXMLStreamWriter
- getProperty(String) - Method in class org.jboss.staxmapper.FixedXMLStreamReader
- getProperty(String) - Method in class org.jboss.staxmapper.FormattingXMLStreamWriter
- getProperty(String) - Method in class org.jboss.staxmapper.XMLExtendedStreamReaderImpl
- getText() - Method in class org.jboss.staxmapper.FixedXMLStreamReader
- getText() - Method in class org.jboss.staxmapper.XMLExtendedStreamReaderImpl
- getTextCharacters() - Method in class org.jboss.staxmapper.FixedXMLStreamReader
- getTextCharacters() - Method in class org.jboss.staxmapper.XMLExtendedStreamReaderImpl
- getTextCharacters(int, char[], int, int) - Method in class org.jboss.staxmapper.FixedXMLStreamReader
- getTextCharacters(int, char[], int, int) - Method in class org.jboss.staxmapper.XMLExtendedStreamReaderImpl
- getTextLength() - Method in class org.jboss.staxmapper.FixedXMLStreamReader
- getTextLength() - Method in class org.jboss.staxmapper.XMLExtendedStreamReaderImpl
- getTextStart() - Method in class org.jboss.staxmapper.FixedXMLStreamReader
- getTextStart() - Method in class org.jboss.staxmapper.XMLExtendedStreamReaderImpl
- getVersion() - Method in class org.jboss.staxmapper.FixedXMLStreamReader
- getVersion() - Method in class org.jboss.staxmapper.XMLExtendedStreamReaderImpl
- getXMLMapper() - Method in interface org.jboss.staxmapper.XMLExtendedStreamReader
- getXMLMapper() - Method in class org.jboss.staxmapper.XMLExtendedStreamReaderImpl
H
- handleAny(Object) - Method in interface org.jboss.staxmapper.XMLExtendedStreamReader
-
Handle an
<xs:any>
-type nested element, passing in the given value, returning after the end of the element. - handleAny(Object) - Method in class org.jboss.staxmapper.XMLExtendedStreamReaderImpl
- handleAttribute(Object, int) - Method in interface org.jboss.staxmapper.XMLExtendedStreamReader
-
Handle an extended attribute, passing in the given value.
- handleAttribute(Object, int) - Method in class org.jboss.staxmapper.XMLExtendedStreamReaderImpl
- hasName() - Method in class org.jboss.staxmapper.FixedXMLStreamReader
- hasName() - Method in class org.jboss.staxmapper.XMLExtendedStreamReaderImpl
- hasNext() - Method in class org.jboss.staxmapper.FixedXMLStreamReader
- hasNext() - Method in class org.jboss.staxmapper.Spliterator
- hasNext() - Method in class org.jboss.staxmapper.XMLExtendedStreamReaderImpl
- hasText() - Method in class org.jboss.staxmapper.FixedXMLStreamReader
- hasText() - Method in class org.jboss.staxmapper.XMLExtendedStreamReaderImpl
I
- i - Variable in class org.jboss.staxmapper.Spliterator
- indent() - Method in class org.jboss.staxmapper.FormattingXMLStreamWriter
- indentEndElement - Variable in class org.jboss.staxmapper.FormattingXMLStreamWriter
- intParseException(NumberFormatException, Location) - Static method in class org.jboss.staxmapper.XMLExtendedStreamReaderImpl
- isAttributeSpecified(int) - Method in class org.jboss.staxmapper.FixedXMLStreamReader
- isAttributeSpecified(int) - Method in class org.jboss.staxmapper.XMLExtendedStreamReaderImpl
- isCharacters() - Method in class org.jboss.staxmapper.FixedXMLStreamReader
- isCharacters() - Method in class org.jboss.staxmapper.XMLExtendedStreamReaderImpl
- isEndElement() - Method in class org.jboss.staxmapper.FixedXMLStreamReader
- isEndElement() - Method in class org.jboss.staxmapper.XMLExtendedStreamReaderImpl
- isStandalone() - Method in class org.jboss.staxmapper.FixedXMLStreamReader
- isStandalone() - Method in class org.jboss.staxmapper.XMLExtendedStreamReaderImpl
- isStartElement() - Method in class org.jboss.staxmapper.FixedXMLStreamReader
- isStartElement() - Method in class org.jboss.staxmapper.XMLExtendedStreamReaderImpl
- isWhiteSpace() - Method in class org.jboss.staxmapper.FixedXMLStreamReader
- isWhiteSpace() - Method in class org.jboss.staxmapper.XMLExtendedStreamReaderImpl
- iterator() - Method in class org.jboss.staxmapper.Spliterable
J
- join(Iterable<String>) - Static method in class org.jboss.staxmapper.FormattingXMLStreamWriter
- join(String[]) - Static method in class org.jboss.staxmapper.FormattingXMLStreamWriter
L
- level - Variable in class org.jboss.staxmapper.FormattingXMLStreamWriter
N
- nestUnspecifiedNamespace() - Method in class org.jboss.staxmapper.FormattingXMLStreamWriter
- next() - Method in class org.jboss.staxmapper.FixedXMLStreamReader
- next() - Method in class org.jboss.staxmapper.Spliterator
- next() - Method in class org.jboss.staxmapper.XMLExtendedStreamReaderImpl
- nextTag() - Method in class org.jboss.staxmapper.FixedXMLStreamReader
- nextTag() - Method in class org.jboss.staxmapper.XMLExtendedStreamReaderImpl
- nl() - Method in class org.jboss.staxmapper.FormattingXMLStreamWriter
- NO_INTS - Static variable in class org.jboss.staxmapper.XMLExtendedStreamReaderImpl
- NO_LONGS - Static variable in class org.jboss.staxmapper.XMLExtendedStreamReaderImpl
- NO_NAMESPACE - Static variable in class org.jboss.staxmapper.FormattingXMLStreamWriter
- NO_STRINGS - Static variable in class org.jboss.staxmapper.XMLExtendedStreamReaderImpl
O
- org.jboss.staxmapper - package org.jboss.staxmapper
- over(String, char) - Static method in class org.jboss.staxmapper.Spliterable
- over(String, char) - Static method in class org.jboss.staxmapper.Spliterator
P
- parseDocument(Object, XMLStreamReader) - Method in interface org.jboss.staxmapper.XMLMapper
-
Parse a document.
- parseDocument(Object, XMLStreamReader) - Method in class org.jboss.staxmapper.XMLMapperImpl
- processAttribute(XMLStreamReader, int, T) - Method in class org.jboss.staxmapper.XMLMapperImpl
- processNested(XMLExtendedStreamReader, T) - Method in class org.jboss.staxmapper.XMLMapperImpl
R
- readAttribute(XMLStreamReader, int, T) - Method in interface org.jboss.staxmapper.XMLAttributeReader
-
Parse an attribute.
- readElement(XMLExtendedStreamReader, T) - Method in interface org.jboss.staxmapper.XMLElementReader
-
Parse an element and all of its nested content.
- readPastEnd(Location) - Static method in class org.jboss.staxmapper.XMLExtendedStreamReaderImpl
- registerRootAttribute(QName, XMLAttributeReader<?>) - Method in interface org.jboss.staxmapper.XMLMapper
-
Add a known root attribute which can be read by
XMLExtendedStreamReader.handleAttribute(Object, int)
. - registerRootAttribute(QName, XMLAttributeReader<?>) - Method in class org.jboss.staxmapper.XMLMapperImpl
- registerRootElement(QName, XMLElementReader<?>) - Method in interface org.jboss.staxmapper.XMLMapper
-
Add a known root element which can be read by
XMLExtendedStreamReader.handleAny(Object)
. - registerRootElement(QName, XMLElementReader<?>) - Method in class org.jboss.staxmapper.XMLMapperImpl
- remove() - Method in class org.jboss.staxmapper.Spliterator
- require(int, String, String) - Method in class org.jboss.staxmapper.FixedXMLStreamReader
- require(int, String, String) - Method in class org.jboss.staxmapper.XMLExtendedStreamReaderImpl
- rootAttributes - Variable in class org.jboss.staxmapper.XMLMapperImpl
- rootElements - Variable in class org.jboss.staxmapper.XMLMapperImpl
- run(int) - Method in interface org.jboss.staxmapper.FormattingXMLStreamWriter.ArgRunnable
- runAttrQueue() - Method in class org.jboss.staxmapper.FormattingXMLStreamWriter
S
- safeClose() - Method in class org.jboss.staxmapper.XMLExtendedStreamReaderImpl
- setDefaultNamespace(String) - Method in class org.jboss.staxmapper.FormattingXMLStreamWriter
- setNamespaceContext(NamespaceContext) - Method in class org.jboss.staxmapper.FormattingXMLStreamWriter
- setPrefix(String, String) - Method in class org.jboss.staxmapper.FormattingXMLStreamWriter
- setTrimElementText(boolean) - Method in interface org.jboss.staxmapper.XMLExtendedStreamReader
-
Whether or not
XMLStreamReader.getElementText()
should trim content. - setTrimElementText(boolean) - Method in class org.jboss.staxmapper.XMLExtendedStreamReaderImpl
- setUnspecifiedElementNamespace(String) - Method in class org.jboss.staxmapper.FormattingXMLStreamWriter
- setUnspecifiedElementNamespace(String) - Method in interface org.jboss.staxmapper.XMLExtendedStreamWriter
-
Sets the namespace to use for child element writes when a namespace is not specified.
- Spliterable - Class in org.jboss.staxmapper
- Spliterable(String, char) - Constructor for class org.jboss.staxmapper.Spliterable
- Spliterator - Class in org.jboss.staxmapper
- Spliterator(String, char) - Constructor for class org.jboss.staxmapper.Spliterator
- stack - Variable in class org.jboss.staxmapper.XMLExtendedStreamReaderImpl
- standaloneSet() - Method in class org.jboss.staxmapper.FixedXMLStreamReader
- standaloneSet() - Method in class org.jboss.staxmapper.XMLExtendedStreamReaderImpl
- state - Variable in class org.jboss.staxmapper.FormattingXMLStreamWriter
- streamReader - Variable in class org.jboss.staxmapper.XMLExtendedStreamReaderImpl
- subject - Variable in class org.jboss.staxmapper.Spliterable
- subject - Variable in class org.jboss.staxmapper.Spliterator
T
- toInts(Iterator<String>, int) - Static method in class org.jboss.staxmapper.XMLExtendedStreamReaderImpl
- toLongs(Iterator<String>, int) - Static method in class org.jboss.staxmapper.XMLExtendedStreamReaderImpl
- toStrings(Iterator<String>, int) - Static method in class org.jboss.staxmapper.XMLExtendedStreamReaderImpl
- trimElementText - Variable in class org.jboss.staxmapper.XMLExtendedStreamReaderImpl
U
- unregisterRootAttribute(QName) - Method in interface org.jboss.staxmapper.XMLMapper
-
Removes a
previously registered root attribute
. - unregisterRootAttribute(QName) - Method in class org.jboss.staxmapper.XMLMapperImpl
- unregisterRootElement(QName) - Method in interface org.jboss.staxmapper.XMLMapper
-
Removes a
previously registered root element
. - unregisterRootElement(QName) - Method in class org.jboss.staxmapper.XMLMapperImpl
- unspecifiedNamespaces - Variable in class org.jboss.staxmapper.FormattingXMLStreamWriter
W
- writeAttribute(String, Iterable<String>) - Method in class org.jboss.staxmapper.FormattingXMLStreamWriter
- writeAttribute(String, Iterable<String>) - Method in interface org.jboss.staxmapper.XMLExtendedStreamWriter
- writeAttribute(String, String) - Method in class org.jboss.staxmapper.FormattingXMLStreamWriter
- writeAttribute(String, String[]) - Method in class org.jboss.staxmapper.FormattingXMLStreamWriter
- writeAttribute(String, String[]) - Method in interface org.jboss.staxmapper.XMLExtendedStreamWriter
- writeAttribute(String, String, Iterable<String>) - Method in class org.jboss.staxmapper.FormattingXMLStreamWriter
- writeAttribute(String, String, Iterable<String>) - Method in interface org.jboss.staxmapper.XMLExtendedStreamWriter
- writeAttribute(String, String, String) - Method in class org.jboss.staxmapper.FormattingXMLStreamWriter
- writeAttribute(String, String, String[]) - Method in class org.jboss.staxmapper.FormattingXMLStreamWriter
- writeAttribute(String, String, String[]) - Method in interface org.jboss.staxmapper.XMLExtendedStreamWriter
- writeAttribute(String, String, String, Iterable<String>) - Method in class org.jboss.staxmapper.FormattingXMLStreamWriter
- writeAttribute(String, String, String, Iterable<String>) - Method in interface org.jboss.staxmapper.XMLExtendedStreamWriter
- writeAttribute(String, String, String, String) - Method in class org.jboss.staxmapper.FormattingXMLStreamWriter
- writeAttribute(String, String, String, String[]) - Method in class org.jboss.staxmapper.FormattingXMLStreamWriter
- writeAttribute(String, String, String, String[]) - Method in interface org.jboss.staxmapper.XMLExtendedStreamWriter
- writeCData(String) - Method in class org.jboss.staxmapper.FormattingXMLStreamWriter
- writeCharacters(char[], int, int) - Method in class org.jboss.staxmapper.FormattingXMLStreamWriter
- writeCharacters(String) - Method in class org.jboss.staxmapper.FormattingXMLStreamWriter
- writeComment(String) - Method in class org.jboss.staxmapper.FormattingXMLStreamWriter
- writeContent(XMLExtendedStreamWriter) - Method in interface org.jboss.staxmapper.XMLContentWriter
-
Deprecated.Write the contents of this item.
- writeContent(XMLExtendedStreamWriter, T) - Method in interface org.jboss.staxmapper.XMLElementWriter
-
Write the contents of this item.
- writeDefaultNamespace(String) - Method in class org.jboss.staxmapper.FormattingXMLStreamWriter
- writeDTD(String) - Method in class org.jboss.staxmapper.FormattingXMLStreamWriter
- writeEmptyElement(String) - Method in class org.jboss.staxmapper.FormattingXMLStreamWriter
- writeEmptyElement(String, String) - Method in class org.jboss.staxmapper.FormattingXMLStreamWriter
- writeEmptyElement(String, String, String) - Method in class org.jboss.staxmapper.FormattingXMLStreamWriter
- writeEndDocument() - Method in class org.jboss.staxmapper.FormattingXMLStreamWriter
- writeEndElement() - Method in class org.jboss.staxmapper.FormattingXMLStreamWriter
- writeEntityRef(String) - Method in class org.jboss.staxmapper.FormattingXMLStreamWriter
- writeNamespace(String, String) - Method in class org.jboss.staxmapper.FormattingXMLStreamWriter
- writeProcessingInstruction(String) - Method in class org.jboss.staxmapper.FormattingXMLStreamWriter
- writeProcessingInstruction(String, String) - Method in class org.jboss.staxmapper.FormattingXMLStreamWriter
- writeStartDocument() - Method in class org.jboss.staxmapper.FormattingXMLStreamWriter
- writeStartDocument(String) - Method in class org.jboss.staxmapper.FormattingXMLStreamWriter
- writeStartDocument(String, String) - Method in class org.jboss.staxmapper.FormattingXMLStreamWriter
- writeStartElement(String) - Method in class org.jboss.staxmapper.FormattingXMLStreamWriter
- writeStartElement(String, String) - Method in class org.jboss.staxmapper.FormattingXMLStreamWriter
- writeStartElement(String, String, String) - Method in class org.jboss.staxmapper.FormattingXMLStreamWriter
X
- XMLAttributeReader<T> - Interface in org.jboss.staxmapper
-
A reader which pulls an object information out of some XML attribute and appends it to a provided object model.
- XMLContentWriter - Interface in org.jboss.staxmapper
-
Deprecated.
- XMLElementReader<T> - Interface in org.jboss.staxmapper
-
A reader which pulls an object out of some XML element and appends it to a provided object model.
- XMLElementWriter<T> - Interface in org.jboss.staxmapper
-
A writer for XML elements.
- XMLExtendedStreamReader - Interface in org.jboss.staxmapper
-
An XML stream reader that can read nested
<xs:any>
content using a registered set of root elements. - XMLExtendedStreamReaderImpl - Class in org.jboss.staxmapper
- XMLExtendedStreamReaderImpl(XMLMapperImpl, XMLStreamReader) - Constructor for class org.jboss.staxmapper.XMLExtendedStreamReaderImpl
- XMLExtendedStreamReaderImpl.Context - Class in org.jboss.staxmapper
- XMLExtendedStreamWriter - Interface in org.jboss.staxmapper
- xmlMapper - Variable in class org.jboss.staxmapper.XMLExtendedStreamReaderImpl
- XMLMapper - Interface in org.jboss.staxmapper
-
An XML mapper.
- XMLMapper.Factory - Class in org.jboss.staxmapper
-
A factory for creating an instance of
XMLMapper
. - XMLMapperImpl - Class in org.jboss.staxmapper
- XMLMapperImpl() - Constructor for class org.jboss.staxmapper.XMLMapperImpl
All Classes All Packages