Package | Description |
---|---|
org.apache.axiom.om |
Contains core interfaces of the Axiom API.
|
org.apache.axiom.om.impl | |
org.apache.axiom.om.util |
Modifier and Type | Method and Description |
---|---|
XMLStreamWriterFilter |
OMOutputFormat.getXmlStreamWriterFilter() |
Modifier and Type | Method and Description |
---|---|
void |
OMOutputFormat.setXmlStreamWriterFilter(XMLStreamWriterFilter xmlStreamWriterFilter) |
Modifier and Type | Method and Description |
---|---|
XMLStreamWriterFilter |
MTOMXMLStreamWriter.removeFilter() |
Modifier and Type | Method and Description |
---|---|
void |
MTOMXMLStreamWriter.setFilter(XMLStreamWriterFilter filter) |
Modifier and Type | Class and Description |
---|---|
class |
XMLStreamWriterFilterBase
The base class for classes that are XMLStreamWriterFilters
Each of the XMLStreamWriter events is intercepted and passed to the delegate XMLStreamWriter
Character data is sent to the xmlData abstract method.
|
class |
XMLStreamWriterRemoveIllegalChars
This is an XMLStreamWriterFilter that removes illegal characters.
|
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.