Home
last modified time | relevance | path

Searched defs:comment (Results 1 – 20 of 20) sorted by relevance

/libcore/luni/src/main/java/java/util/
DProperties.java493 public void save(OutputStream out, String comment) { in save()
523 public synchronized void store(OutputStream out, String comment) throws IOException { in store()
537 public synchronized void store(Writer writer, String comment) throws IOException { in store()
668 public void storeToXML(OutputStream os, String comment) throws IOException { in storeToXML()
690 public synchronized void storeToXML(OutputStream os, String comment, in storeToXML()
/libcore/luni/src/main/java/java/util/zip/
DZipOutputStream.java79 private String comment; field in ZipOutputStream
352 public void setComment(String comment) { in setComment()
DZipEntry.java43 String name, comment; field in ZipEntry
185 public void setComment(String comment) { in setComment()
/libcore/luni/src/test/resources/
Drecipt.dtd11 <!ELEMENT comment (#PCDATA)> element
/libcore/dom/src/test/java/org/w3c/domts/level2/core/
DimportNode04.java74 Comment comment; in runTest() local
DimportNode03.java72 Comment comment; in runTest() local
Dnodenormalize01.java87 Comment comment; in runTest() local
/libcore/luni/src/main/java/org/xml/sax/ext/
DLexicalHandler.java207 public abstract void comment (char ch[], int start, int length) in comment() method
DDefaultHandler2.java70 public void comment (char ch [], int start, int length) in comment() method in DefaultHandler2
/libcore/luni/src/test/resources/systemid/
Drecipt.dtd11 <!ELEMENT comment (#PCDATA)> element
/libcore/luni/src/test/java/libcore/xml/
DSimpleBuilderTest.java94 String comment = ""; in testGoodFile1() local
DNormalizeTest.java510 Comment comment = document.createComment(""); in testInvalidCharactersComment() local
DDomTest.java121 private Comment comment; field in DomTest
/libcore/luni/src/test/java/tests/org/w3c/dom/
DNodeNormalize.java104 Comment comment; in testNormalize() local
DImportNode.java159 Comment comment; in testImportNode3() local
182 Comment comment; in testImportNode4() local
/libcore/xml/src/main/java/org/kxml2/io/
DKXmlSerializer.java567 public void comment(String comment) throws IOException { in comment() method in KXmlSerializer
/libcore/xml/src/main/java/org/xmlpull/v1/
DXmlSerializer.java305 void comment (String text) in comment() method
/libcore/luni/src/test/java/tests/api/org/xml/sax/support/
DMockHandler.java119 public void comment(char[] ch, int start, int length) throws SAXException { in comment() method in MockHandler
/libcore/luni/src/main/native/
Dorg_apache_harmony_xml_ExpatParser.cpp671 static void comment(void* data, const char* comment) { in comment() function
/libcore/luni/src/main/java/org/apache/harmony/xml/
DExpatParser.java167 /*package*/ void comment(char[] text, int length) throws SAXException { in comment() method in ExpatParser