|
|||||||||||
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 java.lang.String |
defaultXMLSpace(java.lang.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 java.lang.String |
getXMLLang(org.w3c.dom.Element elt)
Returns the xml:lang attribute value of the given element. |
static java.lang.String |
getXMLSpace(org.w3c.dom.Element elt)
Returns the xml:space attribute value of the given element. |
static java.lang.String |
preserveXMLSpace(java.lang.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 java.lang.String getXMLLang(org.w3c.dom.Element elt)
public static java.lang.String getXMLSpace(org.w3c.dom.Element elt)
public static java.lang.String defaultXMLSpace(java.lang.String data)
public static java.lang.String preserveXMLSpace(java.lang.String data)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |