Skip navigation links
StAX Mapper 1.2.0.Final
C D F G H O P R S U W X 

C

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

D

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

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.
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
 
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.

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(QName, XMLElementReader<?>) - Method in interface org.jboss.staxmapper.XMLMapper
Add a known root element which can be read by XMLExtendedStreamReader.handleAny(Object).

S

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.

U

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

W

writeAttribute(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) - Method in class org.jboss.staxmapper.FormattingXMLStreamWriter
 
writeAttribute(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[]) - Method in class org.jboss.staxmapper.FormattingXMLStreamWriter
 
writeAttribute(String, Iterable<String>) - Method in class org.jboss.staxmapper.FormattingXMLStreamWriter
 
writeAttribute(String, String, String, Iterable<String>) - Method in class org.jboss.staxmapper.FormattingXMLStreamWriter
 
writeAttribute(String, String, Iterable<String>) - Method in class org.jboss.staxmapper.FormattingXMLStreamWriter
 
writeAttribute(String, String[]) - Method in interface org.jboss.staxmapper.XMLExtendedStreamWriter
 
writeAttribute(String, String, String, String[]) - Method in interface org.jboss.staxmapper.XMLExtendedStreamWriter
 
writeAttribute(String, String, String[]) - Method in interface org.jboss.staxmapper.XMLExtendedStreamWriter
 
writeAttribute(String, Iterable<String>) - Method in interface org.jboss.staxmapper.XMLExtendedStreamWriter
 
writeAttribute(String, String, String, Iterable<String>) - Method in interface org.jboss.staxmapper.XMLExtendedStreamWriter
 
writeAttribute(String, String, Iterable<String>) - Method in interface org.jboss.staxmapper.XMLExtendedStreamWriter
 
writeCData(String) - Method in class org.jboss.staxmapper.FormattingXMLStreamWriter
 
writeCharacters(String) - Method in class org.jboss.staxmapper.FormattingXMLStreamWriter
 
writeCharacters(char[], int, int) - 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, String) - Method in class org.jboss.staxmapper.FormattingXMLStreamWriter
 
writeEmptyElement(String, String, String) - Method in class org.jboss.staxmapper.FormattingXMLStreamWriter
 
writeEmptyElement(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 F G H O P R S U W X 
Skip navigation links
StAX Mapper 1.2.0.Final

Copyright © 2023 JBoss by Red Hat. All rights reserved.