Package org.jdom2
Class JDOMConstants
java.lang.Object
org.jdom2.JDOMConstants
A collection of constants that may be useful to JDOM users.
JDOM attempts to make knowing these 'magic' constants unnecessary, but it is not always possible. In an attempt to make it easier though, common constants are defined here. This is not a comprehensive list of all the constants that may be useful when processing XML, but it should cover most of those occasions where JDOM does not automatically do the 'right thing'.
Many of these constants are already referenced inside the JDOM code.
- Author:
- Rolf Lear
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringConstant used to define theJDOMResultwithTransformerFactory.static final StringConstant used to define theJDOMSourcewith JAXP.static final StringSystem Property queried to obtain an alternate default Line Separator.static final StringSystem Property queried to obtain an alternate default XPathFactory.static final StringDefined as ""static final StringDefined as "xml"static final StringDefined as "xmlns"static final StringDefined as ""static final StringDefined as "http://www.w3.org/XML/1998/namespace"static final StringDefined as "http://www.w3.org/2000/xmlns/"static final StringDefined as "http://xml.org/sax/features/external-general-entities"static final StringDefined as "http://xml.org/sax/features/namespace-prefixes"static final StringDefined as "http://xml.org/sax/features/namespaces"static final StringDefined as "http://xml.org/sax/features/validation"static final StringDefined as "http://xml.org/sax/properties/declaration-handler"static final StringDefined as "http://xml.org/sax/handlers/DeclHandler"static final StringDefined as "http://xml.org/sax/properties/lexical-handler"static final StringDefined as "http://xml.org/sax/handlers/LexicalHandler" -
Method Summary
-
Field Details
-
NS_PREFIX_DEFAULT
Defined as ""- See Also:
-
NS_URI_DEFAULT
Defined as ""- See Also:
-
NS_PREFIX_XML
Defined as "xml"- See Also:
-
NS_URI_XML
Defined as "http://www.w3.org/XML/1998/namespace"- See Also:
-
NS_PREFIX_XMLNS
Defined as "xmlns"- See Also:
-
NS_URI_XMLNS
Defined as "http://www.w3.org/2000/xmlns/"- See Also:
-
SAX_PROPERTY_DECLARATION_HANDLER
Defined as "http://xml.org/sax/properties/declaration-handler"- See Also:
-
SAX_PROPERTY_DECLARATION_HANDLER_ALT
Defined as "http://xml.org/sax/handlers/DeclHandler"- See Also:
-
SAX_PROPERTY_LEXICAL_HANDLER
Defined as "http://xml.org/sax/properties/lexical-handler"- See Also:
-
SAX_PROPERTY_LEXICAL_HANDLER_ALT
Defined as "http://xml.org/sax/handlers/LexicalHandler"- See Also:
-
SAX_FEATURE_EXTERNAL_ENT
Defined as "http://xml.org/sax/features/external-general-entities"- See Also:
-
SAX_FEATURE_VALIDATION
Defined as "http://xml.org/sax/features/validation"- See Also:
-
SAX_FEATURE_NAMESPACES
Defined as "http://xml.org/sax/features/namespaces"- See Also:
-
SAX_FEATURE_NAMESPACE_PREFIXES
Defined as "http://xml.org/sax/features/namespace-prefixes"- See Also:
-
JDOM2_FEATURE_JDOMSOURCE
Constant used to define theJDOMSourcewith JAXP. Defined as "http://jdom.org/jdom2/transform/JDOMSource/feature"- See Also:
-
JDOM2_FEATURE_JDOMRESULT
Constant used to define theJDOMResultwithTransformerFactory. Defined as "http://jdom.org/jdom2/transform/JDOMResult/feature"- See Also:
-
JDOM2_PROPERTY_XPATH_FACTORY
System Property queried to obtain an alternate default XPathFactory. Defined as "org.jdom2.xpath.XPathFactory"- See Also:
-
JDOM2_PROPERTY_LINE_SEPARATOR
System Property queried to obtain an alternate default Line Separator.Defined as "org.jdom2.output.LineSeparator"
- See Also:
-