Skip navigation links
A B C D E F G H I K L M N O P R S T U W X 

A

AbstractReadHandlerFactory<T extends XmlReadHandler> - Class in org.pentaho.reporting.libraries.xmlns.parser
The AbstractReadHandlerFactory provides a base implementation for all read-handler factories.
AbstractReadHandlerFactory() - Constructor for class org.pentaho.reporting.libraries.xmlns.parser.AbstractReadHandlerFactory
A default-constructor.
AbstractXmlFactoryModule - Class in org.pentaho.reporting.libraries.xmlns.parser
A common base class for all XmlFactoryModules.
AbstractXmlFactoryModule(String, String) - Constructor for class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlFactoryModule
 
AbstractXmlReadHandler - Class in org.pentaho.reporting.libraries.xmlns.parser
A base class for implementing an XmlReadHandler.
AbstractXmlReadHandler() - Constructor for class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
Creates a new handler.
AbstractXmlResourceFactory - Class in org.pentaho.reporting.libraries.xmlns.parser
A base-class for resource-factories that load their resources from XML files.
AbstractXmlResourceFactory() - Constructor for class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlResourceFactory
Default-Constructor.
add(HashMap) - Method in class org.pentaho.reporting.libraries.xmlns.writer.DeclaredNamespaces
Adds all namespaces from the given hashmap into this map.
add(AttributeList) - Method in class org.pentaho.reporting.libraries.xmlns.writer.DeclaredNamespaces
Adds all declared namespaces from the given attribute-list into the namespaces collection.
add(String, String) - Method in class org.pentaho.reporting.libraries.xmlns.writer.DeclaredNamespaces
Adds a single namespace definition to the collection.
addImpliedNamespace(String, String) - Method in class org.pentaho.reporting.libraries.xmlns.writer.XmlWriter
 
addImpliedNamespace(String, String) - Method in class org.pentaho.reporting.libraries.xmlns.writer.XmlWriterSupport
Adds an implied namespace to the document.
addNamespaceDeclaration(String, String) - Method in class org.pentaho.reporting.libraries.xmlns.common.AttributeList
Adds a namespace declaration.
AttributeEntry(String, String, String) - Constructor for class org.pentaho.reporting.libraries.xmlns.common.AttributeList.AttributeEntry
Creates a new attribute entry for the given name and value.
AttributeList - Class in org.pentaho.reporting.libraries.xmlns.common
The attribute list is used by a writer to specify the attributes of an XML element in a certain order.
AttributeList() - Constructor for class org.pentaho.reporting.libraries.xmlns.common.AttributeList
Creates an empty attribute list with no default values.
AttributeList.AttributeEntry - Class in org.pentaho.reporting.libraries.xmlns.common
A name/value pair of the attribute list.
AttributeMap<T> - Class in org.pentaho.reporting.libraries.xmlns.common
A attribute map holding <namespace;name>-value pairs.
AttributeMap() - Constructor for class org.pentaho.reporting.libraries.xmlns.common.AttributeMap
Default constructor.
AttributeMap(AttributeMap) - Constructor for class org.pentaho.reporting.libraries.xmlns.common.AttributeMap
Creates a new attribute map using the given parameter as source for the initial values.
AttributeMap.DualKey - Class in org.pentaho.reporting.libraries.xmlns.common
 

B

Base64 - Class in org.pentaho.reporting.libraries.xmlns.parser
Provides encoding of raw bytes to base64-encoded characters, and decoding of base64 characters to raw bytes.

C

CharacterEntityParser - Class in org.pentaho.reporting.libraries.xmlns.writer
The character entity parser replaces all known occurrences of an entity in the format &entityname;.
CharacterEntityParser(Properties) - Constructor for class org.pentaho.reporting.libraries.xmlns.writer.CharacterEntityParser
Creates a new CharacterEntityParser and initializes the parser with the given set of entities.
CharacterEntityParser(HashMap) - Constructor for class org.pentaho.reporting.libraries.xmlns.writer.CharacterEntityParser
Creates a new CharacterEntityParser and initializes the parser with the given set of entities.
characters(char[], int, int) - Method in class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
This method is called to process the character data between element tags.
characters(char[], int, int) - Method in class org.pentaho.reporting.libraries.xmlns.parser.RootXmlReadHandler
Process character data.
characters(char[], int, int) - Method in class org.pentaho.reporting.libraries.xmlns.parser.StringReadHandler
This method is called to process the character data between element tags.
characters(char[], int, int) - Method in interface org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler
This method is called to process the character data between element tags.
clear() - Method in class org.pentaho.reporting.libraries.xmlns.common.AttributeMap
 
clearComments() - Method in class org.pentaho.reporting.libraries.xmlns.parser.CommentHandler
Clears all comments.
clone() - Method in class org.pentaho.reporting.libraries.xmlns.common.AttributeMap
Creates a copy of this map.
clone() - Method in class org.pentaho.reporting.libraries.xmlns.writer.DefaultTagDescription
 
CLOSE - Static variable in class org.pentaho.reporting.libraries.xmlns.writer.XmlWriter
A constant for close.
close() - Method in class org.pentaho.reporting.libraries.xmlns.writer.XmlWriter
Closes the underlying character stream.
CLOSE - Static variable in class org.pentaho.reporting.libraries.xmlns.writer.XmlWriterSupport
A constant for close.
CLOSE_TAG_COMMENT - Static variable in class org.pentaho.reporting.libraries.xmlns.parser.CommentHandler
A constant marking a comment on the closing tag.
CLOSE_TAG_DECREASE - Static variable in class org.pentaho.reporting.libraries.xmlns.writer.XmlWriterSupport
A constant for controlling the indent function.
comment(char[], int, int) - Method in class org.pentaho.reporting.libraries.xmlns.parser.CommentHandler
Report an XML comment anywhere in the document.
CommentHandler - Class in org.pentaho.reporting.libraries.xmlns.parser
The comment handler is used to collect all XML comments from the SAX parser.
CommentHandler() - Constructor for class org.pentaho.reporting.libraries.xmlns.parser.CommentHandler
DefaultConstructor.
computeNamespaces() - Method in class org.pentaho.reporting.libraries.xmlns.writer.XmlWriterSupport
Computes the current collection of defined namespaces.
configure(Configuration, String) - Method in class org.pentaho.reporting.libraries.xmlns.parser.AbstractReadHandlerFactory
Configures this factory from the given configuration using the specified prefix as filter.
configure(Configuration, String) - Method in class org.pentaho.reporting.libraries.xmlns.writer.DefaultTagDescription
Configures this factory from the given configuration using the speoified prefix as filter.
configure(Configuration, String) - Method in class org.pentaho.reporting.libraries.xmlns.writer.NamespaceCollection
Configures the namespace collection and adds all namespace definitions found in the configuration under the given prefix to the collection.
configureGlobal(Configuration, String) - Method in class org.pentaho.reporting.libraries.xmlns.parser.AbstractReadHandlerFactory
 
configureReader(XMLReader, RootXmlReadHandler) - Method in class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlResourceFactory
Configures the xml reader.
CONTENTBASE_KEY - Static variable in class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlResourceFactory
A key for the content base.
copyNamespaces(XmlWriterSupport) - Method in class org.pentaho.reporting.libraries.xmlns.writer.XmlWriterSupport
Copies all currently declared namespaces of the given XmlWriterSupport instance as new implied namespaces into this instance.
create(ResourceManager, ResourceData, ResourceKey) - Method in class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlResourceFactory
Creates a resource by interpreting the data given in the resource-data object.
create(ResourceManager, ResourceData, ResourceKey) - Method in class org.pentaho.reporting.libraries.xmlns.parser.DomTreeResourceFactory
Creates a resource by interpreting the data given in the resource-data object.
createReadHandler(XmlDocumentInfo) - Method in interface org.pentaho.reporting.libraries.xmlns.parser.XmlFactoryModule
Creates an XmlReadHandler for the root-tag based on the given document information.
createResource(ResourceKey, RootXmlReadHandler, Object, Class) - Method in class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlResourceFactory
Creates a Resource object for the given product.
createRootHandler(ResourceManager, ResourceKey, XmlFactoryModule[], ResourceKey, long) - Method in class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlResourceFactory
 
createXMLEntityParser() - Static method in class org.pentaho.reporting.libraries.xmlns.writer.CharacterEntityParser
create a new Character entity parser and initializes the parser with the entities defined in the XML standard.

D

DeclaredNamespaces - Class in org.pentaho.reporting.libraries.xmlns.writer
A immutable namespace collection.
DeclaredNamespaces() - Constructor for class org.pentaho.reporting.libraries.xmlns.writer.DeclaredNamespaces
Creates a new namespaces collection.
DeclaredNamespaces(DeclaredNamespaces) - Constructor for class org.pentaho.reporting.libraries.xmlns.writer.DeclaredNamespaces
Creates a new namespaces collection using the given namespaces as initial values.
decode(char[]) - Static method in class org.pentaho.reporting.libraries.xmlns.parser.Base64
Decodes a BASE-64 encoded stream to recover the original data.
decodeEntities(String) - Method in class org.pentaho.reporting.libraries.xmlns.writer.CharacterEntityParser
Decode the string, all known entities are replaced by their resolved characters.
DefaultTagDescription - Class in org.pentaho.reporting.libraries.xmlns.writer
A tag-description provides information about xml tags.
DefaultTagDescription() - Constructor for class org.pentaho.reporting.libraries.xmlns.writer.DefaultTagDescription
A default-constructor.
DefaultTagDescription(Configuration, String) - Constructor for class org.pentaho.reporting.libraries.xmlns.writer.DefaultTagDescription
Creates and configures a new TagDescription collection.
DefaultXmlDocumentInfo - Class in org.pentaho.reporting.libraries.xmlns.parser
A data class that holds all relevant information about a XML document to make a decision on what parser to use to interpret the XML content.
DefaultXmlDocumentInfo() - Constructor for class org.pentaho.reporting.libraries.xmlns.parser.DefaultXmlDocumentInfo
Default-Constructor.
delegate(XmlReadHandler, String, String, Attributes) - Method in class org.pentaho.reporting.libraries.xmlns.parser.RootXmlReadHandler
Delegate to another handler.
deriveParseParameters() - Method in class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
Creates a working copy of the current parse state.
DomTreeResourceFactory - Class in org.pentaho.reporting.libraries.xmlns.parser
 
DomTreeResourceFactory() - Constructor for class org.pentaho.reporting.libraries.xmlns.parser.DomTreeResourceFactory
 
doneParsing() - Method in class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
Done parsing.
doneParsing() - Method in class org.pentaho.reporting.libraries.xmlns.parser.PropertiesReadHandler
Done parsing.
doneParsing() - Method in class org.pentaho.reporting.libraries.xmlns.parser.StringReadHandler
Done parsing.

E

encode(byte[]) - Static method in class org.pentaho.reporting.libraries.xmlns.parser.Base64
returns an array of base64-encoded characters to represent the passed data array.
encodeEntities(String) - Method in class org.pentaho.reporting.libraries.xmlns.writer.CharacterEntityParser
Encode the given String, so that all known entites are encoded.
endCDATA() - Method in class org.pentaho.reporting.libraries.xmlns.parser.CommentHandler
Report the end of a CDATA section.
endDTD() - Method in class org.pentaho.reporting.libraries.xmlns.parser.CommentHandler
Report the end of DTD declarations.
endElement(String, String) - Method in class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
This method is called at the end of an element.
endElement(String, String, String) - Method in class org.pentaho.reporting.libraries.xmlns.parser.RootXmlReadHandler
Finish processing an element.
endElement(String, String) - Method in interface org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler
This method is called at the end of an element.
endEntity(String) - Method in class org.pentaho.reporting.libraries.xmlns.parser.CommentHandler
Report the end of an entity.
equals(Object) - Method in class org.pentaho.reporting.libraries.xmlns.common.AttributeList.AttributeEntry
Compares this attribute entry for equality with an other object.
equals(Object) - Method in class org.pentaho.reporting.libraries.xmlns.common.AttributeMap.DualKey
 
equals(Object) - Method in class org.pentaho.reporting.libraries.xmlns.common.AttributeMap
 
error(SAXParseException) - Method in class org.pentaho.reporting.libraries.xmlns.parser.LoggingErrorHandler
Receive notification of a recoverable error.

F

fatalError(SAXParseException) - Method in class org.pentaho.reporting.libraries.xmlns.parser.LoggingErrorHandler
Receive notification of a non-recoverable error.
fillLocation(Locator) - Method in exception org.pentaho.reporting.libraries.xmlns.parser.ParseException
Fills the location with the given locator.
finishResult(Object, ResourceManager, ResourceData, ResourceKey) - Method in class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlResourceFactory
Finishes up the result.
FixNamespaceUriAttributes - Class in org.pentaho.reporting.libraries.xmlns.parser
A SAX-Attributes implementation that fixes missing namespace-URIs.
FixNamespaceUriAttributes(String, Attributes) - Constructor for class org.pentaho.reporting.libraries.xmlns.parser.FixNamespaceUriAttributes
Creates a new FixNamespaceUriAttributes wrapper.
flush() - Method in class org.pentaho.reporting.libraries.xmlns.writer.XmlWriter
Flushs the underlying writer.

G

getAdditionalIndent() - Method in class org.pentaho.reporting.libraries.xmlns.writer.XmlWriter
 
getAdditionalIndent() - Method in class org.pentaho.reporting.libraries.xmlns.writer.XmlWriterSupport
Returns the indent level that should be added to the automaticly computed indentation.
getAttribute(String, String) - Method in class org.pentaho.reporting.libraries.xmlns.common.AttributeList
Returns the attribute value for the given attribute name or null, if the attribute is not defined in this list.
getAttribute(String, String, String) - Method in class org.pentaho.reporting.libraries.xmlns.common.AttributeList
Returns the attribute value for the given attribute name or the given defaultvalue, if the attribute is not defined in this list.
getAttribute(String, String) - Method in class org.pentaho.reporting.libraries.xmlns.common.AttributeMap
Returns the attribute value for the given namespace and attribute-name.
getAttributes(String) - Method in class org.pentaho.reporting.libraries.xmlns.common.AttributeMap
Returns all attributes of the given namespace as unmodifiable map.
getByteStream() - Method in class org.pentaho.reporting.libraries.xmlns.parser.ResourceDataInputSource
Get the byte stream for this input source.
getColumn() - Method in exception org.pentaho.reporting.libraries.xmlns.parser.ParseException
Returns the column of the parse position where the error occured.
getCommentHandler() - Method in class org.pentaho.reporting.libraries.xmlns.parser.RootXmlReadHandler
Returns the comment handler that is used to collect comments.
getComments() - Method in class org.pentaho.reporting.libraries.xmlns.parser.CommentHandler
Returns all collected comments as string array.
getConfiguration() - Method in class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlResourceFactory
Returns the configuration that should be used to initialize this factory.
getContext() - Method in class org.pentaho.reporting.libraries.xmlns.parser.RootXmlReadHandler
Returns the context key.
getCurrentHandler() - Method in class org.pentaho.reporting.libraries.xmlns.parser.RootXmlReadHandler
Returns the current handler.
getCurrentIndentLevel() - Method in class org.pentaho.reporting.libraries.xmlns.writer.XmlWriterSupport
Returns the current indention level.
getData() - Method in class org.pentaho.reporting.libraries.xmlns.parser.ResourceDataInputSource
Returns the resource-data object that provides the raw-data.
getDefaultNamespace() - Method in class org.pentaho.reporting.libraries.xmlns.parser.AbstractReadHandlerFactory
 
getDefaultNamespace(XmlDocumentInfo) - Method in class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlFactoryModule
Returns the default namespace for a document with the characteristics given in the XmlDocumentInfo.
getDefaultNameSpace() - Method in class org.pentaho.reporting.libraries.xmlns.parser.DefaultXmlDocumentInfo
Returns the default-namespace declared on the root-element.
getDefaultNameSpace() - Method in interface org.pentaho.reporting.libraries.xmlns.parser.XmlDocumentInfo
Returns the default-namespace declared on the root-element.
getDefaultNamespace(XmlDocumentInfo) - Method in interface org.pentaho.reporting.libraries.xmlns.parser.XmlFactoryModule
Returns the default namespace for a document with the characteristics given in the XmlDocumentInfo.
getDefaultNamespace() - Method in class org.pentaho.reporting.libraries.xmlns.writer.DefaultTagDescription
 
getDefaultResolver() - Static method in class org.pentaho.reporting.libraries.xmlns.parser.ParserEntityResolver
Returns a default resolver, which is initialized to redirect the parser to a local copy of the JFreeReport DTDs.
getDefinedUris() - Method in class org.pentaho.reporting.libraries.xmlns.writer.NamespaceCollection
Returns all known namespaces for which definitions exist in this collection.
getDependencyCollector() - Method in class org.pentaho.reporting.libraries.xmlns.parser.RootXmlReadHandler
Returns the current dependency collector for this parse-operation.
getDeprecatedDTDMessage(String) - Method in class org.pentaho.reporting.libraries.xmlns.parser.ParserEntityResolver
Returns deprecation message for the given public ID.
getDocumentLocator() - Method in class org.pentaho.reporting.libraries.xmlns.parser.RootXmlReadHandler
Returns the current documentLocator.
getDocumentSupport(XmlDocumentInfo) - Method in class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlFactoryModule
Checks the given document data to compute the propability of whether this factory module would be able to handle the given data.
getDocumentSupport(XmlDocumentInfo) - Method in interface org.pentaho.reporting.libraries.xmlns.parser.XmlFactoryModule
Checks the given document data to compute the propability of whether this factory module would be able to handle the given data.
getDTDLocation(String) - Method in class org.pentaho.reporting.libraries.xmlns.parser.ParserEntityResolver
Sets the location of the DTD.
getEntityParser() - Static method in class org.pentaho.reporting.libraries.xmlns.writer.HtmlCharacterEntities
Gets the character entity parser for HTML content.
getEntityResolver() - Method in class org.pentaho.reporting.libraries.xmlns.parser.MultiplexRootElementHandler
Returns the entity resolver used in this handler.
getEntityResolver() - Method in class org.pentaho.reporting.libraries.xmlns.parser.RootXmlReadHandler
 
getErrorHandler() - Method in class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlResourceFactory
Returns the XML-Error handler that should be registered with the XML parser.
getFactoryType() - Method in class org.pentaho.reporting.libraries.xmlns.parser.DomTreeResourceFactory
Returns the expected result type.
getFirstAttribute(String) - Method in class org.pentaho.reporting.libraries.xmlns.common.AttributeMap
Looks up all namespaces and returns the value from the first namespace that has this attribute defined.
getHandler(String, String) - Method in class org.pentaho.reporting.libraries.xmlns.parser.AbstractReadHandlerFactory
The returned handler can be null, in case no handler is registered.
getHandlerForChild(String, String, Attributes) - Method in class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
Returns the handler for a child element.
getHandlerForChild(String, String, Attributes) - Method in class org.pentaho.reporting.libraries.xmlns.parser.IgnoreAnyChildReadHandler
Returns the handler for a child element.
getHandlerForChild(String, String, Attributes) - Method in class org.pentaho.reporting.libraries.xmlns.parser.PropertiesReadHandler
Returns the handler for a child element.
getHelperObject(String) - Method in class org.pentaho.reporting.libraries.xmlns.parser.RootXmlReadHandler
Returns an object from the registry.
getHelperObjectNames() - Method in class org.pentaho.reporting.libraries.xmlns.parser.RootXmlReadHandler
Returns the array of all currently registered helper-objects.
getIndex(String, String) - Method in class org.pentaho.reporting.libraries.xmlns.parser.FixNamespaceUriAttributes
Look up the index of an attribute by Namespace name.
getIndex(String) - Method in class org.pentaho.reporting.libraries.xmlns.parser.FixNamespaceUriAttributes
Look up the index of an attribute by XML qualified (prefixed) name.
getInstance() - Static method in class org.pentaho.reporting.libraries.xmlns.LibXmlBoot
Returns the singleton instance of the boot-class.
getInstance() - Static method in class org.pentaho.reporting.libraries.xmlns.LibXmlInfo
Returns the singleton instance of the info-class.
getLength() - Method in class org.pentaho.reporting.libraries.xmlns.parser.FixNamespaceUriAttributes
Return the number of attributes in the list.
getLine() - Method in exception org.pentaho.reporting.libraries.xmlns.parser.ParseException
Returns the line of the parse position where the error occured.
getLineSeparator() - Method in class org.pentaho.reporting.libraries.xmlns.writer.XmlWriterSupport
Returns the line separator.
getLocalName(int) - Method in class org.pentaho.reporting.libraries.xmlns.parser.FixNamespaceUriAttributes
Look up an attribute's local name by index.
getLocator() - Method in class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
Returns the locator as provided by the XML parser.
getMessage() - Method in exception org.pentaho.reporting.libraries.xmlns.parser.ParseException
Modifies the message to give more detailed location information.
getModules() - Method in class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlResourceFactory
Returns the registered XmlFactoryModules as array.
getName() - Method in class org.pentaho.reporting.libraries.xmlns.common.AttributeList.AttributeEntry
Returns the attribute name.
getName() - Method in class org.pentaho.reporting.libraries.xmlns.parser.PropertyReadHandler
Returns the declared property-name.
getNames(String) - Method in class org.pentaho.reporting.libraries.xmlns.common.AttributeMap
Returns all names for the given namespace that have values in this map.
getNamespace() - Method in class org.pentaho.reporting.libraries.xmlns.common.AttributeList.AttributeEntry
Returns the attribute namespace (which can be null).
getNameSpaces() - Method in class org.pentaho.reporting.libraries.xmlns.common.AttributeMap
Returns all namespaces that have values in this map.
getNamespaces() - Method in class org.pentaho.reporting.libraries.xmlns.writer.DeclaredNamespaces
Returns all known namespaces as unmodifiable map.
getNamespaces() - Method in class org.pentaho.reporting.libraries.xmlns.writer.XmlWriterSupport
Returns all namespaces as properties-collection.
getObject() - Method in class org.pentaho.reporting.libraries.xmlns.parser.IgnoreAnyChildReadHandler
Returns the object for this element or null, if this element does not create an object.
getObject() - Method in class org.pentaho.reporting.libraries.xmlns.parser.PropertiesReadHandler
Returns the resulting properties collection, never null.
getObject() - Method in class org.pentaho.reporting.libraries.xmlns.parser.StringReadHandler
Returns the object for this element.
getObject() - Method in interface org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler
Returns the object for this element or null, if this element does not create an object.
getParser() - Method in class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlResourceFactory
Returns a SAX parser.
getParserConfiguration() - Method in class org.pentaho.reporting.libraries.xmlns.parser.RootXmlReadHandler
Returns the parser-configuration.
getParserEntityResolver() - Method in class org.pentaho.reporting.libraries.xmlns.parser.MultiplexRootElementHandler
Returns the parent entity resolver used in the element handler.
getPrefix(String) - Method in class org.pentaho.reporting.libraries.xmlns.writer.DeclaredNamespaces
Looksup the prefix for the given URI.
getPrefix(String) - Method in class org.pentaho.reporting.libraries.xmlns.writer.NamespaceCollection
Returns the prefered namespace prefix for the given namespace URI.
getProjectInfo() - Method in class org.pentaho.reporting.libraries.xmlns.LibXmlBoot
Returns the project info.
getPropertyHandlers() - Method in class org.pentaho.reporting.libraries.xmlns.parser.PropertiesReadHandler
 
