Home
last modified time | relevance | path

Searched refs:doctypeSystem (Results 1 – 7 of 7) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/serializer/
DToXMLSAXHandler.java652 String doctypeSystem = getDoctypeSystem(); in startElement() local
653 if (doctypeSystem != null && m_lexHandler != null) in startElement()
656 if (doctypeSystem != null) in startElement()
660 doctypeSystem); in startElement()
DSerializerBase.java632 public void setDoctypeSystem(String doctypeSystem) in setDoctypeSystem() argument
634 setOutputProperty(OutputKeys.DOCTYPE_SYSTEM, doctypeSystem); in setDoctypeSystem()
643 public void setDoctype(String doctypeSystem, String doctypePublic) in setDoctype() argument
645 setOutputProperty(OutputKeys.DOCTYPE_SYSTEM, doctypeSystem); in setDoctype()
DToHTMLStream.java703 String doctypeSystem = getDoctypeSystem(); in outputDocTypeDecl() local
705 if ((null != doctypeSystem) || (null != doctypePublic)) in outputDocTypeDecl()
720 if (null != doctypeSystem) in outputDocTypeDecl()
727 writer.write(doctypeSystem); in outputDocTypeDecl()
DToStream.java2024 String doctypeSystem = getDoctypeSystem(); in outputDocTypeDecl() local
2025 if (null != doctypeSystem) in outputDocTypeDecl()
2032 writer.write(doctypeSystem); in outputDocTypeDecl()
/external/chromium_org/third_party/libxslt/libxslt/
Dtransform.c3230 const xmlChar *doctypeSystem; in xsltDocumentElem() local
3413 if (style->doctypeSystem != NULL) in xsltDocumentElem()
3414 xmlFree(style->doctypeSystem); in xsltDocumentElem()
3415 style->doctypeSystem = prop; in xsltDocumentElem()
3520 XSLT_GET_IMPORT_PTR(doctypeSystem, style, doctypeSystem) in xsltDocumentElem()
3528 if (((doctypePublic != NULL) || (doctypeSystem != NULL))) in xsltDocumentElem()
3529 res = htmlNewDoc(doctypeSystem, doctypePublic); in xsltDocumentElem()
3533 xsltGetHTMLIDs(version, &doctypePublic, &doctypeSystem); in xsltDocumentElem()
3536 res = htmlNewDocNoDtD(doctypeSystem, doctypePublic); in xsltDocumentElem()
3547 res = htmlNewDocNoDtD(doctypeSystem, doctypePublic); in xsltDocumentElem()
[all …]
DxsltInternals.h1567 xmlChar *doctypeSystem; /* doctype-system string */ member
Dxslt.c991 if (style->doctypeSystem != NULL) in xsltFreeStylesheet()
992 xmlFree(style->doctypeSystem); in xsltFreeStylesheet()
1211 if (style->doctypeSystem != NULL) in xsltParseStylesheetOutput()
1212 xmlFree(style->doctypeSystem); in xsltParseStylesheetOutput()
1213 style->doctypeSystem = prop; in xsltParseStylesheetOutput()