Example usage for Java javax.xml.stream XMLOutputFactory fields, constructors, methods, implement or subclass
The text is from its open source code.
String | IS_REPAIRING_NAMESPACES Property used to set prefix defaulting on the output side |
XMLEventWriter | createXMLEventWriter(Result result) Create a new XMLEventWriter that writes to a JAXP result. |
XMLEventWriter | createXMLEventWriter(java.io.OutputStream stream) Create a new XMLEventWriter that writes to a stream |
XMLEventWriter | createXMLEventWriter(java.io.Writer stream) Create a new XMLEventWriter that writes to a writer |
XMLEventWriter | createXMLEventWriter(java.io.OutputStream stream, String encoding) Create a new XMLEventWriter that writes to a stream |
XMLStreamWriter | createXMLStreamWriter(java.io.Writer stream) Create a new XMLStreamWriter that writes to a writer |
XMLStreamWriter | createXMLStreamWriter(java.io.OutputStream stream) Create a new XMLStreamWriter that writes to a stream |
XMLStreamWriter | createXMLStreamWriter(Result result) Create a new XMLStreamWriter that writes to a JAXP result. |
XMLStreamWriter | createXMLStreamWriter(java.io.OutputStream stream, String encoding) Create a new XMLStreamWriter that writes to a stream |
Class> | getClass() Returns the runtime class of this Object . |
boolean | isPropertySupported(String name) Query the set of properties that this factory supports. |
XMLOutputFactory | newFactory() Create a new instance of the factory. |
XMLOutputFactory | newInstance() Creates a new instance of the factory in exactly the same manner as the #newFactory() method. |
void | setProperty(java.lang.String name, Object value) Allows the user to set specific features/properties on the underlying implementation. |