|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.dom.util.XMLSupport
This class provides support for XML features.
Field Summary |
Constructor Summary | |
protected |
XMLSupport()
This class does not need to be instanciated. |
Method Summary | |
static String |
defaultXMLSpace(String data)
Strips the white spaces in the given string according to the xml:space attribute recommended behaviour when it has the 'default' value. |
static String |
getXMLLang(Element elt)
Returns the xml:lang attribute value of the given element. |
static String |
getXMLSpace(Element elt)
Returns the xml:space attribute value of the given element. |
static String |
preserveXMLSpace(String data)
Strips the white spaces in the given string according to the xml:space attribute recommended behaviour when it has the 'preserve' value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected XMLSupport()
Method Detail |
public static String getXMLLang(Element elt)
public static String getXMLSpace(Element elt)
public static String defaultXMLSpace(String data)
public static String preserveXMLSpace(String data)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |