Searched refs:DOMConfiguration (Results 1 - 16 of 16) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xs/
H A DXSLoader.java23 import org.w3c.dom.DOMConfiguration;
36 * defined on the <code>DOMConfiguration</code> interface:
55 public DOMConfiguration getConfig();
/openjdk7/jaxp/src/org/w3c/dom/ls/
H A DLSSerializer.java44 import org.w3c.dom.DOMConfiguration;
210 * The <code>DOMConfiguration</code> object used by the
212 * <br> In addition to the parameters recognized by the <a href='http://www.w3.org/TR/DOM-Level-3-Core/core.html#DOMConfiguration'>
213 * DOMConfiguration</a> interface defined in [<a href='http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407'>DOM Level 3 Core</a>]
214 * , the <code>DOMConfiguration</code> objects for
282 * the one defined by <code>DOMConfiguration</code> in [<a href='http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407'>DOM Level 3 Core</a>]
309 public DOMConfiguration getDomConfig();
360 * <code>DOMConfiguration</code> parameters have been applied. For
371 * <code>DOMConfiguration</code> parameters have been applied. For
H A DLSParser.java45 import org.w3c.dom.DOMConfiguration;
172 * The <code>DOMConfiguration</code> object used when parsing an input
173 * source. This <code>DOMConfiguration</code> is specific to the parse
174 * operation. No parameter values from this <code>DOMConfiguration</code>
175 * object are passed automatically to the <code>DOMConfiguration</code>
178 * needed parameter values from this <code>DOMConfiguration</code>
179 * object to the <code>DOMConfiguration</code> object referenced by the
181 * <br> In addition to the parameters recognized in on the <a href='http://www.w3.org/TR/DOM-Level-3-Core/core.html#DOMConfiguration'>
182 * DOMConfiguration</a> interface defined in [<a href='http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407'>DOM Level 3 Core</a>]
183 * , the <code>DOMConfiguration</cod
[all...]
/openjdk7/jaxp/src/org/w3c/dom/
H A DDOMConfiguration.java45 * The <code>DOMConfiguration</code> interface represents the configuration
51 * of the <code>Document</code> is requested. <code>DOMConfiguration</code>
54 * <p> The parameter names used by the <code>DOMConfiguration</code> object
381 * "resource-resolver" can also be used on <code>DOMConfiguration</code>
388 public interface DOMConfiguration { interface
436 * <code>DOMConfiguration</code> object and for which at least one value
H A DDocument.java736 public DOMConfiguration getDomConfig();
750 * <code>DOMConfiguration</code> for details.
753 * DOMConfiguration docConfig = myDocument.getDomConfig();
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DPSVIDocumentImpl.java27 import org.w3c.dom.DOMConfiguration;
132 public DOMConfiguration getDomConfig(){
H A DDOMConfigurationImpl.java55 import org.w3c.dom.DOMConfiguration;
63 * Xerces implementation of DOMConfiguration that maintains a table of recognized parameters.
72 implements XMLParserConfiguration, DOMConfiguration {
977 * <code>DOMConfiguration</code> object and for which at least one value
H A DCoreDocumentImpl.java29 import org.w3c.dom.DOMConfiguration;
1173 public DOMConfiguration getDomConfig(){
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DDefaultDocument.java23 import org.w3c.dom.DOMConfiguration;
275 public DOMConfiguration getDomConfig(){
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSLoaderImpl.java36 import org.w3c.dom.DOMConfiguration;
50 public final class XSLoaderImpl implements XSLoader, DOMConfiguration {
73 * defined on the <code>DOMConfiguration</code> interface:
92 public DOMConfiguration getConfig() {
177 * @see com.sun.org.apache.xerces.internal.dom3.DOMConfiguration#setParameter(java.lang.String, java.lang.Object)
184 * @see com.sun.org.apache.xerces.internal.dom3.DOMConfiguration#getParameter(java.lang.String)
191 * @see com.sun.org.apache.xerces.internal.dom3.DOMConfiguration#canSetParameter(java.lang.String, java.lang.Object)
198 * @see com.sun.org.apache.xerces.internal.dom3.DOMConfiguration#getParameterNames()
H A DXMLSchemaLoader.java76 import org.w3c.dom.DOMConfiguration;
87 * It also serves as implementation of xs.XSLoader interface and DOMConfiguration interface.
105 XSLoader, DOMConfiguration {
1094 public DOMConfiguration getConfig() {
1171 * @see DOMConfiguration#canSetParameter(String, Object)
1208 * @see DOMConfiguration#getParameter(String)
1239 * @see DOMConfiguration#getParameterNames()
1271 * @see DOMConfiguration#setParameter(String, Object)
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DUnImplNode.java45 import org.w3c.dom.DOMConfiguration;
1841 public DOMConfiguration getDomConfig(){
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DDOMParserImpl.java59 import org.w3c.dom.DOMConfiguration;
87 extends AbstractDOMParser implements LSParser, DOMConfiguration {
311 public DOMConfiguration getDomConfig (){
863 * <code>DOMConfiguration</code> object and for which at least one value
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DDOMSerializerImpl.java42 import org.w3c.dom.DOMConfiguration;
82 public class DOMSerializerImpl implements LSSerializer, DOMConfiguration {
151 public DOMConfiguration getDomConfig(){
344 * <code>DOMConfiguration</code> object and for which at least one value
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMNodeProxy.java49 import org.w3c.dom.DOMConfiguration;
2191 public DOMConfiguration getDomConfig(){
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/
H A DSOAPPartImpl.java682 public DOMConfiguration getDomConfig() {

Completed in 58 milliseconds