Fields Summary |
---|
public String | rawNameThe element's raw tag name (local or prefix:local). |
public String | localNameThe element's local tag name. |
public String | namespaceURIThe element's namespace URI. |
public boolean | preserveSpaceTrue if element is space preserving. |
public boolean | emptyTrue if element is empty. Turns false immediately
after serializing the first contents of the element. |
public boolean | afterElementTrue if the last serialized node was an element node. |
public boolean | afterCommentTrue if the last serialized node was a comment node. |
public boolean | doCDataTrue if textual content of current element should be
serialized as CDATA section. |
public boolean | unescapedTrue if textual content of current element should be
serialized as raw characters (unescaped). |
public boolean | inCDataTrue while inside CData and printing text as CData. |
public Hashtable | prefixesAssociation between namespace URIs (keys) and prefixes (values). |