| 
 | Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.1.3) Part Number E41849-02 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use XMLWriterRuntimeException | |
|---|---|
| weblogic.xml.security.utils | Provides interfaces and classes for weblogic.xml.security.utils. | 
| Uses of XMLWriterRuntimeException in weblogic.xml.security.utils | 
|---|
| Methods in weblogic.xml.security.utils that throw XMLWriterRuntimeException | |
|---|---|
|  void | XMLWriter.close()Close this writer and free any resources associated with the writer. | 
|  void | XMLWriter.flush()flush any cached data to the underlying output mechanism. | 
|  void | XMLWriter.setDefaultNamespace(String namespaceURI)Defines the default namespace. | 
|  void | XMLWriter.setPrefix(String prefix,
          String namespaceURI)Defines the prefix to be used for elements in the identified namespace. | 
|  void | XMLWriter.writeAttribute(String namespaceURI,
               String localName,
               String value)writes an attribute to the preceeding start tag, binding the namespaces if necessary. | 
|  void | XMLWriter.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. | 
|  void | XMLWriter.writeCharacters(String value)writes a CharacterData node to the document. | 
|  void | XMLWriter.writeCharacters(QName value)writes the QName as CharacterData node to the document. | 
|  void | XMLWriter.writeEndElement()Writes the end tag for the current Element. | 
|  void | XMLWriter.writeStartElement(String namespaceURI,
                  String localName)writes a Start tag for an element with the provided QName, binding the namespaces if necessary. | 
| 
 | Copyright 1996, 2014, 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.1.3) Part Number E41849-02 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||