Package org.jdom

Class 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 Detail

      • 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 the JDOMSource with JAXP. Defined as "http://jdom.org/jdom2/transform/JDOMSource/feature"
        See Also:
        JDOMSource, 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