getPropertyTagName() - Method in class org.pentaho.reporting.libraries.xmlns.parser.PropertiesReadHandler
 
getPublicDTDId() - Method in class org.pentaho.reporting.libraries.xmlns.parser.DefaultXmlDocumentInfo
Returns the Public-ID of the Document's DTD (if there's any).
getPublicDTDId() - Method in interface org.pentaho.reporting.libraries.xmlns.parser.XmlDocumentInfo
Returns the Public-ID of the Document's DTD (if there's any).
getQName(int) - Method in class org.pentaho.reporting.libraries.xmlns.parser.FixNamespaceUriAttributes
Look up an attribute's XML qualified (prefixed) name by index.
getRegisteredHandlers() - Method in class org.pentaho.reporting.libraries.xmlns.parser.XmlFactoryModuleRegistry
 
getResourceManager() - Method in class org.pentaho.reporting.libraries.xmlns.parser.RootXmlReadHandler
Returns the resource-manager that is used to load external resources.
getResult() - Method in class org.pentaho.reporting.libraries.xmlns.parser.PropertiesReadHandler
Returns the resulting properties collection, never null.
getResult() - Method in class org.pentaho.reporting.libraries.xmlns.parser.RootXmlReadHandler
Tries to return the parse-result of the selected root-handler.
getResult() - Method in class org.pentaho.reporting.libraries.xmlns.parser.StringReadHandler
Returns the result as string.
getRootElement() - Method in class org.pentaho.reporting.libraries.xmlns.parser.DefaultXmlDocumentInfo
Returns the tag name of the root-level element.
getRootElement() - Method in interface org.pentaho.reporting.libraries.xmlns.parser.XmlDocumentInfo
Returns the tag name of the root-level element.
getRootElementAttributes() - Method in class org.pentaho.reporting.libraries.xmlns.parser.DefaultXmlDocumentInfo
 
getRootElementAttributes() - Method in interface org.pentaho.reporting.libraries.xmlns.parser.XmlDocumentInfo
 
getRootElementNameSpace() - Method in class org.pentaho.reporting.libraries.xmlns.parser.DefaultXmlDocumentInfo
Returns the namespace URI for the root-element of the document.
getRootElementNameSpace() - Method in interface org.pentaho.reporting.libraries.xmlns.parser.XmlDocumentInfo
Returns the namespace URI for the root-element of the document.
getRootHandler() - Method in class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
Returns the root handler for the parsing.
getRootHandler() - Method in class org.pentaho.reporting.libraries.xmlns.parser.RootXmlReadHandler
Returns the root SAX handler.
getRootHandlers() - Method in class org.pentaho.reporting.libraries.xmlns.parser.MultiplexRootElementHandler
Returns all known roothandlers.
getSelectedRootHandler() - Method in class org.pentaho.reporting.libraries.xmlns.parser.MultiplexRootElementHandler
 
getSource() - Method in class org.pentaho.reporting.libraries.xmlns.parser.RootXmlReadHandler
Returns the source key.
getSystemDTDId() - Method in class org.pentaho.reporting.libraries.xmlns.parser.DefaultXmlDocumentInfo
Returns the System-ID of the document's DTD.
getSystemDTDId() - Method in interface org.pentaho.reporting.libraries.xmlns.parser.XmlDocumentInfo
Returns the System-ID of the document's DTD.
getTagDescription() - Method in class org.pentaho.reporting.libraries.xmlns.writer.XmlWriter
 
getTagDescription() - Method in class org.pentaho.reporting.libraries.xmlns.writer.XmlWriterSupport
Returns the list of safe tags.
getTagName() - Method in class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
Returns the tag name.
getTargetClass() - Method in class org.pentaho.reporting.libraries.xmlns.parser.AbstractReadHandlerFactory
Returns the implementation class for this read-handler factory.
getType(int) - Method in class org.pentaho.reporting.libraries.xmlns.parser.FixNamespaceUriAttributes
Look up an attribute's type by index.
getType(String, String) - Method in class org.pentaho.reporting.libraries.xmlns.parser.FixNamespaceUriAttributes
Look up an attribute's type by Namespace name.
getType(String) - Method in class org.pentaho.reporting.libraries.xmlns.parser.FixNamespaceUriAttributes
Look up an attribute's type by XML qualified (prefixed) name.
getUri() - Method in class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
Returns the uri of the element.
getURI(int) - Method in class org.pentaho.reporting.libraries.xmlns.parser.FixNamespaceUriAttributes
Look up an attribute's Namespace URI by index.
getValue() - Method in class org.pentaho.reporting.libraries.xmlns.common.AttributeList.AttributeEntry
Returns the value of this attribute entry.
getValue(int) - Method in class org.pentaho.reporting.libraries.xmlns.parser.FixNamespaceUriAttributes
Look up an attribute's value by index.
getValue(String, String) - Method in class org.pentaho.reporting.libraries.xmlns.parser.FixNamespaceUriAttributes
Look up an attribute's value by Namespace name.
getValue(String) - Method in class org.pentaho.reporting.libraries.xmlns.parser.FixNamespaceUriAttributes
Look up an attribute's value by XML qualified (prefixed) name.
getVersion() - Method in class org.pentaho.reporting.libraries.xmlns.parser.ResourceDataInputSource
Returns the version (changetracker) of this input source.

H

hasCData(String, String) - Method in class org.pentaho.reporting.libraries.xmlns.writer.DefaultTagDescription
Queries the defined tag-descriptions whether the given tag and namespace is defined to allow character-data.
hasCData(String, String) - Method in interface org.pentaho.reporting.libraries.xmlns.writer.TagDescription
Checks, whether the element specified by the tagname and namespace can contain CDATA.
hashCode() - Method in class org.pentaho.reporting.libraries.xmlns.common.AttributeList.AttributeEntry
Computes a hashcode for this attribute entry.
hashCode() - Method in class org.pentaho.reporting.libraries.xmlns.common.AttributeMap.DualKey
 
hashCode() - Method in class org.pentaho.reporting.libraries.xmlns.common.AttributeMap
 
HtmlCharacterEntities - Class in org.pentaho.reporting.libraries.xmlns.writer
A collection of all character entites defined in the HTML4 standard.
HtmlCharacterEntities() - Constructor for class org.pentaho.reporting.libraries.xmlns.writer.HtmlCharacterEntities
Creates an instance.

I

IgnoreAnyChildReadHandler - Class in org.pentaho.reporting.libraries.xmlns.parser
A read-handler that silently ignores all childs.
IgnoreAnyChildReadHandler() - Constructor for class org.pentaho.reporting.libraries.xmlns.parser.IgnoreAnyChildReadHandler
Default Constructor.
indent(Writer) - Method in class org.pentaho.reporting.libraries.xmlns.writer.XmlWriterSupport
Indent the line.
INDENT_ONLY - Static variable in class org.pentaho.reporting.libraries.xmlns.writer.XmlWriterSupport
A constant for controlling the indent function.
indentForClose(Writer) - Method in class org.pentaho.reporting.libraries.xmlns.writer.XmlWriterSupport
Indent the line.
init(RootXmlReadHandler, String, String) - Method in class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
Initialises the handler.
init(RootXmlReadHandler, String, String) - Method in interface org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler
Initialise.
initializeDefaults() - Method in class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlResourceFactory
Loads all XmlFactoryModule-implementations from the given configuration.
initializeDefaults() - Method in class org.pentaho.reporting.libraries.xmlns.parser.DomTreeResourceFactory
Initializes the resource factory.
installRootHandler(XmlReadHandler, String, String, Attributes) - Method in class org.pentaho.reporting.libraries.xmlns.parser.RootXmlReadHandler
Sets and configures the root handle for the given root-level element.
interceptFirstStartElement(String, String, String, Attributes) - Method in class org.pentaho.reporting.libraries.xmlns.parser.MultiplexRootElementHandler
Starts processing an element.
interceptFirstStartElement(String, String, String, Attributes) - Method in class org.pentaho.reporting.libraries.xmlns.parser.RootXmlReadHandler
A helper call that allows to override the first call to the startElememt method.
isAlwaysAddNamespace() - Method in class org.pentaho.reporting.libraries.xmlns.writer.XmlWriter
 
