Home
last modified time | relevance | path

Searched defs:attributeDecl (Results 1 – 16 of 16) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/
DElementAttributeInfo.java144 … public void attributeDecl(String eName, String aName, String type, String mode, String value) in attributeDecl() method in ElementAttributeInfo.MyDeclHandler
DXMLFileReader.java240 … public void attributeDecl(String eName, String aName, String type, String mode, String value) in attributeDecl() method in XMLFileReader.LoggingHandler
434 … public void attributeDecl(String eName, String aName, String type, String mode, String value) in attributeDecl() method in XMLFileReader.MyContentHandler
DFindDTDOrder.java630 public void attributeDecl(String eName, String aName, String type, in attributeDecl() method in FindDTDOrder
DXMLNormalizingLoader.java582 … public void attributeDecl(String eName, String aName, String type, String mode, String value) in attributeDecl() method in XMLNormalizingLoader.XMLNormalizingHandler
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateAttributeList.java256 … public void attributeDecl(String eName, String aName, String type, String mode, String value) in attributeDecl() method in GenerateAttributeList.MyDeclHandler
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DToTextSAXHandler.java198 public void attributeDecl( in attributeDecl() method in ToTextSAXHandler
DToXMLSAXHandler.java140 public void attributeDecl( in attributeDecl() method in ToXMLSAXHandler
DToHTMLStream.java1882 public void attributeDecl( in attributeDecl() method in ToHTMLStream
DToUnknownStream.java718 public void attributeDecl( in attributeDecl() method in ToUnknownStream
DToStream.java843 public void attributeDecl( in attributeDecl() method in ToStream
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DTransformerHandlerImpl.java967 public void attributeDecl( in attributeDecl() method in TransformerHandlerImpl
DTransformerIdentityImpl.java1369 public void attributeDecl (String eName, in attributeDecl() method in TransformerIdentityImpl
/external/libxml2/
Dlegacy.c996 attributeDecl(void *ctx, const xmlChar * elem, const xmlChar * fullname, in attributeDecl() function
/external/libxml2/include/libxml/
Dparser.h730 attributeDeclSAXFunc attributeDecl; member
771 attributeDeclSAXFunc attributeDecl; member
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
DSAX2DTM.java2272 public void attributeDecl( in attributeDecl() method in SAX2DTM
/external/libxml2/python/
Dlibxml.py236 def attributeDecl(self, elem, name, type, defi, defaultValue, nameList): member in SAXCallback