Class XMLFactory

java.lang.Object
com.helger.xml.XMLFactory

public final class XMLFactory extends Object
Utility class for creating XML DOM documents.
Author:
Philip Helger
  • Field Details

    • DEFAULT_DOM_NAMESPACE_AWARE

      public static final boolean DEFAULT_DOM_NAMESPACE_AWARE
      DocumentBuilderFactory is by default not namespace aware
      See Also:
    • DEFAULT_DOM_VALIDATING

      public static final boolean DEFAULT_DOM_VALIDATING
      DocumentBuilderFactory is by default not DTD validating
      See Also:
    • DEFAULT_DOM_IGNORING_ELEMENT_CONTENT_WHITESPACE

      public static final boolean DEFAULT_DOM_IGNORING_ELEMENT_CONTENT_WHITESPACE
      DocumentBuilderFactory is by default not ignoring element content whitespace
      See Also:
    • DEFAULT_DOM_EXPAND_ENTITY_REFERENCES

      public static final boolean DEFAULT_DOM_EXPAND_ENTITY_REFERENCES
      DocumentBuilderFactory is by default entity reference expanding
      See Also:
    • DEFAULT_DOM_IGNORING_COMMENTS

      public static final boolean DEFAULT_DOM_IGNORING_COMMENTS
      DocumentBuilderFactory is by default ignoring comments
      See Also:
    • DEFAULT_DOM_COALESCING

      public static final boolean DEFAULT_DOM_COALESCING
      DocumentBuilderFactory is by default coalescing
      See Also:
    • DEFAULT_DOM_XINCLUDE_AWARE

      public static final boolean DEFAULT_DOM_XINCLUDE_AWARE
      DocumentBuilderFactory is by default not XInclude aware
      See Also:
    • DEFAULT_SAX_NAMESPACE_AWARE

      public static final boolean DEFAULT_SAX_NAMESPACE_AWARE
      SAXParserFactory is by default not namespace aware
      See Also:
    • DEFAULT_SAX_VALIDATING

      public static final boolean DEFAULT_SAX_VALIDATING
      SAXParserFactory is by default not DTD validating
      See Also:
    • DEFAULT_SAX_XINCLUDE_AWARE

      public static final boolean DEFAULT_SAX_XINCLUDE_AWARE
      SAXParserFactory is by default not XInclude aware
      See Also:
  • Method Details