isAlwaysAddNamespace() - Method in class org.pentaho.reporting.libraries.xmlns.writer.XmlWriterSupport
Checks, whether the XML writer should always add a namespace prefix to the attributes.
isAssumeDefaultNamespace() - Method in class org.pentaho.reporting.libraries.xmlns.writer.XmlWriter
 
isAssumeDefaultNamespace() - Method in class org.pentaho.reporting.libraries.xmlns.writer.XmlWriterSupport
Checks, whether attributes of the same namespace as the current element should be written without a prefix.
isEmpty() - Method in class org.pentaho.reporting.libraries.xmlns.common.AttributeList
Checks, whether this list is empty.
isFirstCall() - Method in class org.pentaho.reporting.libraries.xmlns.parser.RootXmlReadHandler
Checks, whether this is the first call to the handler.
isHtmlCompatiblityMode() - Method in class org.pentaho.reporting.libraries.xmlns.writer.XmlWriter
 
isHtmlCompatiblityMode() - Method in class org.pentaho.reporting.libraries.xmlns.writer.XmlWriterSupport
Checks, whether the HTML compatibility mode is enabled.
isLineEmpty() - Method in class org.pentaho.reporting.libraries.xmlns.writer.XmlWriter
 
isLineEmpty() - Method in class org.pentaho.reporting.libraries.xmlns.writer.XmlWriterSupport
Checks, whether the currently generated line of text is empty.
isNamespaceDefined(String) - Method in class org.pentaho.reporting.libraries.xmlns.writer.DeclaredNamespaces
Checks, whether the namespace marked by the given URI is defined in this collection.
isNamespaceDefined(String) - Method in class org.pentaho.reporting.libraries.xmlns.writer.XmlWriter
 
isNamespaceDefined(String) - Method in class org.pentaho.reporting.libraries.xmlns.writer.XmlWriterSupport
Checks, whether the given URI is defined as valid namespace.
isNamespacePrefixDefined(String) - Method in class org.pentaho.reporting.libraries.xmlns.common.AttributeList
Checks, whether the given prefix is defined.
isNamespacePrefixDefined(String) - Method in class org.pentaho.reporting.libraries.xmlns.writer.XmlWriter
 
isNamespacePrefixDefined(String) - Method in class org.pentaho.reporting.libraries.xmlns.writer.XmlWriterSupport
Checks, whether the given namespace prefix is defined.
isNamespaceUriDefined(String) - Method in class org.pentaho.reporting.libraries.xmlns.common.AttributeList
Checks, whether the given namespace URI has a defined prefix.
isPrefixDefined(String) - Method in class org.pentaho.reporting.libraries.xmlns.writer.DeclaredNamespaces
Checks whether the given prefix is already defined in the collection.
isSameNamespace(String) - Method in class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
Checks whether the given url denotes the same namespace as the element's namespace.
isWriteFinalLinebreak() - Method in class org.pentaho.reporting.libraries.xmlns.writer.XmlWriter
 
isWriteFinalLinebreak() - Method in class org.pentaho.reporting.libraries.xmlns.writer.XmlWriterSupport
Checks, whether the written XML file should end with an empty line.
isXmlnsUrisNotAvailable() - Method in class org.pentaho.reporting.libraries.xmlns.parser.RootXmlReadHandler
Returns, whether the parser resolves namespace-URIs.
iterator() - Method in class org.pentaho.reporting.libraries.xmlns.common.AttributeList
Deprecated.
use toArray instead.

K

keySet() - Method in class org.pentaho.reporting.libraries.xmlns.common.AttributeMap
 

L

LibXmlBoot - Class in org.pentaho.reporting.libraries.xmlns
The LibXmlBoot class is used to initialize the library before it is first used.
LibXmlInfo - Class in org.pentaho.reporting.libraries.xmlns
The LibXmlInfo class contains all dependency information and some common information like version, license and contributors about the library itself.
loadConfiguration() - Method in class org.pentaho.reporting.libraries.xmlns.LibXmlBoot
Loads the configuration.
LoggingErrorHandler - Class in org.pentaho.reporting.libraries.xmlns.parser
A SAX-Error handler that logs all incomming errors to the given log context.
LoggingErrorHandler() - Constructor for class org.pentaho.reporting.libraries.xmlns.parser.LoggingErrorHandler
Default-Constructor.
LoggingErrorHandler(Log) - Constructor for class org.pentaho.reporting.libraries.xmlns.parser.LoggingErrorHandler
Creates a new LoggingErrorHandler with the given (non-null) logcontext as log-target.

M

MultiplexRootElementHandler - Class in org.pentaho.reporting.libraries.xmlns.parser
A root-handler that intercepts the first call to startElement to select a XmlReadHandler based on the XmlDocumentInfo provided by the parser.
MultiplexRootElementHandler(ResourceManager, ResourceKey, ResourceKey, long, XmlFactoryModule[]) - Constructor for class org.pentaho.reporting.libraries.xmlns.parser.MultiplexRootElementHandler
Creates a new MultiplexRootElementHandler for the given root handler selection.

N

name - Variable in class org.pentaho.reporting.libraries.xmlns.common.AttributeMap.DualKey
 
namespace - Variable in class org.pentaho.reporting.libraries.xmlns.common.AttributeMap.DualKey
 
NamespaceCollection - Class in org.pentaho.reporting.libraries.xmlns.writer
Holds a set of namespace definitions that have been declared in a libbase-configuration.
NamespaceCollection() - Constructor for class org.pentaho.reporting.libraries.xmlns.writer.NamespaceCollection
Default constructor.
normalize(String, boolean) - Static method in class org.pentaho.reporting.libraries.xmlns.writer.XmlWriterSupport
Normalises a string, replacing certain characters with their escape sequences so that the XML text is not corrupted.
normalizeLocal(String, boolean) - Method in class org.pentaho.reporting.libraries.xmlns.writer.XmlWriterSupport
Normalizes the given string using a shared buffer.
NoRootHandlerException - Exception in org.pentaho.reporting.libraries.xmlns.parser
 
NoRootHandlerException(String) - Constructor for exception org.pentaho.reporting.libraries.xmlns.parser.NoRootHandlerException
Creates a new ParseException with the given message.
NoRootHandlerException(Exception) - Constructor for exception org.pentaho.reporting.libraries.xmlns.parser.NoRootHandlerException
Creates a new ParseException with the given root exception.
NoRootHandlerException(String, Exception) - Constructor for exception org.pentaho.reporting.libraries.xmlns.parser.NoRootHandlerException
Creates a new ParseException with the given message and root exception.
NoRootHandlerException(String, Locator) - Constructor for exception org.pentaho.reporting.libraries.xmlns.parser.NoRootHandlerException
Creates a new ParseException with the given message and the locator.
NoRootHandlerException(Exception, Locator) - Constructor for exception org.pentaho.reporting.libraries.xmlns.parser.NoRootHandlerException
Creates a new ParseException with the given root exception and the locator.
NoRootHandlerException(String, Exception, Locator) - Constructor for exception org.pentaho.reporting.libraries.xmlns.parser.NoRootHandlerException
Creates a new ParseException with the given message, root exception and the locator.
NOT_RECOGNIZED - Static variable in interface org.pentaho.reporting.libraries.xmlns.parser.XmlFactoryModule
A constant declaring that the content has NOT been recognized by any mean.

O

OPEN - Static variable in class org.pentaho.reporting.libraries.xmlns.writer.XmlWriter
A constant for open.
OPEN - Static variable in class org.pentaho.reporting.libraries.xmlns.writer.XmlWriterSupport
A constant for open.
OPEN_TAG_COMMENT - Static variable in class org.pentaho.reporting.libraries.xmlns.parser.CommentHandler
A constant marking a comment on the opening tag.
OPEN_TAG_INCREASE - Static variable in class org.pentaho.reporting.libraries.xmlns.writer.XmlWriterSupport
A constant for controlling the indent function.
org.pentaho.reporting.libraries.xmlns - package org.pentaho.reporting.libraries.xmlns
 
org.pentaho.reporting.libraries.xmlns.common - package org.pentaho.reporting.libraries.xmlns.common
 
org.pentaho.reporting.libraries.xmlns.parser - package org.pentaho.reporting.libraries.xmlns.parser
 
org.pentaho.reporting.libraries.xmlns.writer - package org.pentaho.reporting.libraries.xmlns.writer
 

P

parseBoolean(String, boolean) - Static method in class org.pentaho.reporting.libraries.xmlns.common.ParserUtil
Parses a boolean.
parseBoolean(String, Locator) - Static method in class org.pentaho.reporting.libraries.xmlns.common.ParserUtil
Translates an boolean string ("true" or "false") into the corresponding Boolean object.
parseDirectly(ResourceManager, InputSource, ResourceKey, Map) - Method in class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlResourceFactory
A method to allow to invoke the parsing without accessing the LibLoader layer.
ParseException - Exception in org.pentaho.reporting.libraries.xmlns.parser
A parse exception.
ParseException(String) - Constructor for exception org.pentaho.reporting.libraries.xmlns.parser.ParseException
Creates a new ParseException with the given message.
ParseException(Exception) - Constructor for exception org.pentaho.reporting.libraries.xmlns.parser.ParseException
Creates a new ParseException with the given root exception.
ParseException(String, Exception) - Constructor for exception org.pentaho.reporting.libraries.xmlns.parser.ParseException
Creates a new ParseException with the given message and root exception.
ParseException(String, Locator) - Constructor for exception org.pentaho.reporting.libraries.xmlns.parser.ParseException
Creates a new ParseException with the given message and the locator.
ParseException(Exception, Locator) - Constructor for exception org.pentaho.reporting.libraries.xmlns.parser.ParseException
Creates a new ParseException with the given root exception and the locator.
ParseException(String, Exception, Locator) - Constructor for exception org.pentaho.reporting.libraries.xmlns.parser.ParseException
Creates a new ParseException with the given message, root exception and the locator.
parseFloat(String, String, Locator) - Static method in class org.pentaho.reporting.libraries.xmlns.common.ParserUtil
Parses the string text into an float.
parseFloat(String, String) - Static method in class org.pentaho.reporting.libraries.xmlns.common.ParserUtil
Parses the string text into an float.
parseFloat(String, float) - Static method in class org.pentaho.reporting.libraries.xmlns.common.ParserUtil
Parses the string text into an float.
parseInt(String, String, Locator) - Static method in class org.pentaho.reporting.libraries.xmlns.common.ParserUtil
Parses the string text into an int.
parseInt(String, String) - Static method in class org.pentaho.reporting.libraries.xmlns.common.ParserUtil
Parses the string text into an int.
parseInt(String, int) - Static method in class org.pentaho.reporting.libraries.xmlns.common.ParserUtil
Parses an integer.
ParserEntityResolver - Class in org.pentaho.reporting.libraries.xmlns.parser
Resolves the JFreeReport DTD specification and routes the parser to a local copy.
ParserUtil - Class in org.pentaho.reporting.libraries.xmlns.common
Basic helper functions to ease up the process of parsing.
parseString(String, String) - Static method in class org.pentaho.reporting.libraries.xmlns.common.ParserUtil
Parses a string.
performBoot() - Method in class org.pentaho.reporting.libraries.xmlns.LibXmlBoot
Performs the boot.
performExternalParsing(String, Class) - Method in class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
Parses an external file using LibLoader and returns the parsed result as an object of type targetClass.
performExternalParsing(String, Class, Map) - Method in class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
Parses an external file using LibLoader and returns the parsed result as an object of type targetClass.
printStackTrace(PrintStream) - Method in exception org.pentaho.reporting.libraries.xmlns.parser.ParseException
Prints the stack trace to the specified stream.
printStackTrace(PrintWriter) - Method in exception org.pentaho.reporting.libraries.xmlns.parser.ParseException
Prints the stack trace to the specified writer.
PropertiesReadHandler - Class in org.pentaho.reporting.libraries.xmlns.parser
A read handler that creates property-structures (name-value-pairs) and returns the properties as java.util.Properties collection.
PropertiesReadHandler() - Constructor for class org.pentaho.reporting.libraries.xmlns.parser.PropertiesReadHandler
Creates a properties read-handler using "property" as child-tagname.
PropertiesReadHandler(String) - Constructor for class org.pentaho.reporting.libraries.xmlns.parser.PropertiesReadHandler
Creates a properties read-handler using the specified propertyTagName as child-tagname.
PropertyReadHandler - Class in org.pentaho.reporting.libraries.xmlns.parser
The Property-ReadHandler reads character data from an element along with a 'name' attribute.
PropertyReadHandler() - Constructor for class org.pentaho.reporting.libraries.xmlns.parser.PropertyReadHandler
The Default-Constructor.
PropertyReadHandler(String, boolean) - Constructor for class org.pentaho.reporting.libraries.xmlns.parser.PropertyReadHandler
 
pushDefaultNamespace(String) - Method in class org.pentaho.reporting.libraries.xmlns.parser.RootXmlReadHandler
Updates the current default namespace.
putAll(AttributeMap<T>) - Method in class org.pentaho.reporting.libraries.xmlns.common.AttributeMap
 

R

RECOGNIZED_BY_DTD - Static variable in interface org.pentaho.reporting.libraries.xmlns.parser.XmlFactoryModule
A constant declaring that the content has been recognized by the declared Document Type Declaration (DTD).
RECOGNIZED_BY_NAMESPACE - Static variable in interface org.pentaho.reporting.libraries.xmlns.parser.XmlFactoryModule
A constant declaring that the content has been recognized by the declared namespace.
RECOGNIZED_BY_TAGNAME - Static variable in interface org.pentaho.reporting.libraries.xmlns.parser.XmlFactoryModule
A constant declaring that the content has been recognized by the tagname of the root-element of the XML-document.
recurse(XmlReadHandler, String, String, Attributes) - Method in class org.pentaho.reporting.libraries.xmlns.parser.RootXmlReadHandler
Start a new handler stack and delegate to another handler.
register(Class<? extends XmlFactoryModule>) - Method in class org.pentaho.reporting.libraries.xmlns.parser.XmlFactoryModuleRegistry
 
registerModule(XmlFactoryModule) - Method in class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlResourceFactory
Registers a factory module for being used during the parsing.
removeAttribute(String, String) - Method in class org.pentaho.reporting.libraries.xmlns.common.AttributeList
Removes the attribute with the given name from the list.
removeNamespaceDeclaration(String) - Method in class org.pentaho.reporting.libraries.xmlns.common.AttributeList
Removes a namespace declaration from this attribute list.
resolveEntity(String, String) - Method in class org.pentaho.reporting.libraries.xmlns.parser.ParserEntityResolver
Allow the application to resolve external entities.
ResourceDataInputSource - Class in org.pentaho.reporting.libraries.xmlns.parser
A SAX InputSource implementation that reads its data from a LibLoader ResourceData object.
ResourceDataInputSource(ResourceData, ResourceManager) - Constructor for class org.pentaho.reporting.libraries.xmlns.parser.ResourceDataInputSource
Creates a new InputSource using the given resource-data and resource-manager as source.
RootXmlReadHandler - Class in org.pentaho.reporting.libraries.xmlns.parser
A base root SAX handler.
RootXmlReadHandler(ResourceManager, ResourceKey, long) - Constructor for class org.pentaho.reporting.libraries.xmlns.parser.RootXmlReadHandler
Creates a new root-handler using the given versioning information and resource-manager.
RootXmlReadHandler(ResourceManager, ResourceKey, ResourceKey, long) - Constructor for class org.pentaho.reporting.libraries.xmlns.parser.RootXmlReadHandler
Creates a new root-handler using the given versioning information and resource-manager.

