public class ElementState extends Object
BaseMarkupSerializer
Modifier and Type | Field and Description |
---|---|
boolean |
afterComment
Deprecated.
True if the last serialized node was a comment node.
|
boolean |
afterElement
Deprecated.
True if the last serialized node was an element node.
|
boolean |
doCData
Deprecated.
True if textual content of current element should be
serialized as CDATA section.
|
boolean |
empty
Deprecated.
True if element is empty.
|
boolean |
inCData
Deprecated.
True while inside CData and printing text as CData.
|
String |
localName
Deprecated.
The element's local tag name.
|
String |
namespaceURI
Deprecated.
The element's namespace URI.
|
Hashtable |
prefixes
Deprecated.
Association between namespace URIs (keys) and prefixes (values).
|
boolean |
preserveSpace
Deprecated.
True if element is space preserving.
|
String |
rawName
Deprecated.
The element's raw tag name (local or prefix:local).
|
boolean |
unescaped
Deprecated.
True if textual content of current element should be
serialized as raw characters (unescaped).
|
Constructor and Description |
---|
ElementState()
Deprecated.
|
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
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.