- SAXFeature - Class in org.brains2b.saxo
-
Delegate method for use in SAXReader and SAXWriter
to handle getting and setting features
- SAXReader - Class in org.brains2b.saxo
-
Partial implementation for SAX 2 Parser
This is a first version of the SAX 2 Parser,
ContentHandler only.
- SAXReader() - Constructor for class org.brains2b.saxo.SAXReader
-
- SAXReader.Position - Class in org.brains2b.saxo
-
an inner class to track the position within the document
with.
- SAXWriter - Class in org.brains2b.saxo
-
A SAX method like XML writer
To be sure there is no such thing as a SAXWriter for SAX 2,
in as much as it isn't defined in the API.
- SAXWriter() - Constructor for class org.brains2b.saxo.SAXWriter
-
Default empty constructor.
- SAXWriter(Writer) - Constructor for class org.brains2b.saxo.SAXWriter
-
Constructor
Sets the Writer where the output will go.
- SAXWriter(String) - Constructor for class org.brains2b.saxo.SAXWriter
-
Constructor
Sets the file to open a StreamWriter on.
- setContent(String) - Method in class org.brains2b.saxo.SAXWriter
-
sets the Character Content of an Element.
- setContentHandler(ContentHandler) - Method in class org.brains2b.saxo.SAXReader
-
set the ContentHandler.
- setDTDHandler(DTDHandler) - Method in class org.brains2b.saxo.SAXReader
-
sets the DTD Handler (this option is not implemented yet)
- setEntityResolver(EntityResolver) - Method in class org.brains2b.saxo.SAXReader
-
sets the EntityResolver (this option is not implemented yet)
- setErrorHandler(ErrorHandler) - Method in class org.brains2b.saxo.SAXReader
-
set the ErrorHandler (this option is not implemented yet)
- setFeature(String, boolean) - Method in class org.brains2b.saxo.SAXFeature
-
- setFeature(String, boolean) - Method in class org.brains2b.saxo.SAXReader
-
- setFeature(String, boolean) - Method in class org.brains2b.saxo.SAXWriter
-
- setProperty(String, Object) - Method in class org.brains2b.saxo.SAXReader
-
- setWriter(Writer) - Method in class org.brains2b.saxo.SAXWriter
-
sets the Writer used for output
- startComment() - Method in class org.brains2b.saxo.SAXWriter
-
start a comment in an XML document
- startDocument() - Method in class org.brains2b.saxo.SAXWriter
-
start Document.
- startElement(String, Attributes) - Method in class org.brains2b.saxo.SAXWriter
-
start Element.
- startElement(String, String, String, Attributes) - Method in class org.brains2b.saxo.SAXWriter
-
start Element.
- startPrefixMapping(String, String) - Method in class org.brains2b.saxo.SAXWriter
-
- SYSTEM - Static variable in class org.brains2b.saxo.SAXReader
-