Searched refs:doctypeSystem (Results 1 – 4 of 4) sorted by relevance
652 String doctypeSystem = getDoctypeSystem(); in startElement() local653 if (doctypeSystem != null && m_lexHandler != null) in startElement()656 if (doctypeSystem != null) in startElement()660 doctypeSystem); in startElement()
632 public void setDoctypeSystem(String doctypeSystem) in setDoctypeSystem() argument634 setOutputProperty(OutputKeys.DOCTYPE_SYSTEM, doctypeSystem); in setDoctypeSystem()643 public void setDoctype(String doctypeSystem, String doctypePublic) in setDoctype() argument645 setOutputProperty(OutputKeys.DOCTYPE_SYSTEM, doctypeSystem); in setDoctype()
703 String doctypeSystem = getDoctypeSystem(); in outputDocTypeDecl() local705 if ((null != doctypeSystem) || (null != doctypePublic)) in outputDocTypeDecl()720 if (null != doctypeSystem) in outputDocTypeDecl()727 writer.write(doctypeSystem); in outputDocTypeDecl()
2024 String doctypeSystem = getDoctypeSystem(); in outputDocTypeDecl() local2025 if (null != doctypeSystem) in outputDocTypeDecl()2032 writer.write(doctypeSystem); in outputDocTypeDecl()