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

C

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.

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

setTrimElementText(boolean) - Method in interface org.jboss.staxmapper.XMLExtendedStreamReader
Whether or not XMLStreamReader.getElementText() should trim content.
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 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
 
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.

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 G H O P R S U W X 
Skip navigation links
StAX Mapper 1.1.0.Final

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