S

setAdditionalIndent(int) - Method in class org.pentaho.reporting.libraries.xmlns.writer.XmlWriter
 
setAdditionalIndent(int) - Method in class org.pentaho.reporting.libraries.xmlns.writer.XmlWriterSupport
Defines the indent level that should be added to the automaticly computed indentation.
setAlwaysAddNamespace(boolean) - Method in class org.pentaho.reporting.libraries.xmlns.writer.XmlWriter
 
setAlwaysAddNamespace(boolean) - Method in class org.pentaho.reporting.libraries.xmlns.writer.XmlWriterSupport
Defines, whether the XML writer should always add a namespace prefix to the attributes.
setAssumeDefaultNamespace(boolean) - Method in class org.pentaho.reporting.libraries.xmlns.writer.XmlWriter
 
setAssumeDefaultNamespace(boolean) - Method in class org.pentaho.reporting.libraries.xmlns.writer.XmlWriterSupport
Defines, whether attributes of the same namespace as the current element should be written without a prefix.
setAttribute(String, String, String) - Method in class org.pentaho.reporting.libraries.xmlns.common.AttributeList
Defines an attribute.
setAttribute(String, String, T) - Method in class org.pentaho.reporting.libraries.xmlns.common.AttributeMap
Defines the attribute for the given namespace and attribute name.
setByteStream(InputStream) - Method in class org.pentaho.reporting.libraries.xmlns.parser.ResourceDataInputSource
Set the byte stream for this input source.
setDefaultNamespace(String) - Method in class org.pentaho.reporting.libraries.xmlns.parser.AbstractReadHandlerFactory
 
setDefaultNameSpace(String) - Method in class org.pentaho.reporting.libraries.xmlns.parser.DefaultXmlDocumentInfo
Defines the default-namespace declared on the root-element.
setDefaultNamespace(String) - Method in class org.pentaho.reporting.libraries.xmlns.writer.DefaultTagDescription
 
setDeprecatedDTDMessage(String, String) - Method in class org.pentaho.reporting.libraries.xmlns.parser.ParserEntityResolver
Defines that the given public ID should be deprecated and provides a log-message along with the deprecation.
setDocumentLocator(Locator) - Method in class org.pentaho.reporting.libraries.xmlns.parser.RootXmlReadHandler
Receive an object for locating the origin of SAX document events.
setDTDLocation(String, URL) - Method in class org.pentaho.reporting.libraries.xmlns.parser.ParserEntityResolver
Defines a DTD used to validate the report definition.
setDTDLocation(String, String, URL) - Method in class org.pentaho.reporting.libraries.xmlns.parser.ParserEntityResolver
Defines a DTD used to validate the report definition.
setElementHandler(String, String, Class<? extends T>) - Method in class org.pentaho.reporting.libraries.xmlns.parser.AbstractReadHandlerFactory
Adds a configuration entry for the given namespace and tag-name to the tag-descriptions.
setElementHandler(String, Class<? extends T>) - Method in class org.pentaho.reporting.libraries.xmlns.parser.AbstractReadHandlerFactory
Adds a configuration entry for the given namespace and tag-name to the tag-descriptions.
setElementHasCData(String, String, boolean) - Method in class org.pentaho.reporting.libraries.xmlns.writer.DefaultTagDescription
Adds a configuration entry for the given namespace and tag-name to the tag-descriptions.
setElementHasCData(String, boolean) - Method in class org.pentaho.reporting.libraries.xmlns.writer.DefaultTagDescription
Adds a configuration entry for the given namespace and tag-name to the tag-descriptions.
setEncoding(String) - Method in class org.pentaho.reporting.libraries.xmlns.writer.XmlWriter
 
setEncoding(String) - Method in class org.pentaho.reporting.libraries.xmlns.writer.XmlWriterSupport
 
setHelperObject(String, Object) - Method in class org.pentaho.reporting.libraries.xmlns.parser.RootXmlReadHandler
Adds an object to the registry.
setHtmlCompatiblityMode(boolean) - Method in class org.pentaho.reporting.libraries.xmlns.writer.XmlWriter
 
setHtmlCompatiblityMode(boolean) - Method in class org.pentaho.reporting.libraries.xmlns.writer.XmlWriterSupport
Enables or disables the HTML Compatibility mode.
setLineEmpty(boolean) - Method in class org.pentaho.reporting.libraries.xmlns.writer.XmlWriter
 
setLineEmpty(boolean) - Method in class org.pentaho.reporting.libraries.xmlns.writer.XmlWriterSupport
A marker flag to track, wether the current line is empty.
setNamespaceHandler(String, Class<? extends T>) - Method in class org.pentaho.reporting.libraries.xmlns.parser.AbstractReadHandlerFactory
Adds a configuration default for the given namespace to the tag-descriptions.
setNamespaceHasCData(String, boolean) - Method in class org.pentaho.reporting.libraries.xmlns.writer.DefaultTagDescription
Adds a configuration default for the given namespace to the tag-descriptions.
setPublicDTDId(String) - Method in class org.pentaho.reporting.libraries.xmlns.parser.DefaultXmlDocumentInfo
Defines the Public-ID of the Document's DTD (if there's any).
setRootElement(String) - Method in class org.pentaho.reporting.libraries.xmlns.parser.DefaultXmlDocumentInfo
Defines the tag name of the root-level element.
setRootElementAttributes(Attributes) - Method in class org.pentaho.reporting.libraries.xmlns.parser.DefaultXmlDocumentInfo
 
setRootElementNameSpace(String) - Method in class org.pentaho.reporting.libraries.xmlns.parser.DefaultXmlDocumentInfo
Defines the namespace URI for the root-element of the document.
setRootHandler(XmlReadHandler) - Method in class org.pentaho.reporting.libraries.xmlns.parser.RootXmlReadHandler
Sets the root SAX handler.
setSystemDTDId(String) - Method in class org.pentaho.reporting.libraries.xmlns.parser.DefaultXmlDocumentInfo
Defines the System-ID of the document's DTD.
setWriteFinalLinebreak(boolean) - Method in class org.pentaho.reporting.libraries.xmlns.writer.XmlWriter
 
setWriteFinalLinebreak(boolean) - Method in class org.pentaho.reporting.libraries.xmlns.writer.XmlWriterSupport
Defines, whether the written XML file should end with an empty line.
setXmlnsUrisNotAvailable(boolean) - Method in class org.pentaho.reporting.libraries.xmlns.parser.RootXmlReadHandler
Sets a hint that the parser will not be able to return URIs for XML-Namespaces.
startCDATA() - Method in class org.pentaho.reporting.libraries.xmlns.parser.CommentHandler
Report the start of a CDATA section.
startDocument() - Method in class org.pentaho.reporting.libraries.xmlns.parser.RootXmlReadHandler
Starts processing a document.
startDTD(String, String, String) - Method in class org.pentaho.reporting.libraries.xmlns.parser.CommentHandler
Report the start of DTD declarations, if any.
startElement(String, String, Attributes) - Method in class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
This method is called at the start of an element.
startElement(String, String, String, Attributes) - Method in class org.pentaho.reporting.libraries.xmlns.parser.RootXmlReadHandler
Starts processing an element.
startElement(String, String, Attributes) - Method in interface org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler
This method is called at the start of an element.
startEntity(String) - Method in class org.pentaho.reporting.libraries.xmlns.parser.CommentHandler
Report the beginning of some internal and external XML entities.
startParsing(Attributes) - Method in class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
Starts parsing.
startParsing(Attributes) - Method in class org.pentaho.reporting.libraries.xmlns.parser.PropertyReadHandler
Starts parsing.
startParsing(Attributes) - Method in class org.pentaho.reporting.libraries.xmlns.parser.StringReadHandler
Starts parsing.
StringReadHandler - Class in org.pentaho.reporting.libraries.xmlns.parser
A XmlReadHandler that reads character-data for the given element.
StringReadHandler() - Constructor for class org.pentaho.reporting.libraries.xmlns.parser.StringReadHandler
Creates a new handler.

