Package org.apache.fop.util
Interface XMLConstants
- All Known Subinterfaces:
IFConstants
- All Known Implementing Classes:
IFParser,IFSerializer,XMLUtil
public interface XMLConstants
A collection of constants for XML handling.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String"CDATA" constantstatic final org.apache.xmlgraphics.util.QNamexlink:href attributestatic final StringXML namespace for XLinkstatic final StringNamespace prefix for XLinkstatic final StringXML namespace URIstatic final StringXML namespace prefixstatic final org.apache.xmlgraphics.util.QNamexml:space attributestatic final StringXMLNS namespace URIstatic final StringXMLNS namespace prefix
-
Field Details
-
CDATA
"CDATA" constant- See Also:
-
XML_PREFIX
XML namespace prefix- See Also:
-
XML_NAMESPACE
XML namespace URI- See Also:
-
XML_SPACE
static final org.apache.xmlgraphics.util.QName XML_SPACExml:space attribute -
XMLNS_PREFIX
XMLNS namespace prefix- See Also:
-
XMLNS_NAMESPACE_URI
XMLNS namespace URI- See Also:
-
XLINK_PREFIX
Namespace prefix for XLink- See Also:
-
XLINK_NAMESPACE
XML namespace for XLink- See Also:
-
XLINK_HREF
static final org.apache.xmlgraphics.util.QName XLINK_HREFxlink:href attribute
-