HomeSort by relevance Sort by last modified time
    Searched full:infoset (Results 1 - 25 of 26) sorted by null

1 2

  /dalvik/libcore/xml/src/test/java/tests/xml/
NormalizeTest.java 132 assertEquals(false, domConfiguration.getParameter("infoset"));
133 assertSupported("infoset", false);
134 assertSupported("infoset", true);
150 // set infoset
151 domConfiguration.setParameter("infoset", true);
153 // now the parameters should all match what infoset implies
164 domConfiguration.setParameter("infoset", true);
167 assertEquals(false, domConfiguration.getParameter("infoset"));
172 domConfiguration.setParameter("infoset", true);
175 assertEquals(false, domConfiguration.getParameter("infoset"));
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/dom3/
DOMConstants.java 68 public static final String DOM_INFOSET = "infoset";
LSSerializerImpl.java 142 // Parameter infoset, true [required] (default), false has no effect --> True has no effect for the serializer
143 private final static int INFOSET = 0x1 << 7;
296 // infoset
297 if ((fFeatures & INFOSET) != 0) {
    [all...]
DOM3TreeWalker.java 162 // Parameter infoset, true [required] (default), false has no effect --> True has no effect for the serializer
163 private final static int INFOSET = 0x1 << 7;
    [all...]
  /dalvik/libcore/xml/src/main/java/org/w3c/dom/
DOMConfiguration.java 121 * content, as described in <a href='http://www.w3.org/TR/2004/REC-xml-infoset-20040204#infoitem.character'>
136 * nodes are normalized, as defined in <code>Node.normalize</code>. Only <a href='http://www.w3.org/TR/2004/REC-xml-infoset-20040204/#infoitem.rse'>
152 * <dt><code>"infoset"</code></dt>
157 * <dd>[<em>required</em>]Keep in the document the information defined in the XML Information Set [<a href='http://www.w3.org/TR/2004/REC-xml-infoset-20040204/'>XML Information Set</a>]
168 * <dd>Setting <code>infoset</code> to
TypeInfo.java 26 * represents the <b>[attribute type]</b> property in the [<a href='http://www.w3.org/TR/2004/REC-xml-infoset-20040204/'>XML Information Set</a>]
37 * infoset contributions (also called PSVI contributions):
Attr.java 239 * infoset contributions (PSVI contributions) values are used to
246 * while invoking <code>Document.normalizeDocument()</code>, the infoset <b>[type definition]</b> value is used to determine if this attribute is a DTD-determined ID
Text.java 62 * Returns whether this text node contains <a href='http://www.w3.org/TR/2004/REC-xml-infoset-20040204#infoitem.character'>
Document.java     [all...]
  /system/core/toolbox/
dd.c 119 sigset_t infoset; /* a set blocking SIGINFO */ variable
142 (void)sigemptyset(&infoset);
143 // (void)sigaddset(&infoset, SIGINFO);
610 (void)sigprocmask(SIG_BLOCK, &infoset, &oset);
  /external/libxml2/
xinclude.c 809 * of the Infoset copy
833 * of the Infoset copy
    [all...]
schematron.c 1088 * First step is to parse the input document into an DOM/Infoset
    [all...]
valid.c     [all...]
relaxng.c     [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/harmony/xml/dom/
DOMConfigurationImpl.java 153 PARAMETERS.put("infoset", new BooleanParameter() {
  /dalvik/libcore/xml/src/main/java/org/xmlpull/v1/
XmlSerializer.java 8 * Define an interface to serialization of XML Infoset.
XmlPullParser.java     [all...]
  /dalvik/libcore/xml/src/main/java/org/w3c/dom/ls/
LSParser.java 45 * <code>Element</code> node represents the property <b>[attributes]</b> defined in [<a href='http://www.w3.org/TR/2004/REC-xml-infoset-20040204/'>XML Information Set</a>]
200 * <dt><code>"infoset"</code></dt>
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/
DTM.java 52 * InfoSet.</p>
776 * part of the infoset of the document. Rather it is an indication of
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTMdefaultNamespaceDeclarationNode.java 666 * Notation nodes, according to the infoset? If not, what is it equal to
  /dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
UnImplNode.java     [all...]
  /external/webkit/WebCore/rendering/
RenderBlock.cpp 639 OwnPtr<DelayedUpdateScrollInfoSet> infoSet(gDelayedUpdateScrollInfoSet);
642 for (DelayedUpdateScrollInfoSet::iterator it = infoSet->begin(); it != infoSet->end(); ++it) {
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeProxy.java     [all...]
DTMDefaultBase.java     [all...]
DTMDocumentImpl.java     [all...]

Completed in 804 milliseconds

1 2