Home
last modified time | relevance | path

Searched defs:notationDecl (Results 1 – 10 of 10) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/processor/
DXSLTElementProcessor.java109 public void notationDecl(StylesheetHandler handler, String name, in notationDecl() method in XSLTElementProcessor
DStylesheetHandler.java330 public void notationDecl(String name, String publicId, String systemId) in notationDecl() method in StylesheetHandler
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DIncrementalSAXSource_Filter.java404 public void notationDecl(String a, String b, String c) throws SAXException in notationDecl() method in IncrementalSAXSource_Filter
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DTransformerHandlerImpl.java276 public void notationDecl(String name, String publicId, String systemId) in notationDecl() method in TransformerHandlerImpl
DTransformerIdentityImpl.java826 public void notationDecl(String name, String publicId, String systemId) in notationDecl() method in TransformerIdentityImpl
/external/libxml2/
Dlegacy.c1034 notationDecl(void *ctx, const xmlChar * name, in notationDecl() function
/external/libxml2/include/libxml/
Dparser.h724 notationDeclSAXFunc notationDecl; member
765 notationDeclSAXFunc notationDecl; member
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DSerializerBase.java1317 public void notationDecl(String arg0, String arg1, String arg2) in notationDecl() method in SerializerBase
DToStream.java3489 public void notationDecl(String name, String pubID, String sysID) throws SAXException { in notationDecl() method
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
DSAX2DTM.java1601 public void notationDecl(String name, String publicId, String systemId) in notationDecl() method in SAX2DTM