HomeSort by relevance Sort by last modified time
    Searched refs:NamespaceSupport (Results 1 - 14 of 14) sorted by null

  /libcore/luni/src/test/java/tests/api/org/xml/sax/helpers/
NamespaceSupportTest.java 26 import org.xml.sax.helpers.NamespaceSupport;
34 value = NamespaceSupport.class,
43 NamespaceSupport ns;
52 ns = new NamespaceSupport();
64 notes = "Checks that a new NamespaceSupport object contains a " +
66 method = "NamespaceSupport",
79 ns = new NamespaceSupport();
113 ns = new NamespaceSupport();
149 ns = new NamespaceSupport();
236 prefixes = Collections.list(ns.getPrefixes(NamespaceSupport.XMLNS))
    [all...]
  /libcore/luni/src/main/java/org/apache/xml/serializer/dom3/
NamespaceSupport.java 33 * Derived from org.apache.xerces.util.NamespaceSupport
39 public class NamespaceSupport {
99 public NamespaceSupport() {
168 // NOTE: The SAX2 "NamespaceSupport" helper allows
315 } // class NamespaceSupport
DOM3TreeWalker.java 31 import org.apache.xml.serializer.dom3.NamespaceSupport;
130 protected NamespaceSupport fNSBinder;
133 protected NamespaceSupport fLocalNSBinder;
216 fNSBinder = new NamespaceSupport();
217 fLocalNSBinder = new NamespaceSupport();
    [all...]
  /libcore/luni/src/main/java/org/xml/sax/helpers/
NamespaceSupport.java 0 // NamespaceSupport.java - generic Namespace support for SAX.
5 // $Id: NamespaceSupport.java,v 1.15 2004/04/26 17:34:35 dmegginson Exp $
39 * NamespaceSupport support = new NamespaceSupport();
72 public class NamespaceSupport
130 public NamespaceSupport ()
603 * @see org.xml.sax.helpers.NamespaceSupport#declarePrefix
643 * @see org.xml.sax.helpers.NamespaceSupport#processName
723 * @see org.xml.sax.helpers.NamespaceSupport#getURI
745 * @see org.xml.sax.helpers.NamespaceSupport#getPrefi
    [all...]
ParserAdapter.java 143 nsSupport = new NamespaceSupport();
820 private NamespaceSupport nsSupport;
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
XMLWriter.java 29 import org.xml.sax.helpers.NamespaceSupport;
331 nsSupport = new NamespaceSupport();
    [all...]
  /libcore/luni/src/main/java/org/apache/xalan/templates/
ElemTemplateElement.java 45 import org.xml.sax.helpers.NamespaceSupport;
831 * @param nsSupport non-null reference to NamespaceSupport from
836 public void setPrefixes(NamespaceSupport nsSupport) throws TransformerException
842 * Copy the namespace declarations from the NamespaceSupport object.
846 * @param nsSupport non-null reference to NamespaceSupport from
852 public void setPrefixes(NamespaceSupport nsSupport, boolean excludeXSLDecl)
    [all...]
  /libcore/luni/src/main/java/org/apache/xalan/processor/
StylesheetHandler.java 57 import org.xml.sax.helpers.NamespaceSupport;
575 NamespaceSupport nssupport = this.getNamespaceSupport();
    [all...]
  /libcore/luni/src/main/java/org/apache/xml/utils/
NamespaceSupport2.java 31 * <p>This class is an attempt to rewrite the SAX NamespaceSupport
36 * <p>ISSUE: For testing purposes, I've extended NamespaceSupport even
42 * @see org.xml.sax.helpers.NamespaceSupport
45 extends org.xml.sax.helpers.NamespaceSupport
97 // creating a new NamespaceSupport. Do we care, or should we
  /external/jdiff/
xerces.jar 
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 385 milliseconds