Package org.jdom
Class JDOMConstants
- java.lang.Object
-
- org.jdom.JDOMConstants
-
public final class JDOMConstants extends Object
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.
-
-
Field Summary
Fields Modifier and Type Field Description static String
JDOM2_FEATURE_JDOMRESULT
Constant used to define theJDOMResult
withTransformerFactory
.static String
JDOM2_FEATURE_JDOMSOURCE
Constant used to define theJDOMSource
with JAXP.static String
JDOM2_PROPERTY_LINE_SEPARATOR
System Property queried to obtain an alternate default Line Separator.static String
JDOM2_PROPERTY_XPATH_FACTORY
System Property queried to obtain an alternate default XPathFactory.static String
NS_PREFIX_DEFAULT
Defined as ""static String
NS_PREFIX_XML
Defined as "xml"static String
NS_PREFIX_XMLNS
Defined as "xmlns"static String
NS_URI_DEFAULT
Defined as ""static String
NS_URI_XML
Defined as "http://www.w3.org/XML/1998/namespace"static String
NS_URI_XMLNS
Defined as "http://www.w3.org/2000/xmlns/"static String
SAX_FEATURE_EXTERNAL_ENT
Defined as "http://xml.org/sax/features/external-general-entities"static String
SAX_FEATURE_NAMESPACE_PREFIXES
Defined as "http://xml.org/sax/features/namespace-prefixes"static String
SAX_FEATURE_NAMESPACES
Defined as "http://xml.org/sax/features/namespaces"static String
SAX_FEATURE_VALIDATION
Defined as "http://xml.org/sax/features/validation"static String
SAX_PROPERTY_DECLARATION_HANDLER
Defined as "http://xml.org/sax/properties/declaration-handler"static String
SAX_PROPERTY_DECLARATION_HANDLER_ALT
Defined as "http://xml.org/sax/handlers/DeclHandler"static String
SAX_PROPERTY_LEXICAL_HANDLER
Defined as "http://xml.org/sax/properties/lexical-handler"static String
SAX_PROPERTY_LEXICAL_HANDLER_ALT
Defined as "http://xml.org/sax/handlers/LexicalHandler"
-
-
-
Field Detail
-
NS_PREFIX_DEFAULT
public static final String NS_PREFIX_DEFAULT
Defined as ""- See Also:
- Constant Field Values
-
NS_URI_DEFAULT
public static final String NS_URI_DEFAULT
Defined as ""- See Also:
- Constant Field Values
-
NS_PREFIX_XML
public static final String NS_PREFIX_XML
Defined as "xml"- See Also:
- Constant Field Values
-
NS_URI_XML
public static final String NS_URI_XML
Defined as "http://www.w3.org/XML/1998/namespace"- See Also:
- Constant Field Values
-
NS_PREFIX_XMLNS
public static final String NS_PREFIX_XMLNS
Defined as "xmlns"- See Also:
- Constant Field Values
-
NS_URI_XMLNS
public static final String NS_URI_XMLNS
Defined as "http://www.w3.org/2000/xmlns/"- See Also:
- Constant Field Values
-
SAX_PROPERTY_DECLARATION_HANDLER
public static final String SAX_PROPERTY_DECLARATION_HANDLER
Defined as "http://xml.org/sax/properties/declaration-handler"- See Also:
- Constant Field Values
-
SAX_PROPERTY_DECLARATION_HANDLER_ALT
public static final String SAX_PROPERTY_DECLARATION_HANDLER_ALT
Defined as "http://xml.org/sax/handlers/DeclHandler"- See Also:
- Constant Field Values
-
SAX_PROPERTY_LEXICAL_HANDLER
public static final String SAX_PROPERTY_LEXICAL_HANDLER
Defined as "http://xml.org/sax/properties/lexical-handler"- See Also:
- Constant Field Values
-
SAX_PROPERTY_LEXICAL_HANDLER_ALT
public static final String SAX_PROPERTY_LEXICAL_HANDLER_ALT
Defined as "http://xml.org/sax/handlers/LexicalHandler"- See Also:
- Constant Field Values
-
SAX_FEATURE_EXTERNAL_ENT
public static final String SAX_FEATURE_EXTERNAL_ENT
Defined as "http://xml.org/sax/features/external-general-entities"- See Also:
- Constant Field Values
-
SAX_FEATURE_VALIDATION
public static final String SAX_FEATURE_VALIDATION
Defined as "http://xml.org/sax/features/validation"- See Also:
- Constant Field Values
-
SAX_FEATURE_NAMESPACES
public static final String SAX_FEATURE_NAMESPACES
Defined as "http://xml.org/sax/features/namespaces"- See Also:
- Constant Field Values
-
SAX_FEATURE_NAMESPACE_PREFIXES
public static final String SAX_FEATURE_NAMESPACE_PREFIXES
Defined as "http://xml.org/sax/features/namespace-prefixes"- See Also:
- Constant Field Values
-
JDOM2_FEATURE_JDOMSOURCE
public static final String JDOM2_FEATURE_JDOMSOURCE
Constant used to define theJDOMSource
with JAXP. Defined as "http://jdom.org/jdom2/transform/JDOMSource/feature"- See Also:
JDOMSource
, Constant Field Values
-
JDOM2_FEATURE_JDOMRESULT
public static final String JDOM2_FEATURE_JDOMRESULT
Constant used to define theJDOMResult
withTransformerFactory
. Defined as "http://jdom.org/jdom2/transform/JDOMResult/feature"- See Also:
JDOMResult
, Constant Field Values
-
JDOM2_PROPERTY_XPATH_FACTORY
public static final String JDOM2_PROPERTY_XPATH_FACTORY
System Property queried to obtain an alternate default XPathFactory. Defined as "org.jdom.xpath.XPathFactory"- See Also:
XPathFactory
, Constant Field Values
-
JDOM2_PROPERTY_LINE_SEPARATOR
public static final String JDOM2_PROPERTY_LINE_SEPARATOR
System Property queried to obtain an alternate default Line Separator.Defined as "org.jdom.output.LineSeparator"
- See Also:
LineSeparator
, Constant Field Values
-
-