C D E F G H I M N O P R S T U V W X 
All Classes All Packages

C

close() - Method in class org.jboss.staxmapper.FormattingXMLStreamWriter
 
compareTo(IntVersion) - Method in class org.jboss.staxmapper.IntVersion
 
create() - Static method in class org.jboss.staxmapper.XMLMapper.Factory
Create a new mapper instance.

D

DEFAULT_DELIMITER - Static variable in class org.jboss.staxmapper.IntVersion
 
deparseDocument(XMLContentWriter, XMLStreamWriter) - Method in interface org.jboss.staxmapper.XMLMapper
Deprecated.
deparseDocument(XMLElementWriter<?>, Object, XMLStreamWriter) - Method in interface org.jboss.staxmapper.XMLMapper
Format the element writer's output on to an XML stream writer.
discardRemainder() - Method in interface org.jboss.staxmapper.XMLExtendedStreamReader
Discard the remaining content of an element.

E

equals(Object) - Method in class org.jboss.staxmapper.IntVersion
 

F

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
 

G

getAttributeValue(int, Class<T>) - Method in interface org.jboss.staxmapper.XMLExtendedStreamReader
Get the attribute value using intelligent type conversion.
getComparator() - Method in interface org.jboss.staxmapper.Versioned
getId() - Method in interface org.jboss.staxmapper.XMLExtendedStreamReader
Get the XML ID attribute, if any.
getIntAttributeValue(int) - Method in interface org.jboss.staxmapper.XMLExtendedStreamReader
Get the value of an attribute as an integer.
getIntListAttributeValue(int) - Method in interface org.jboss.staxmapper.XMLExtendedStreamReader
Get the value of an attribute as an integer list.
getListAttributeValue(int) - Method in interface org.jboss.staxmapper.XMLExtendedStreamReader
Get the value of an attribute as a space-delimited string list.
getListAttributeValue(int, Class<T>) - Method in interface org.jboss.staxmapper.XMLExtendedStreamReader
Get the attribute value as a list using intelligent type conversion.
getLongAttributeValue(int) - Method in interface org.jboss.staxmapper.XMLExtendedStreamReader
Get the value of an attribute as a long.
getLongListAttributeValue(int) - Method in interface org.jboss.staxmapper.XMLExtendedStreamReader
Get the value of an attribute as a long integer list.
getNamespaceContext() - Method in class org.jboss.staxmapper.FormattingXMLStreamWriter
 
getPrefix(String) - Method in class org.jboss.staxmapper.FormattingXMLStreamWriter
 
getProperty(String) - Method in class org.jboss.staxmapper.FormattingXMLStreamWriter
 
getUri() - Method in interface org.jboss.staxmapper.Namespace
Identifies this namespace.
getVersion() - Method in interface org.jboss.staxmapper.Versioned
Returns the version of this object.
getXMLMapper() - Method in interface org.jboss.staxmapper.XMLExtendedStreamReader

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.
handleAttribute(Object, int) - Method in interface org.jboss.staxmapper.XMLExtendedStreamReader
Handle an extended attribute, passing in the given value.
hashCode() - Method in class org.jboss.staxmapper.IntVersion
 

I

IntVersion - Class in org.jboss.staxmapper
An integer based version supporting a variable number of segments.
IntVersion(int...) - Constructor for class org.jboss.staxmapper.IntVersion
Constructs a version with a variable number of segments.

M

major() - Method in class org.jboss.staxmapper.IntVersion
Convenience method that returns the 1st segment of this version.
micro() - Method in class org.jboss.staxmapper.IntVersion
Convenience method that returns the 3rd segment of this version.
minor() - Method in class org.jboss.staxmapper.IntVersion
Convenience method that returns the 2nd segment of this version.

N

Namespace - Interface in org.jboss.staxmapper
Defines an XML namespace.

O

org.jboss.staxmapper - package org.jboss.staxmapper
 

P

parseDocument(Object, XMLStreamReader) - Method in interface org.jboss.staxmapper.XMLMapper
Parse a document.

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.
registerRootAttribute(QName, XMLAttributeReader<?>) - Method in interface org.jboss.staxmapper.XMLMapper
Add a known root attribute which can be read by XMLExtendedStreamReader.handleAttribute(Object, int).
registerRootElement(String, Set<N>, Function<N, XMLElementReader<T>>) - Method in interface org.jboss.staxmapper.XMLMapper
Convenience method that registers a root element associated with a known set of namespaces, whose reader can be created from the specified factory.
registerRootElement(QName, Supplier<XMLElementReader<T>>) - Method in interface org.jboss.staxmapper.XMLMapper
Add a known root element which can be read by XMLExtendedStreamReader.handleAny(Object).
registerRootElement(QName, XMLElementReader<T>) - Method in interface org.jboss.staxmapper.XMLMapper
Add a known root element which can be read by XMLExtendedStreamReader.handleAny(Object).

S

segment(int) - Method in class org.jboss.staxmapper.IntVersion
Returns the version segment at the specified index.
segments() - Method in class org.jboss.staxmapper.IntVersion
Returns the number of segments with which this version was constructed, excluding any trailing zeros.
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.
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.
since(T) - Method in interface org.jboss.staxmapper.Versioned
Indicates whether the version of this object is greater than or equal to the version of the specified versioned object.
stream() - Method in class org.jboss.staxmapper.IntVersion
Returns a stream of the segments of this version, excluding any trailing zeros.
stream(int) - Method in class org.jboss.staxmapper.IntVersion
Returns a stream of the segments of this version, zero padded (or truncated) to the specified number of segments.

T

toString() - Method in class org.jboss.staxmapper.IntVersion
Equivalent to this.toString(this.segments())
toString(int) - Method in class org.jboss.staxmapper.IntVersion
Prints this version using the DEFAULT_DELIMITER segment delimiter, zero padded (or truncated) to the specified number of segments.
toString(int, CharSequence) - Method in class org.jboss.staxmapper.IntVersion
Prints this version using the specified segment delimiter, zero padded (or truncated) to the specified number of segments.

U

unregisterRootAttribute(QName) - Method in interface org.jboss.staxmapper.XMLMapper
unregisterRootElement(QName) - Method in interface org.jboss.staxmapper.XMLMapper

V

Versioned<V extends Comparable<V>,​T extends Versioned<V,​T>> - Interface in org.jboss.staxmapper
A versioned object.

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.
XMLExtendedStreamWriter - Interface in org.jboss.staxmapper
 
XMLMapper - Interface in org.jboss.staxmapper
An XML mapper.
XMLMapper.Factory - Class in org.jboss.staxmapper
A factory for creating an instance of XMLMapper.
C D E F G H I M N O P R S T U V W X 
All Classes All Packages