Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DElementAttributeInfo.java183 public void attributeDecl( in attributeDecl() method in ElementAttributeInfo.MyDeclHandler
DXMLFileReader.java270 public void attributeDecl( in attributeDecl() method in XMLFileReader.LoggingHandler
478 public void attributeDecl( in attributeDecl() method in XMLFileReader.MyContentHandler
DFindDTDOrder.java682 public void attributeDecl(String eName, String aName, String type, String mode, String value) in attributeDecl() method in FindDTDOrder
DXMLNormalizingLoader.java640 public void attributeDecl( in attributeDecl() method in XMLNormalizingLoader.XMLNormalizingHandler
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
DGenerateAttributeList.java253 public void attributeDecl( 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/cronet/third_party/libxml/src/include/libxml/
Dparser.h742 attributeDeclSAXFunc attributeDecl; member
783 attributeDeclSAXFunc attributeDecl; member
/external/libxml2/include/libxml/
Dparser.h861 attributeDeclSAXFunc attributeDecl; member
921 attributeDeclSAXFunc attributeDecl; member
/external/libxml2/
Dlegacy.c1008 attributeDecl(void *ctx, const xmlChar * elem, const xmlChar * fullname, in attributeDecl() function
/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