Home
last modified time | relevance | path

Searched refs:DOM_NAMESPACE_DECLARATIONS (Results 1 – 3 of 3) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DLSSerializerImpl.java192 DOMConstants.DOM_NAMESPACE_DECLARATIONS,
301 + DOMConstants.DOM_NAMESPACE_DECLARATIONS, in initializeSerializerProps()
332 + DOMConstants.DOM_NAMESPACE_DECLARATIONS, in initializeSerializerProps()
398 || name.equalsIgnoreCase(DOMConstants.DOM_NAMESPACE_DECLARATIONS) in canSetParameter()
446 } else if (name.equalsIgnoreCase(DOMConstants.DOM_NAMESPACE_DECLARATIONS)) { in getParameter()
574 .equalsIgnoreCase(DOMConstants.DOM_NAMESPACE_DECLARATIONS)) { in setParameter()
580 … + DOMConstants.DOM_NAMESPACE_DECLARATIONS, DOMConstants.DOM3_EXPLICIT_TRUE); in setParameter()
583 … + DOMConstants.DOM_NAMESPACE_DECLARATIONS, DOMConstants.DOM3_EXPLICIT_FALSE); in setParameter()
712 … + DOMConstants.DOM_NAMESPACE_DECLARATIONS, DOMConstants.DOM3_EXPLICIT_TRUE); in setParameter()
780 name.equalsIgnoreCase(DOMConstants.DOM_NAMESPACE_DECLARATIONS) || in setParameter()
DDOMConstants.java72 public static final String DOM_NAMESPACE_DECLARATIONS = "namespace-declarations"; field in DOMConstants
DDOM3TreeWalker.java2004 + DOMConstants.DOM_NAMESPACE_DECLARATIONS,