org.apache.axiom.util.stax.wrapper
Class ImmutableXMLOutputFactory
java.lang.Object
javax.xml.stream.XMLOutputFactory
org.apache.axiom.util.stax.wrapper.XMLOutputFactoryWrapper
org.apache.axiom.util.stax.wrapper.ImmutableXMLOutputFactory
public class ImmutableXMLOutputFactory
- extends XMLOutputFactoryWrapper
Wraps an XMLOutputFactory
so that its state (i.e. its properties) can no longer be
changed.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImmutableXMLOutputFactory
public ImmutableXMLOutputFactory(XMLOutputFactory parent)
- Constructor.
- Parameters:
parent
- the parent factory
setProperty
public void setProperty(String name,
Object value)
throws IllegalArgumentException
- Overrides:
setProperty
in class XMLOutputFactoryWrapper
- Throws:
IllegalArgumentException
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.