|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLStreamWriterFilter | |
---|---|
org.apache.axiom.om | Contains core interfaces of the Axiom API. |
org.apache.axiom.om.impl | |
org.apache.axiom.om.util |
Uses of XMLStreamWriterFilter in org.apache.axiom.om |
---|
Methods in org.apache.axiom.om that return XMLStreamWriterFilter | |
---|---|
XMLStreamWriterFilter |
OMOutputFormat.getXmlStreamWriterFilter()
|
Methods in org.apache.axiom.om with parameters of type XMLStreamWriterFilter | |
---|---|
void |
OMOutputFormat.setXmlStreamWriterFilter(XMLStreamWriterFilter xmlStreamWriterFilter)
|
Uses of XMLStreamWriterFilter in org.apache.axiom.om.impl |
---|
Methods in org.apache.axiom.om.impl that return XMLStreamWriterFilter | |
---|---|
XMLStreamWriterFilter |
MTOMXMLStreamWriter.removeFilter()
|
Methods in org.apache.axiom.om.impl with parameters of type XMLStreamWriterFilter | |
---|---|
void |
MTOMXMLStreamWriter.setFilter(XMLStreamWriterFilter filter)
|
Uses of XMLStreamWriterFilter in org.apache.axiom.om.util |
---|
Classes in org.apache.axiom.om.util that implement XMLStreamWriterFilter | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |