Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C D E F G I J L N O P R S T U V W

A

adapterClass - Variable in class org.jdom.input.DOMBuilder
Adapter class to use
append(char[], int, int) - Method in class org.jdom.input.TextBuffer
Append the specified text to the text value of this buffer.
appendExternalId(String, String) - Method in class org.jdom.input.SAXHandler
Appends an external ID to the internal subset buffer.
array - Variable in class org.jdom.input.TextBuffer
The rest of the text value (the "suffix").
arraySize - Variable in class org.jdom.input.TextBuffer
The size of the rest of the text value.
atRoot - Variable in class org.jdom.input.SAXHandler
Indicator of where in the document we are
attrNameToTypeMap - Static variable in class org.jdom.input.SAXHandler
Hash table to map SAX attribute type names to JDOM attribute types.
attributeDecl(String, String, String, String, String) - Method in class org.jdom.input.SAXHandler
This handles an attribute declaration in the internal subset.

B

BuilderErrorHandler - class org.jdom.input.BuilderErrorHandler.
The standard JDOM error handler implementation.
BuilderErrorHandler() - Constructor for class org.jdom.input.BuilderErrorHandler
 
build(Document) - Method in class org.jdom.input.DOMBuilder
This will build a JDOM tree from an existing DOM tree.
build(Element) - Method in class org.jdom.input.DOMBuilder
This will build a JDOM Element from an existing DOM Element
build(InputSource) - Method in class org.jdom.input.SAXBuilder
This builds a document from the supplied input source.
build(InputStream) - Method in class org.jdom.input.SAXBuilder
This builds a document from the supplied input stream.
build(File) - Method in class org.jdom.input.SAXBuilder
This builds a document from the supplied filename.
build(URL) - Method in class org.jdom.input.SAXBuilder
This builds a document from the supplied URL.
build(InputStream, String) - Method in class org.jdom.input.SAXBuilder
This builds a document from the supplied input stream.
build(Reader) - Method in class org.jdom.input.SAXBuilder
This builds a document from the supplied Reader.
build(Reader, String) - Method in class org.jdom.input.SAXBuilder
This builds a document from the supplied Reader.
build(String) - Method in class org.jdom.input.SAXBuilder
This builds a document from the supplied URI.
buildTree(Node, Document, Element, boolean) - Method in class org.jdom.input.DOMBuilder
This takes a DOM Node and builds up a JDOM tree, recursing until the DOM tree is exhausted and the JDOM tree results.

C

CVS_ID - Static variable in class org.jdom.input.BuilderErrorHandler
 
CVS_ID - Static variable in class org.jdom.input.DOMBuilder
 
CVS_ID - Static variable in class org.jdom.input.JAXPParserFactory
 
CVS_ID - Static variable in class org.jdom.input.JDOMParseException
 
CVS_ID - Static variable in class org.jdom.input.SAXBuilder
 
CVS_ID - Static variable in class org.jdom.input.SAXHandler
 
CVS_ID - Static variable in class org.jdom.input.TextBuffer
 
characters(char[], int, int) - Method in class org.jdom.input.SAXHandler
This will report character data (within an element).
clear() - Method in class org.jdom.input.TextBuffer
Clears the text value and prepares the TextBuffer for reuse.
comment(char[], int, int) - Method in class org.jdom.input.SAXHandler
This reports that a comments is parsed.
configureContentHandler(SAXHandler) - Method in class org.jdom.input.SAXBuilder
This configures the SAXHandler that will be used to build the Document.
configureParser(XMLReader, SAXHandler) - Method in class org.jdom.input.SAXBuilder
This configures the XMLReader to be used for reading the XML document.
createContentHandler() - Method in class org.jdom.input.SAXBuilder
This creates the SAXHandler that will be used to build the Document.
createParser(boolean, Map, Map) - Static method in class org.jdom.input.JAXPParserFactory
Creates a SAX parser allocated through the configured JAXP SAX parser factory.
createParser() - Method in class org.jdom.input.SAXBuilder
This creates the XMLReader to be used for reading the XML document.
currentElement - Variable in class org.jdom.input.SAXHandler
Element object being built

D

DEFAULT_SAX_DRIVER - Static variable in class org.jdom.input.SAXBuilder
Default parser class to use.
DOMBuilder - class org.jdom.input.DOMBuilder.
Builds a JDOM org.jdom.Document from a pre-existing DOM org.w3c.dom.Document.
DOMBuilder() - Constructor for class org.jdom.input.DOMBuilder
This creates a new DOMBuilder which will attempt to first locate a parser via JAXP, then will try to use a set of default parsers.
DOMBuilder(String) - Constructor for class org.jdom.input.DOMBuilder
This creates a new DOMBuilder using the specified DOMAdapter implementation as a way to choose the underlying parser.
declaredNamespaces - Variable in class org.jdom.input.SAXHandler
Temporary holder for namespaces that have been declared with startPrefixMapping, but are not yet available on the element
document - Variable in class org.jdom.input.SAXHandler
Document object being built

E

elementDecl(String, String) - Method in class org.jdom.input.SAXHandler
Handle an element declaration in a DTD.
endCDATA() - Method in class org.jdom.input.SAXHandler
Report a CDATA section
endDTD() - Method in class org.jdom.input.SAXHandler
This signifies that the reading of the DTD is complete.
endElement(String, String, String) - Method in class org.jdom.input.SAXHandler
Indicates the end of an element (</[element name]>) is reached.
endEntity(String) - Method in class org.jdom.input.SAXHandler
 
ensureCapacity(int) - Method in class org.jdom.input.TextBuffer
 
entityDepth - Variable in class org.jdom.input.SAXHandler
How many nested entities we're currently within
error(SAXParseException) - Method in class org.jdom.input.BuilderErrorHandler
This method is called in response to an error that has occurred; this indicates that a rule was broken, typically in validation, but that parsing could reasonably continue.
expand - Variable in class org.jdom.input.SAXBuilder
Whether expansion of entities should occur
expand - Variable in class org.jdom.input.SAXHandler
Indicator of whether we should expand entities
externalEntities - Variable in class org.jdom.input.SAXHandler
The external entities defined in this document
externalEntityDecl(String, String, String) - Method in class org.jdom.input.SAXHandler
This is called when the parser encounters an external entity declaration.

F

factory - Variable in class org.jdom.input.DOMBuilder
The factory for creating new JDOM objects
factory - Variable in class org.jdom.input.SAXBuilder
The factory for creating new JDOM objects
factory - Variable in class org.jdom.input.SAXHandler
The JDOMFactory used for JDOM object creation
fatalError(SAXParseException) - Method in class org.jdom.input.BuilderErrorHandler
This method is called in response to a fatal error; this indicates that a rule has been broken that makes continued parsing either impossible or an almost certain waste of time.
features - Variable in class org.jdom.input.SAXBuilder
User-specified features to be set on the SAX parser
fileToURL(File) - Static method in class org.jdom.input.SAXBuilder
Custom File.toUrl() implementation to handle special chars in file names
flushCharacters() - Method in class org.jdom.input.SAXHandler
This will flush any characters from SAX character calls we've been buffering.
flushCharacters(String) - Method in class org.jdom.input.SAXHandler
Flush the given string into the document.

G

getAttributeType(String) - Static method in class org.jdom.input.SAXHandler
Returns the the JDOM Attribute type value from the SAX 2.0 attribute type string provided by the parser.
getColumnNumber() - Method in class org.jdom.input.JDOMParseException
Returns the column number of the end of the text where the parse error occurred.
getCurrentElement() - Method in class org.jdom.input.SAXHandler
Returns the being-parsed element.
getDTDHandler() - Method in class org.jdom.input.SAXBuilder
Returns the org.xml.sax.DTDHandler assigned, or null if none.
getDocument() - Method in class org.jdom.input.SAXHandler
Returns the document.
getDocumentLocator() - Method in class org.jdom.input.SAXHandler
Provides access to the org.xml.sax.Locator object provided by the SAX parser.
getDriverClass() - Method in class org.jdom.input.SAXBuilder
Returns the driver class assigned in the constructor, or null if none.
getEntityResolver() - Method in class org.jdom.input.SAXBuilder
Returns the org.xml.sax.EntityResolver assigned, or null if none.
getErrorHandler() - Method in class org.jdom.input.SAXBuilder
Returns the org.xml.sax.ErrorHandler assigned, or null if none.
getExpandEntities() - Method in class org.jdom.input.SAXBuilder
Returns whether or not entities are being expanded into normal text content.
getExpandEntities() - Method in class org.jdom.input.SAXHandler
Returns whether or not entities will be expanded during the build.
getFactory() - Method in class org.jdom.input.DOMBuilder
Returns the current org.jdom.JDOMFactory in use.
getFactory() - Method in class org.jdom.input.SAXBuilder
Returns the current org.jdom.JDOMFactory in use.
getFactory() - Method in class org.jdom.input.SAXHandler
Returns the factory used for constructing objects.
getIgnoringElementContentWhitespace() - Method in class org.jdom.input.SAXBuilder
Returns whether element content whitespace is to be ignored during the build.
getIgnoringElementContentWhitespace() - Method in class org.jdom.input.SAXHandler
Returns whether or not the parser will elminate whitespace in element content (sometimes known as "ignorable whitespace") when building the document.
getLineNumber() - Method in class org.jdom.input.JDOMParseException
Returns the line number of the end of the text where the parse error occurred.
getPartialDocument() - Method in class org.jdom.input.JDOMParseException
Returns the partial document that was successfully built before the error occurred.
getPublicId() - Method in class org.jdom.input.JDOMParseException
Returns the public identifier of the entity where the parse error occurred.
getReuseParser() - Method in class org.jdom.input.SAXBuilder
Returns whether the contained SAX parser instance is reused across multiple parses.
getSystemId() - Method in class org.jdom.input.JDOMParseException
Returns the system identifier of the entity where the parse error occurred.
getValidation() - Method in class org.jdom.input.SAXBuilder
Returns whether validation is to be performed during the build.
getXMLFilter() - Method in class org.jdom.input.SAXBuilder
Returns the org.xml.sax.XMLFilter used during parsing, or null if none.

I

ignorableWhitespace(char[], int, int) - Method in class org.jdom.input.SAXHandler
Capture ignorable whitespace as text.
ignoringWhite - Variable in class org.jdom.input.SAXBuilder
Whether to ignore ignorable whitespace
ignoringWhite - Variable in class org.jdom.input.SAXHandler
Whether to ignore ignorable whitespace
inCDATA - Variable in class org.jdom.input.SAXHandler
Indicator of whether we are in a CDATA
inDTD - Variable in class org.jdom.input.SAXHandler
Indicator of whether we are in the DocType.
inInternalSubset - Variable in class org.jdom.input.SAXHandler
Indicator of whether we are in the internal subset
internalEntityDecl(String, String) - Method in class org.jdom.input.SAXHandler
Handle an internal entity declaration in a DTD.
internalSetFeature(XMLReader, String, boolean, String) - Method in class org.jdom.input.SAXBuilder
Tries to set a feature on the parser.
internalSetProperty(XMLReader, String, Object, String) - Method in class org.jdom.input.SAXBuilder
Tries to set a property on the parser.
internalSubset - Variable in class org.jdom.input.SAXHandler
Temporary holder for the internal subset

J

JAXPParserFactory - class org.jdom.input.JAXPParserFactory.
A non-public utility class to allocate JAXP SAX parsers.
JAXPParserFactory() - Constructor for class org.jdom.input.JAXPParserFactory
Private constructor to forbid allocating instances of this utility class.
JAXP_SCHEMA_LANGUAGE_PROPERTY - Static variable in class org.jdom.input.JAXPParserFactory
JAXP 1.2 schema language property id.
JAXP_SCHEMA_LOCATION_PROPERTY - Static variable in class org.jdom.input.JAXPParserFactory
JAXP 1.2 schema location property id.
JDOMParseException - exception org.jdom.input.JDOMParseException.
Thrown during parse errors, with information about where the parse error occurred as well as access to the partially built document.
JDOMParseException(String, Throwable) - Constructor for class org.jdom.input.JDOMParseException
This will create a parse Exception with the given message and wrap the Exception that cause a document parse to fail.
JDOMParseException(String, Throwable, Document) - Constructor for class org.jdom.input.JDOMParseException
This will create a parse Exception with the given message and the partial document and wrap the Exception that cause a document parse to fail.

