|
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XMLWriter
Method Summary | |
---|---|
abstract void |
close() Close this writer and free any resources associated with the writer. |
abstract void |
flush() flush any cached data to the underlying output mechanism. |
abstract Map |
getNamespaceMap() returns the set of declared prefix -> namespace mappings. |
abstract void |
setDefaultNamespace(String namespaceURI) Defines the default namespace. |
abstract void |
setDefaultPrefixes(Map prefixMap) |
abstract void |
setNamespaceMap(Map namespaces) Defines the set of predeclared prefix -> namespace mappings |
abstract void |
setPrefix(String prefix, String namespaceURI) Defines the prefix to be used for elements in the identified namespace. |
abstract void |
writeAttribute(String namespaceURI, String localName, QName value) writes an attribute that has a QName value to the preceeding start tag, binding the namespaces if necessary. |
abstract void |
writeAttribute(String namespaceURI, String localName, String value) writes an attribute to the preceeding start tag, binding the namespaces if necessary. |
abstract void |
writeCharacters(QName value) writes the QName as CharacterData node to the document. |
abstract void |
writeCharacters(String value) writes a CharacterData node to the document. |
abstract void |
writeEndElement() Writes the end tag for the current Element. |
abstract void |
writeStartElement(String namespaceURI, String localName) writes a Start tag for an element with the provided QName, binding the namespaces if necessary. |
Method Detail |
---|
void writeStartElement(String namespaceURI, String localName) throws XMLWriterRuntimeException
namespaceURI
-localName
-XMLWriterRuntimeException
void writeAttribute(String namespaceURI, String localName, String value) throws XMLWriterRuntimeException, IllegalStateException
namespaceURI
-localName
-value
-XMLWriterRuntimeException
IllegalStateException
void writeAttribute(String namespaceURI, String localName, QName value) throws XMLWriterRuntimeException, IllegalStateException
namespaceURI
-localName
-value
-XMLWriterRuntimeException
IllegalStateException
void writeCharacters(String value) throws XMLWriterRuntimeException
value
-XMLWriterRuntimeException
void writeCharacters(QName value) throws XMLWriterRuntimeException, IllegalStateException
value
-XMLWriterRuntimeException
IllegalStateException
- if the the namespace has not been bound.void writeEndElement() throws XMLWriterRuntimeException
XMLWriterRuntimeException
void setPrefix(String prefix, String namespaceURI) throws XMLWriterRuntimeException
namespaceURI
-prefix
-XMLWriterRuntimeException
void setDefaultNamespace(String namespaceURI) throws XMLWriterRuntimeException
namespaceURI
-XMLWriterRuntimeException
void setDefaultPrefixes(Map prefixMap)
Map getNamespaceMap()
void setNamespaceMap(Map namespaces)
namespaces
-void flush() throws XMLWriterRuntimeException
XMLWriterRuntimeException
void close() throws XMLWriterRuntimeException
XMLWriterRuntimeException
|
Copyright 1996, 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |