Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xml/serializer/
DXSLOutputAttributes.java139 public void setDoctypePublic(String doctype); in setDoctypePublic()
144 public void setDoctypeSystem(String doctype); in setDoctypeSystem()
DToUnknownStream.java639 public void setDoctypePublic(String doctype) in setDoctypePublic()
651 public void setDoctypeSystem(String doctype) in setDoctypeSystem()
/external/tinyxml/
Dxmltest.cpp865 const char* doctype = in main() local
892 const char* doctype = in main() local
953 const char* doctype = "<element attr='red' attr='blue' />"; in main() local
964 const char* doctype = "<element att\0r='red' attr='blue' />"; in main() local
/external/apache-xml/src/main/java/org/apache/xml/utils/
DDOMHelper.java1132 DocumentType doctype = doc.getDoctype(); in getUnparsedEntityURI() local
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DDOM2DTM.java1422 DocumentType doctype = doc.getDoctype(); in getUnparsedEntityURI() local
/external/python/cpython2/Lib/
Dxmllib.py58 doctype = re.compile('<!DOCTYPE'+_S+'(?P<name>'+_Name+')' variable
/external/python/cpython2/Lib/test/
Dtest_minidom.py29 def create_doc_without_doctype(doctype=None): argument
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMNodeProxy.java1404 …public Document createDocument(String namespaceURI,String qualfiedName,DocumentType doctype) … in createDocument()
/external/python/cpython2/Lib/xml/etree/
DElementTree.py1633 def doctype(self, name, pubid, system): member in XMLParser
/external/python/cpython2/Lib/xml/dom/
Dminidom.py1361 def createDocument(self, namespaceURI, qualifiedName, doctype): argument
1482 doctype = None variable in Document