L

locator - Variable in class org.jdom.input.SAXHandler
The SAX Locator object provided by the parser

N

notationDecl(String, String, String) - Method in class org.jdom.input.SAXHandler
Handle the declaration of a Notation in a DTD

O

org.jdom.input - package org.jdom.input
Classes to represent the components of an XML document.

P

partialDocument - Variable in class org.jdom.input.JDOMParseException
The portion of the document that was successfully built before the parse error occurred.
prefixString - Variable in class org.jdom.input.TextBuffer
The first part of the text value (the "prefix").
previousCDATA - Variable in class org.jdom.input.SAXHandler
Indicator of whether we previously were in a CDATA
processingInstruction(String, String) - Method in class org.jdom.input.SAXHandler
This will indicate that a processing instruction has been encountered.
properties - Variable in class org.jdom.input.SAXBuilder
User-specified properties to be set on the SAX parser
pushElement(Element) - Method in class org.jdom.input.SAXHandler
Pushes an element onto the tree under construction.

R

reuseParser - Variable in class org.jdom.input.SAXBuilder
Whether parser reuse is allowed.

S

SAXBuilder - class org.jdom.input.SAXBuilder.
Builds a JDOM document from files, streams, readers, URLs, or a SAX org.xml.sax.InputSource instance using a SAX parser.
SAXBuilder() - Constructor for class org.jdom.input.SAXBuilder
Creates a new SAXBuilder which will attempt to first locate a parser via JAXP, then will try to use a set of default SAX Drivers.
SAXBuilder(boolean) - Constructor for class org.jdom.input.SAXBuilder
Creates a new SAXBuilder which will attempt to first locate a parser via JAXP, then will try to use a set of default SAX Drivers.
SAXBuilder(String) - Constructor for class org.jdom.input.SAXBuilder
Creates a new SAXBuilder using the specified SAX parser.
SAXBuilder(String, boolean) - Constructor for class org.jdom.input.SAXBuilder
Creates a new SAXBuilder using the specified SAX parser.
SAXHandler - class org.jdom.input.SAXHandler.
A support class for SAXBuilder.
SAXHandler() - Constructor for class org.jdom.input.SAXHandler
This will create a new SAXHandler that listens to SAX events and creates a JDOM Document.
SAXHandler(JDOMFactory) - Constructor for class org.jdom.input.SAXHandler
This will create a new SAXHandler that listens to SAX events and creates a JDOM Document.
saxDTDHandler - Variable in class org.jdom.input.SAXBuilder
DTDHandler class to use
saxDriverClass - Variable in class org.jdom.input.SAXBuilder
Adapter class to use
saxEntityResolver - Variable in class org.jdom.input.SAXBuilder
EntityResolver class to use
saxErrorHandler - Variable in class org.jdom.input.SAXBuilder
ErrorHandler class to use
saxParser - Variable in class org.jdom.input.SAXBuilder
The current SAX parser, if parser reuse has been activated.
saxXMLFilter - Variable in class org.jdom.input.SAXBuilder
XMLFilter instance to use
setDTDHandler(DTDHandler) - Method in class org.jdom.input.SAXBuilder
This sets custom DTDHandler for the Builder.
setDocumentLocator(Locator) - Method in class org.jdom.input.SAXHandler
Receives an object for locating the origin of SAX document events.
setEntityResolver(EntityResolver) - Method in class org.jdom.input.SAXBuilder
This sets custom EntityResolver for the Builder.
setErrorHandler(ErrorHandler) - Method in class org.jdom.input.SAXBuilder
This sets custom ErrorHandler for the Builder.
setExpandEntities(boolean) - Method in class org.jdom.input.SAXBuilder
This sets whether or not to expand entities for the builder.
setExpandEntities(boolean) - Method in class org.jdom.input.SAXHandler
This sets whether or not to expand entities during the build.
setFactory(JDOMFactory) - Method in class org.jdom.input.DOMBuilder
 
