| 
 | Oracle Fusion Middleware Oracle WebLogic Server API Reference 12c Release 1 (12.1.1) Part Number E24391-02 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectweblogic.apache.xml.serialize.ElementState
public class ElementState
Holds the state of the currently serialized element.
BaseMarkupSerializer| Field Summary | |
|---|---|
|  boolean | afterCommentDeprecated. True if the last serialized node was a comment node. | 
|  boolean | afterElementDeprecated. True if the last serialized node was an element node. | 
|  boolean | doCDataDeprecated. True if textual content of current element should be serialized as CDATA section. | 
|  boolean | emptyDeprecated. True if element is empty. | 
|  boolean | inCDataDeprecated. True while inside CData and printing text as CData. | 
|  String | localNameDeprecated. The element's local tag name. | 
|  String | namespaceURIDeprecated. The element's namespace URI. | 
|  Hashtable | prefixesDeprecated. Association between namespace URIs (keys) and prefixes (values). | 
|  boolean | preserveSpaceDeprecated. True if element is space preserving. | 
|  String | rawNameDeprecated. The element's raw tag name (local or prefix:local). | 
|  boolean | unescapedDeprecated. True if textual content of current element should be serialized as raw characters (unescaped). | 
| Constructor Summary | |
|---|---|
| ElementState()Deprecated. | |
| Method Summary | 
|---|
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public String rawName
public String localName
public String namespaceURI
public boolean preserveSpace
public boolean empty
public boolean afterElement
public boolean afterComment
public boolean doCData
public boolean unescaped
public boolean inCData
public Hashtable prefixes
| Constructor Detail | 
|---|
public ElementState()
| 
 | Copyright 1996, 2011, 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 Oracle WebLogic Server API Reference 12c Release 1 (12.1.1) Part Number E24391-02 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||