- dataElement(String, String, String, Attributes, String) - Method in class com.megginson.sax.XMLWriter
-
Write an element with character data content.
- dataElement(String, String, String) - Method in class com.megginson.sax.XMLWriter
-
Write an element with character data content but no attributes.
- dataElement(String, String) - Method in class com.megginson.sax.XMLWriter
-
Write an element with character data content but no attributes or Namespace URI.
- DataWriter - Class in com.megginson.sax
-
Write data- or field-oriented XML.
- DataWriter() - Constructor for class com.megginson.sax.DataWriter
-
Create a new data writer for standard output.
- DataWriter(XMLReader) - Constructor for class com.megginson.sax.DataWriter
-
Create a new data writer for standard output.
- DataWriter(Writer) - Constructor for class com.megginson.sax.DataWriter
-
Create a new data writer for the specified output.
- DataWriter(XMLReader, Writer) - Constructor for class com.megginson.sax.DataWriter
-
Create a new data writer for the specified output.