setFactory(JDOMFactory) - Method in class org.jdom.input.SAXBuilder
This sets a custom JDOMFactory for the builder.
setFeature(String, boolean) - Method in class org.jdom.input.SAXBuilder
This sets a feature on the SAX parser.
setFeaturesAndProperties(XMLReader, boolean) - Method in class org.jdom.input.SAXBuilder
 
setIgnoringElementContentWhitespace(boolean) - Method in class org.jdom.input.SAXBuilder
Specifies whether or not the parser should elminate whitespace in element content (sometimes known as "ignorable whitespace") when building the document.
setIgnoringElementContentWhitespace(boolean) - Method in class org.jdom.input.SAXHandler
Specifies whether or not the parser should elminate whitespace in element content (sometimes known as "ignorable whitespace") when building the document.
setProperty(SAXParser, Map, String) - Static method in class org.jdom.input.JAXPParserFactory
Sets a property on a JAXP SAX parser object if and only if it is declared in the user-defined properties.
setProperty(String, Object) - Method in class org.jdom.input.SAXBuilder
This sets a property on the SAX parser.
setReuseParser(boolean) - Method in class org.jdom.input.SAXBuilder
Specifies whether this builder shall reuse the same SAX parser when performing subsequent parses or allocate a new parser for each parse.
setValidation(boolean) - Method in class org.jdom.input.SAXBuilder
This sets validation for the builder.
setXMLFilter(XMLFilter) - Method in class org.jdom.input.SAXBuilder
This sets a custom org.xml.sax.XMLFilter for the builder.
size() - Method in class org.jdom.input.TextBuffer
Returns the size of the text value.
skippedEntity(String) - Method in class org.jdom.input.SAXHandler
This indicates that an unresolvable entity reference has been encountered, normally because the external DTD subset has not been read.
startCDATA() - Method in class org.jdom.input.SAXHandler
Report a CDATA section
startDTD(String, String, String) - Method in class org.jdom.input.SAXHandler
This will signify that a DTD is being parsed, and can be used to ensure that comments and other lexical structures in the DTD are not added to the JDOM Document object.
startDocument() - Method in class org.jdom.input.SAXHandler
 
startElement(String, String, String, Attributes) - Method in class org.jdom.input.SAXHandler
This reports the occurrence of an actual element.
startEntity(String) - Method in class org.jdom.input.SAXHandler
 
startPrefixMapping(String, String) - Method in class org.jdom.input.SAXHandler
This will add the prefix mapping to the JDOM Document object.
suppress - Variable in class org.jdom.input.SAXHandler
Indicator of whether we are actively suppressing (non-expanding) a current entity

T

TextBuffer - class org.jdom.input.TextBuffer.
A non-public utility class similar to StringBuffer but optimized for XML parsing where the common case is that you get only one chunk of characters per text section.
TextBuffer() - Constructor for class org.jdom.input.TextBuffer
Constructor
textBuffer - Variable in class org.jdom.input.SAXHandler
Temporary holder for Text and CDATA
toString() - Method in class org.jdom.input.TextBuffer
Returns the text value stored in the buffer.
transferNamespaces(Element) - Method in class org.jdom.input.SAXHandler
This will take the supplied org.jdom.Element and transfer its namespaces to the global namespace storage.

U

unparsedEntityDecl(String, String, String, String) - Method in class org.jdom.input.SAXHandler
Handler for unparsed entity declarations in the DTD

V

validate - Variable in class org.jdom.input.SAXBuilder
Whether validation should occur

W

warning(SAXParseException) - Method in class org.jdom.input.BuilderErrorHandler
This method is called when a warning has occurred; this indicates that while no XML rules were broken, something appears to be incorrect or missing.

A B C D E F G I J L N O P R S T U V W