Uses of Interface
org.w3c.dom.DOMConfiguration
| Package | Description |
|---|---|
| org.apache.harmony.xml.dom | |
| org.apache.xml.dtm.ref | |
| org.apache.xml.serializer.dom3 | |
| org.apache.xml.utils |
Implementation of Xalan utility classes.
|
| org.w3c.dom | |
| org.w3c.dom.ls |
-
Uses of DOMConfiguration in org.apache.harmony.xml.dom
Classes in org.apache.harmony.xml.dom that implement DOMConfiguration Modifier and Type Class Description classDOMConfigurationImplA minimal implementation of DOMConfiguration.Methods in org.apache.harmony.xml.dom that return DOMConfiguration Modifier and Type Method Description DOMConfigurationDocumentImpl. getDomConfig() -
Uses of DOMConfiguration in org.apache.xml.dtm.ref
Methods in org.apache.xml.dtm.ref that return DOMConfiguration Modifier and Type Method Description DOMConfigurationDTMNodeProxy. getDomConfig()The configuration used whenDocument.normalizeDocumentis invoked. -
Uses of DOMConfiguration in org.apache.xml.serializer.dom3
Classes in org.apache.xml.serializer.dom3 that implement DOMConfiguration Modifier and Type Class Description classLSSerializerImplImplemenatation of DOM Level 3 org.w3c.ls.LSSerializer and org.w3c.dom.ls.DOMConfiguration.Methods in org.apache.xml.serializer.dom3 that return DOMConfiguration Modifier and Type Method Description DOMConfigurationLSSerializerImpl. getDomConfig()Returns the DOMConfiguration of the LSSerializer. -
Uses of DOMConfiguration in org.apache.xml.utils
Methods in org.apache.xml.utils that return DOMConfiguration Modifier and Type Method Description DOMConfigurationUnImplNode. getDomConfig()The configuration used whenDocument.normalizeDocumentis invoked. -
Uses of DOMConfiguration in org.w3c.dom
Methods in org.w3c.dom that return DOMConfiguration Modifier and Type Method Description DOMConfigurationDocument. getDomConfig()The configuration used whenDocument.normalizeDocument()is invoked. -
Uses of DOMConfiguration in org.w3c.dom.ls
Methods in org.w3c.dom.ls that return DOMConfiguration Modifier and Type Method Description DOMConfigurationLSParser. getDomConfig()TheDOMConfigurationobject used when parsing an input source.DOMConfigurationLSSerializer. getDomConfig()TheDOMConfigurationobject used by theLSSerializerwhen serializing a DOM node.