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

  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
IncrementalSAXSource_Filter.java 404 public void notationDecl(String a, String b, String c) throws SAXException
407 clientDTDHandler.notationDecl(a,b,c);
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
XSLTElementProcessor.java 107 * @see org.xml.sax.DTDHandler#notationDecl
109 public void notationDecl(StylesheetHandler handler, String name,
StylesheetHandler.java 328 * @see org.xml.sax.DTDHandler#notationDecl
330 public void notationDecl(String name, String publicId, String systemId)
332 getCurrentProcessor().notationDecl(this, name, publicId, systemId);
    [all...]
  /external/chromium_org/third_party/libxml/src/
legacy.c 111 "SAX function notationDecl",
219 } else if (!strcmp(name, "SAX function notationDecl")) {
220 *((notationDeclSAXFunc *) result) = ctxt->sax->notationDecl;
337 } else if (!strcmp(name, "SAX function notationDecl")) {
338 ctxt->sax->notationDecl = *((notationDeclSAXFunc *) value);
1024 * notationDecl:
1034 notationDecl(void *ctx, const xmlChar * name,
1037 DEPRECATED("notationDecl")
    [all...]
  /external/libxml2/
legacy.c 111 "SAX function notationDecl",
219 } else if (!strcmp(name, "SAX function notationDecl")) {
220 *((notationDeclSAXFunc *) result) = ctxt->sax->notationDecl;
337 } else if (!strcmp(name, "SAX function notationDecl")) {
338 ctxt->sax->notationDecl = *((notationDeclSAXFunc *) value);
1024 * notationDecl:
1034 notationDecl(void *ctx, const xmlChar * name,
1037 DEPRECATED("notationDecl")
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformerHandlerImpl.java 274 * @see org.xml.sax.DTDHandler#notationDecl
276 public void notationDecl(String name, String publicId, String systemId)
282 m_dtdHandler.notationDecl(name, publicId, systemId);
TransformerIdentityImpl.java 822 * @see org.xml.sax.DTDHandler#notationDecl
826 public void notationDecl(String name, String publicId, String systemId)
830 m_resultDTDHandler.notationDecl(name, publicId, systemId);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM.java     [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
SerializerBase.java     [all...]
ToStream.java     [all...]
  /external/chromium_org/third_party/libxml/src/include/libxml/
parser.h 724 notationDeclSAXFunc notationDecl;
765 notationDeclSAXFunc notationDecl;
    [all...]
  /external/libxml2/include/libxml/
parser.h 727 notationDeclSAXFunc notationDecl;
768 notationDeclSAXFunc notationDecl;
    [all...]
  /external/jdiff/
xerces.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 

Completed in 303 milliseconds