T

TagDescription - Interface in org.pentaho.reporting.libraries.xmlns.writer
A tag-description provides information about xml tags.
toArray() - Method in class org.pentaho.reporting.libraries.xmlns.common.AttributeList
 
toString() - Method in class org.pentaho.reporting.libraries.xmlns.common.AttributeMap.DualKey
 
toString() - Method in class org.pentaho.reporting.libraries.xmlns.common.AttributeMap
 
toString() - Method in class org.pentaho.reporting.libraries.xmlns.parser.DefaultXmlDocumentInfo
Returns a string representation of the document info.
toString() - Method in exception org.pentaho.reporting.libraries.xmlns.parser.ParseException
Override toString to pick up any embedded exception.

U

unwind(String, String) - Method in class org.pentaho.reporting.libraries.xmlns.parser.RootXmlReadHandler
Hand control back to the previous handler.
update(String, String, String) - Method in class org.pentaho.reporting.libraries.xmlns.common.AttributeList.AttributeEntry
 

W

warning(SAXParseException) - Method in class org.pentaho.reporting.libraries.xmlns.parser.LoggingErrorHandler
Receive notification of a warning.
wrapAttributes(Attributes) - Method in class org.pentaho.reporting.libraries.xmlns.parser.RootXmlReadHandler
 
writeCloseTag() - Method in class org.pentaho.reporting.libraries.xmlns.writer.XmlWriter
Writes a closing XML tag.
writeCloseTag(Writer) - Method in class org.pentaho.reporting.libraries.xmlns.writer.XmlWriterSupport
Writes a closing XML tag.
writeComment(String) - Method in class org.pentaho.reporting.libraries.xmlns.writer.XmlWriter
Writes a comment into the generated xml file.
writeComment(Writer, String) - Method in class org.pentaho.reporting.libraries.xmlns.writer.XmlWriterSupport
Writes a comment into the generated xml file.
writeNewLine() - Method in class org.pentaho.reporting.libraries.xmlns.writer.XmlWriter
Writes a linebreak to the writer.
writeNewLine(Writer) - Method in class org.pentaho.reporting.libraries.xmlns.writer.XmlWriterSupport
Writes a linebreak to the writer.
writeStream(Reader) - Method in class org.pentaho.reporting.libraries.xmlns.writer.XmlWriter
Copies the given reader to the character stream.
writeTag(String, String, boolean) - Method in class org.pentaho.reporting.libraries.xmlns.writer.XmlWriter
Writes an opening XML tag that has no attributes.
writeTag(String, String, String, String, boolean) - Method in class org.pentaho.reporting.libraries.xmlns.writer.XmlWriter
Writes an opening XML tag with an attribute/value pair.
writeTag(String, String, AttributeList, boolean) - Method in class org.pentaho.reporting.libraries.xmlns.writer.XmlWriter
Writes an opening XML tag along with a list of attribute/value pairs.
writeTag(Writer, String, String) - Method in class org.pentaho.reporting.libraries.xmlns.writer.XmlWriterSupport
Writes an opening XML tag that has no attributes.
writeTag(Writer, String, String, String, String, boolean) - Method in class org.pentaho.reporting.libraries.xmlns.writer.XmlWriterSupport
Writes an opening XML tag with an attribute/value pair.
writeTag(Writer, String, String, AttributeList, boolean) - Method in class org.pentaho.reporting.libraries.xmlns.writer.XmlWriterSupport
Writes an opening XML tag along with a list of attribute/value pairs.
writeText(String) - Method in class org.pentaho.reporting.libraries.xmlns.writer.XmlWriter
Writes some text to the character stream.
writeTextNormalized(String, boolean) - Method in class org.pentaho.reporting.libraries.xmlns.writer.XmlWriter
Writes the given text into the stream using a streaming xml-normalization method.
writeTextNormalized(Writer, String, boolean) - Method in class org.pentaho.reporting.libraries.xmlns.writer.XmlWriterSupport
Normalizes the given string and writes the result directly to the stream.
writeXmlDeclaration(String) - Method in class org.pentaho.reporting.libraries.xmlns.writer.XmlWriter
Writes the XML declaration that usually appears at the top of every XML file.
writeXmlDeclaration(Writer, String) - Method in class org.pentaho.reporting.libraries.xmlns.writer.XmlWriterSupport
Writes the XML declaration that usually appears at the top of every XML file.

X

XHTML_NAMESPACE - Static variable in class org.pentaho.reporting.libraries.xmlns.LibXmlInfo
The XML-Namespace is used for the 'id' attribute.
XML_NAMESPACE - Static variable in class org.pentaho.reporting.libraries.xmlns.common.AttributeList
A constant containing the XML namespace identifier.
XML_NAMESPACE - Static variable in class org.pentaho.reporting.libraries.xmlns.LibXmlInfo
The XML-Namespace is used for the 'id' attribute.
XmlDocumentInfo - Interface in org.pentaho.reporting.libraries.xmlns.parser
The XmlDocumentInfo class collects basic information about the document that should be parsed.
XmlFactoryModule - Interface in org.pentaho.reporting.libraries.xmlns.parser
The XmlFactoryModule is the base of a plugin-structure to allow parser-multiplexing.
XmlFactoryModuleRegistry - Class in org.pentaho.reporting.libraries.xmlns.parser
A helper class intended to be used by concrete implementations of the AbstractXmlResourceFactory.
XmlFactoryModuleRegistry() - Constructor for class org.pentaho.reporting.libraries.xmlns.parser.XmlFactoryModuleRegistry
 
XMLNS_NAMESPACE - Static variable in class org.pentaho.reporting.libraries.xmlns.common.AttributeList
A constant containing the XML-Namespace namespace identifier.
XmlReadHandler - Interface in org.pentaho.reporting.libraries.xmlns.parser
A handler for reading an XML element.
XmlWriter - Class in org.pentaho.reporting.libraries.xmlns.writer
A class for writing XML to a character stream.
XmlWriter(Writer) - Constructor for class org.pentaho.reporting.libraries.xmlns.writer.XmlWriter
Creates a new XML writer for the specified character stream.
XmlWriter(Writer, TagDescription) - Constructor for class org.pentaho.reporting.libraries.xmlns.writer.XmlWriter
Default Constructor.
XmlWriter(Writer, String) - Constructor for class org.pentaho.reporting.libraries.xmlns.writer.XmlWriter
Creates a new XML writer for the specified character stream.
XmlWriter(Writer, TagDescription, String) - Constructor for class org.pentaho.reporting.libraries.xmlns.writer.XmlWriter
Creates a new XMLWriter instance.
XmlWriter(Writer, TagDescription, String, String) - Constructor for class org.pentaho.reporting.libraries.xmlns.writer.XmlWriter
Creates a new XMLWriter instance.
XmlWriterSupport - Class in org.pentaho.reporting.libraries.xmlns.writer
A support class for writing XML files.
XmlWriterSupport() - Constructor for class org.pentaho.reporting.libraries.xmlns.writer.XmlWriterSupport
Default Constructor.
XmlWriterSupport(TagDescription, String) - Constructor for class org.pentaho.reporting.libraries.xmlns.writer.XmlWriterSupport
Creates a new support instance.
XmlWriterSupport(TagDescription, String, String) - Constructor for class org.pentaho.reporting.libraries.xmlns.writer.XmlWriterSupport
Create a new XmlWriterSupport instance.
A B C D E F G H I K L M N O P R S T U W X 
Skip navigation links

Copyright © 2019 Hitachi Vantara. All rights reserved.