Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
C
D
E
F
G
I
P
R
S
X
C
characters(char[], int, int)
- Method in class com.megginson.sax.
DataWriter
Write a sequence of characters.
characters(char[], int, int)
- Method in class com.megginson.sax.
XMLWriter
Write character data.
characters(String)
- Method in class com.megginson.sax.
XMLWriter
Write a string of character data, with XML escaping.
com.megginson.sax
- package com.megginson.sax
D
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.
E
emptyElement(String, String, String, Attributes)
- Method in class com.megginson.sax.
DataWriter
Write a empty element tag.
emptyElement(String, String, String, Attributes)
- Method in class com.megginson.sax.
XMLWriter
Write an empty element.
emptyElement(String, String)
- Method in class com.megginson.sax.
XMLWriter
Add an empty element without a qname or attributes.
emptyElement(String)
- Method in class com.megginson.sax.
XMLWriter
Add an empty element without a Namespace URI, qname or attributes.
endDocument()
- Method in class com.megginson.sax.
XMLWriter
Write a newline at the end of the document.
endElement(String, String, String)
- Method in class com.megginson.sax.
DataWriter
Write an end tag.
endElement(String, String, String)
- Method in class com.megginson.sax.
XMLWriter
Write an end tag.
endElement(String, String)
- Method in class com.megginson.sax.
XMLWriter
End an element without a qname.
endElement(String)
- Method in class com.megginson.sax.
XMLWriter
End an element without a Namespace URI or qname.
F
flush()
- Method in class com.megginson.sax.
XMLWriter
Flush the output.
forceNSDecl(String)
- Method in class com.megginson.sax.
XMLWriter
Force a Namespace to be declared on the root element.
forceNSDecl(String, String)
- Method in class com.megginson.sax.
XMLWriter
Force a Namespace declaration with a preferred prefix.
G
getIndentStep()
- Method in class com.megginson.sax.
DataWriter
Return the current indent step.
getPrefix(String)
- Method in class com.megginson.sax.
XMLWriter
Get the current or preferred prefix for a Namespace URI.
I
ignorableWhitespace(char[], int, int)
- Method in class com.megginson.sax.
XMLWriter
Write ignorable whitespace.
P
processingInstruction(String, String)
- Method in class com.megginson.sax.
XMLWriter
Write a processing instruction.
R
reset()
- Method in class com.megginson.sax.
DataWriter
Reset the writer so that it can be reused.
reset()
- Method in class com.megginson.sax.
XMLWriter
Reset the writer.
S
setIndentStep(int)
- Method in class com.megginson.sax.
DataWriter
Set the current indent step.
setOutput(Writer)
- Method in class com.megginson.sax.
XMLWriter
Set a new output destination for the document.
setPrefix(String, String)
- Method in class com.megginson.sax.
XMLWriter
Specify a preferred prefix for a Namespace URI.
startDocument()
- Method in class com.megginson.sax.
XMLWriter
Write the XML declaration at the beginning of the document.
startElement(String, String, String, Attributes)
- Method in class com.megginson.sax.
DataWriter
Write a start tag.
startElement(String, String, String, Attributes)
- Method in class com.megginson.sax.
XMLWriter
Write a start tag.
startElement(String, String)
- Method in class com.megginson.sax.
XMLWriter
Start a new element without a qname or attributes.
startElement(String)
- Method in class com.megginson.sax.
XMLWriter
Start a new element without a qname, attributes or a Namespace URI.
X
XMLWriter
- Class in
com.megginson.sax
Filter to write an XML document from a SAX event stream.
XMLWriter()
- Constructor for class com.megginson.sax.
XMLWriter
Create a new XML writer.
XMLWriter(Writer)
- Constructor for class com.megginson.sax.
XMLWriter
Create a new XML writer.
XMLWriter(XMLReader)
- Constructor for class com.megginson.sax.
XMLWriter
Create a new XML writer.
XMLWriter(XMLReader, Writer)
- Constructor for class com.megginson.sax.
XMLWriter
Create a new XML writer.
C
D
E
F
G
I
P
R
S
X
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes