HomeSort by relevance Sort by last modified time
    Searched defs:internalSubset (Results 1 - 15 of 15) sorted by null

  /external/libxml2/
legacy.c 104 "SAX function internalSubset",
203 } else if (!strcmp(name, "SAX function internalSubset")) {
204 *((internalSubsetSAXFunc *) result) = ctxt->sax->internalSubset;
321 } else if (!strcmp(name, "SAX function internalSubset")) {
322 ctxt->sax->internalSubset = *((internalSubsetSAXFunc *) value);
868 * internalSubset:
878 internalSubset(void *ctx, const xmlChar * name,
881 DEPRECATED("internalSubset")
    [all...]
  /external/expat/lib/
xmlrole.c 95 ? internalSubset \
98 #define setTopLevel(state) ((state)->handler = internalSubset)
110 internalSubset,
245 state->handler = internalSubset;
309 state->handler = internalSubset;
336 internalSubset(PROLOG_STATE *state,
430 return internalSubset(state, tok, ptr, end, enc);
  /external/libxml2/python/
libxml.py 217 def internalSubset(self, name, externalID, systemID):
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOM3TreeWalker.java 498 // The DocType and internalSubset can not be modified in DOM and is
503 String internalSubset = node.getInternalSubset();
507 if (internalSubset != null && !"".equals(internalSubset)) {
538 dtd.append(internalSubset);
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/dom/
minidom.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/dom/
minidom.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py     [all...]
  /external/libxml2/include/libxml/
parser.h 720 internalSubsetSAXFunc internalSubset;
761 internalSubsetSAXFunc internalSubset;
    [all...]
  /prebuilts/tools/common/m2/repository/jdom/jdom/1.0/
jdom-1.0.jar 
  /external/guice/lib/build/jdiff/
xerces.jar 
  /prebuilts/tools/common/m2/repository/xalan/serializer/2.7.1/
serializer-2.7.1.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.11.0/
xercesImpl-2.11.0.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.9.1/
xercesImpl-2.9.1.jar 

Completed in 419 milliseconds