D E G I M O P S T X Y

D

decode(String) - Static method in class org.brains2b.util.XmlHelper
decode xml-encoded String to a normal String Decode will take both the symbol and hex coded variant of the encoded String

E

encode(String) - Static method in class org.brains2b.util.XmlHelper
encode a given String to an xml-encoded String Encode will code only the symboled (apos,quote,lt,gt,amp) characters
endComment() - Method in class org.brains2b.saxo.SAXWriter
end a comment in an XML document any content or element written after calling start en before calling end will be written inside the comment
endDocument() - Method in class org.brains2b.saxo.SAXWriter
ends the Document.
endElement(String) - Method in class org.brains2b.saxo.SAXWriter
end Element.
endElement(String, String, String) - Method in class org.brains2b.saxo.SAXWriter
end Element.
endPrefixMapping(String) - Method in class org.brains2b.saxo.SAXWriter
 

G

getContentHandler() - Method in class org.brains2b.saxo.SAXReader
get the content handler for this parser
getDTDHandler() - Method in class org.brains2b.saxo.SAXReader
get the dtd for this parser
getEntityResolver() - Method in class org.brains2b.saxo.SAXReader
get the entity resolver for this parser
getErrorHandler() - Method in class org.brains2b.saxo.SAXReader
 
getFeature(String) - Method in class org.brains2b.saxo.SAXFeature
 
getFeature(String) - Method in class org.brains2b.saxo.SAXReader
 
getFeature(String) - Method in class org.brains2b.saxo.SAXWriter
 
getPosition() - Method in class org.brains2b.saxo.SAXReader
return the current position of the reader within the document Easiest way to use is just call toString() on position to have a printable format for the position
getProperty(String) - Method in class org.brains2b.saxo.SAXReader
 
getWriter() - Method in class org.brains2b.saxo.SAXWriter
gets the Writer used for output

I

INTERNAL - Static variable in class org.brains2b.saxo.SAXReader
 
insertDescriptor() - Method in class org.brains2b.saxo.SAXWriter
insert Descriptor.
insertElement(String, Attributes) - Method in class org.brains2b.saxo.SAXWriter
inserts an EMPTY Element Although I would not see a purpose for this method if you do, you can leave the AttributeList empty.
insertElement(String, String, String, Attributes) - Method in class org.brains2b.saxo.SAXWriter
inserts an EMPTY Element For non-EMPTY Elements use startElement.
isWhitespace(char) - Static method in class org.brains2b.util.XmlHelper
checks if a given character is a whitespace as defined by XML1.0 specifications

M

m_doc - Variable in class org.brains2b.saxo.SAXReader
 
m_docType - Variable in class org.brains2b.saxo.SAXReader
 

O

org.brains2b.saxo - package org.brains2b.saxo
 
org.brains2b.util - package org.brains2b.util
 

P

parse(InputSource) - Method in class org.brains2b.saxo.SAXReader
Main parse function
parse(String) - Method in class org.brains2b.saxo.SAXReader
Main parse function

S

SAXFeature - class org.brains2b.saxo.SAXFeature.
Delegate method for use in SAXReader and SAXWriter to handle getting and setting features
SAXReader - class org.brains2b.saxo.SAXReader.
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 org.brains2b.saxo.SAXReader.Position.
an inner class to track the position within the document with.
SAXReader.Position() - Constructor for class org.brains2b.saxo.SAXReader.Position
 
SAXWriter - class org.brains2b.saxo.SAXWriter.
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.
SYSTEM - Static variable in class org.brains2b.saxo.SAXReader
 
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 any content or element written after calling start en before calling end will be written inside the comment
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
 

T

toString() - Method in class org.brains2b.saxo.SAXReader.Position
 

X

XmlHelper - class org.brains2b.util.XmlHelper.
XML Helper class provides some currently used functions for dealing with XML files.
x - Variable in class org.brains2b.saxo.SAXReader.Position
 

Y

y - Variable in class org.brains2b.saxo.SAXReader.Position
 

D E G I M O P S T X Y