Package org.jdom2

Class JDOMConstants

java.lang.Object
org.jdom2.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.

Author:
Rolf Lear
  • Field Details

    • NS_PREFIX_DEFAULT

      public static final String NS_PREFIX_DEFAULT
      Defined as ""
      See Also:
    • NS_URI_DEFAULT

      public static final String NS_URI_DEFAULT
      Defined as ""
      See Also:
    • NS_PREFIX_XML

      public static final String NS_PREFIX_XML
      Defined as "xml"
      See Also:
    • NS_URI_XML

      public static final String NS_URI_XML
      Defined as "http://www.w3.org/XML/1998/namespace"
      See Also:
    • NS_PREFIX_XMLNS

      public static final String NS_PREFIX_XMLNS
      Defined as "xmlns"
      See Also:
    • NS_URI_XMLNS

      public static final String NS_URI_XMLNS
      Defined as "http://www.w3.org/2000/xmlns/"
      See Also:
    • SAX_PROPERTY_DECLARATION_HANDLER

      public static final String SAX_PROPERTY_DECLARATION_HANDLER
      Defined as "http://xml.org/sax/properties/declaration-handler"
      See Also:
    • SAX_PROPERTY_DECLARATION_HANDLER_ALT

      public static final String SAX_PROPERTY_DECLARATION_HANDLER_ALT
      Defined as "http://xml.org/sax/handlers/DeclHandler"
      See Also:
    • SAX_PROPERTY_LEXICAL_HANDLER

      public static final String SAX_PROPERTY_LEXICAL_HANDLER
      Defined as "http://xml.org/sax/properties/lexical-handler"
      See Also:
    • SAX_PROPERTY_LEXICAL_HANDLER_ALT

      public static final String SAX_PROPERTY_LEXICAL_HANDLER_ALT
      Defined as "http://xml.org/sax/handlers/LexicalHandler"
      See Also:
    • SAX_FEATURE_EXTERNAL_ENT

      public static final String SAX_FEATURE_EXTERNAL_ENT
      Defined as "http://xml.org/sax/features/external-general-entities"
      See Also:
    • SAX_FEATURE_VALIDATION

      public static final String SAX_FEATURE_VALIDATION
      Defined as "http://xml.org/sax/features/validation"
      See Also:
    • SAX_FEATURE_NAMESPACES

      public static final String SAX_FEATURE_NAMESPACES
      Defined as "http://xml.org/sax/features/namespaces"
      See Also:
    • SAX_FEATURE_NAMESPACE_PREFIXES

      public static final String SAX_FEATURE_NAMESPACE_PREFIXES
      Defined as "http://xml.org/sax/features/namespace-prefixes"
      See Also:
    • 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:
    • JDOM2_FEATURE_JDOMRESULT

      public static final String JDOM2_FEATURE_JDOMRESULT
      Constant used to define the JDOMResult with TransformerFactory. Defined as "http://jdom.org/jdom2/transform/JDOMResult/feature"
      See Also:
    • JDOM2_PROPERTY_XPATH_FACTORY

      public static final String 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

      public static final String JDOM2_PROPERTY_LINE_SEPARATOR
      System Property queried to obtain an alternate default Line Separator.

      Defined as "org.jdom2.output.LineSeparator"

      See Also: