Maven module :un.storage : binding-xml :
Class : un.storage.binding.xml.XMLElement
Extends/Implements : un.api.CObject
Subclasses : -

author  Johann Sorel


Variables : TYPE_ELEMENT_START, TYPE_ELEMENT_END, TYPE_TEXT, TYPE_META, TYPE_COMMENT, TYPE_CDATA, TYPE_DOCTYPE
Functions : XMLElement, getType, getPrefix, getName, getEscape, toChars


public int TYPE_ELEMENT_START

public int TYPE_ELEMENT_END

public int TYPE_TEXT

public int TYPE_META

public int TYPE_COMMENT

public int TYPE_CDATA

public int TYPE_DOCTYPE


public void XMLElement (int type, Chars prefix, Chars name, Char escape)

public int getType ()

public Chars getPrefix ()

public Chars getName ()


Escape character for this element.
can be one of : / ? !
return  Char
public Char getEscape ()

public Chars toChars ()