A B C D E F G I L N O P Q R S T U X

A

AbstractSAXConsumer - Class in org.apache.cocoon.xml.sax
This abstract class provides default implementation of the methods specified by the ContentHandler and the LexicalHandler interface.
AbstractSAXConsumer() - Constructor for class org.apache.cocoon.xml.sax.AbstractSAXConsumer
 
AbstractSAXPipe - Class in org.apache.cocoon.xml.sax
This class provides a bridge class to connect to existing content handlers and lexical handlers.
AbstractSAXPipe() - Constructor for class org.apache.cocoon.xml.sax.AbstractSAXPipe
 
AbstractSAXProducer - Class in org.apache.cocoon.xml.sax
This abstract class provides utility methods to implement a producer for SAX events..
AbstractSAXProducer() - Constructor for class org.apache.cocoon.xml.sax.AbstractSAXProducer
 
addAttribute(String, String, String, String, String) - Method in class org.apache.cocoon.xml.sax.ImmutableAttributesImpl
 
addBit(SAXBuffer.SaxBit) - Method in class org.apache.cocoon.xml.sax.SAXBuffer
Adds a SaxBit to the bits list
addCDATAAttribute(String, String) - Method in class org.apache.cocoon.xml.sax.AttributesImpl
Add an attribute of type CDATA with empty Namespace to the end of the list.
addCDATAAttribute(String, String, String) - Method in class org.apache.cocoon.xml.sax.AttributesImpl
Add an attribute of type CDATA with the namespace to the end of the list.
addCDATAAttribute(String, String, String, String) - Method in class org.apache.cocoon.xml.sax.AttributesImpl
Add an attribute of type CDATA to the end of the list.
addDeclaration(String, String) - Method in class org.apache.cocoon.xml.sax.NamespacesTable
Declare a new namespace prefix-uri mapping.
AttributesImpl - Class in org.apache.cocoon.xml.sax
A helper Class creating SAX Attributes
AttributesImpl() - Constructor for class org.apache.cocoon.xml.sax.AttributesImpl
Constructor
AttributesImpl(Attributes) - Constructor for class org.apache.cocoon.xml.sax.AttributesImpl
Constructor
AttributeTypes - Interface in org.apache.cocoon.xml.sax
Insert the type's description here.
attrs - Variable in class org.apache.cocoon.xml.sax.SAXBuffer.StartElement
 

B

bits() - Method in class org.apache.cocoon.xml.sax.SAXBuffer
Iterates through the bits list

C

CDATA - Static variable in interface org.apache.cocoon.xml.sax.AttributeTypes
 
ch - Variable in class org.apache.cocoon.xml.sax.SAXBuffer.Characters
 
ch - Variable in class org.apache.cocoon.xml.sax.SAXBuffer.Comment
 
ch - Variable in class org.apache.cocoon.xml.sax.SAXBuffer.IgnorableWhitespace
 
characters(char[], int, int) - Method in class org.apache.cocoon.xml.sax.AbstractSAXConsumer
Receive notification of character data.
characters(char[], int, int) - Method in class org.apache.cocoon.xml.sax.AbstractSAXPipe
Receive notification of character data.
characters(char[], int, int) - Method in class org.apache.cocoon.xml.sax.SAXBuffer
 
clear() - Method in class org.apache.cocoon.xml.sax.ImmutableAttributesImpl
 
clear() - Method in class org.apache.cocoon.xml.sax.NamespacesTable
Clear and reinitialize this namespace table before reuse.
comment(char[], int, int) - Method in class org.apache.cocoon.xml.sax.AbstractSAXConsumer
Report an XML comment anywhere in the document.
comment(char[], int, int) - Method in class org.apache.cocoon.xml.sax.AbstractSAXPipe
Report an XML comment anywhere in the document.
comment(char[], int, int) - Method in class org.apache.cocoon.xml.sax.DefaultLexicalHandler
 
comment(char[], int, int) - Method in class org.apache.cocoon.xml.sax.EmbeddedSAXPipe
Ignore all comment events if between startDTD/endDTD events.
comment(char[], int, int) - Method in class org.apache.cocoon.xml.sax.SAXBuffer
 
contentHandler - Variable in class org.apache.cocoon.xml.sax.AbstractSAXProducer
The ContentHandler receiving SAX events.
createElement(ContentHandler, String) - Static method in class org.apache.cocoon.xml.sax.SAXUtils
Create a start and endElement with a empty Namespace and without Attributes
createElement(ContentHandler, String, String) - Static method in class org.apache.cocoon.xml.sax.SAXUtils
Create a start and endElement with a empty Namespace and without Attributes The content of the Element is set to the stringValue parameter
createElement(ContentHandler, String, Attributes) - Static method in class org.apache.cocoon.xml.sax.SAXUtils
Create a start and endElement with a empty Namespace
createElement(ContentHandler, String, Attributes, String) - Static method in class org.apache.cocoon.xml.sax.SAXUtils
Create a start and endElement with a empty Namespace The content of the Element is set to the stringValue parameter
createElementNS(ContentHandler, String, String) - Static method in class org.apache.cocoon.xml.sax.SAXUtils
Create a start and endElement without Attributes
createElementNS(ContentHandler, String, String, String) - Static method in class org.apache.cocoon.xml.sax.SAXUtils
Create a start and endElement without Attributes The content of the Element is set to the stringValue parameter
createElementNS(ContentHandler, String, String, Attributes) - Static method in class org.apache.cocoon.xml.sax.SAXUtils
Create a start and endElement
createElementNS(ContentHandler, String, String, Attributes, String) - Static method in class org.apache.cocoon.xml.sax.SAXUtils
Create a start and endElement with a empty Namespace The content of the Element is set to the stringValue parameter
currentElementInfo - Variable in class org.apache.cocoon.xml.dom.DOMStreamer.NamespaceNormalizingDOMStreamer
Information about the current element.

D

data - Variable in class org.apache.cocoon.xml.sax.SAXBuffer.PI
 
data(ContentHandler, String) - Static method in class org.apache.cocoon.xml.sax.SAXUtils
Add string data
defaultDOMStreamer - Variable in class org.apache.cocoon.xml.dom.DOMStreamer
DOMStreamer used when namespace normalization should not explicitely happen.
DefaultLexicalHandler - Class in org.apache.cocoon.xml.sax
Default implementation of SAX's LexicalHandler interface.
DefaultLexicalHandler() - Constructor for class org.apache.cocoon.xml.sax.DefaultLexicalHandler
 
DOMBuilder - Class in org.apache.cocoon.xml.dom
The DOMBuilder is a utility class that will generate a W3C DOM Document from SAX events.
DOMBuilder() - Constructor for class org.apache.cocoon.xml.dom.DOMBuilder
Construct a new instance of this DOMBuilder.
DOMBuilder(SAXTransformerFactory) - Constructor for class org.apache.cocoon.xml.dom.DOMBuilder
Construct a new instance of this DOMBuilder.
DOMBuilder(DOMBuilder.Listener) - Constructor for class org.apache.cocoon.xml.dom.DOMBuilder
Construct a new instance of this DOMBuilder.
DOMBuilder(Node) - Constructor for class org.apache.cocoon.xml.dom.DOMBuilder
Constructs a new instance that appends nodes to the given parent node.
DOMBuilder(DOMBuilder.Listener, Node) - Constructor for class org.apache.cocoon.xml.dom.DOMBuilder
Construct a new instance of this DOMBuilder.
DOMBuilder(SAXTransformerFactory, DOMBuilder.Listener, Node) - Constructor for class org.apache.cocoon.xml.dom.DOMBuilder
Construct a new instance of this DOMBuilder.
DOMBuilder.Listener - Interface in org.apache.cocoon.xml.dom
The Listener interface must be implemented by those objects willing to be notified of a successful DOM tree generation.
DOMStreamer - Class in org.apache.cocoon.xml.dom
The DOMStreamer is a utility class that will generate SAX events from a W3C DOM Document.
DOMStreamer() - Constructor for class org.apache.cocoon.xml.dom.DOMStreamer
Create a new DOMStreamer instance.
DOMStreamer(ContentHandler) - Constructor for class org.apache.cocoon.xml.dom.DOMStreamer
Create a new DOMStreamer instance.
DOMStreamer.DefaultDOMStreamer - Class in org.apache.cocoon.xml.dom
The DefaultDOMStreamer is a utility class that will generate SAX events from a W3C DOM Document.
DOMStreamer.DefaultDOMStreamer() - Constructor for class org.apache.cocoon.xml.dom.DOMStreamer.DefaultDOMStreamer
 
DOMStreamer.NamespaceNormalizingDOMStreamer - Class in org.apache.cocoon.xml.dom
Streams a DOM tree to SAX events and normalizes namespace declarations on the way.
DOMStreamer.NamespaceNormalizingDOMStreamer() - Constructor for class org.apache.cocoon.xml.dom.DOMStreamer.NamespaceNormalizingDOMStreamer
 
DOMStreamer.NamespaceNormalizingDOMStreamer.ElementInfo - Class in org.apache.cocoon.xml.dom
 
DOMStreamer.NamespaceNormalizingDOMStreamer.ElementInfo(DOMStreamer.NamespaceNormalizingDOMStreamer.ElementInfo) - Constructor for class org.apache.cocoon.xml.dom.DOMStreamer.NamespaceNormalizingDOMStreamer.ElementInfo
 
dump(Writer) - Method in class org.apache.cocoon.xml.sax.SAXBuffer.Characters
 
dump(Writer) - Method in class org.apache.cocoon.xml.sax.SAXBuffer.Comment
 
dump(Writer) - Method in class org.apache.cocoon.xml.sax.SAXBuffer
Dump buffer contents into the provided writer.
dump(Writer) - Method in class org.apache.cocoon.xml.sax.SAXBuffer.EndCDATA
 
dump(Writer) - Method in class org.apache.cocoon.xml.sax.SAXBuffer.EndDocument
 
dump(Writer) - Method in class org.apache.cocoon.xml.sax.SAXBuffer.EndDTD
 
dump(Writer) - Method in class org.apache.cocoon.xml.sax.SAXBuffer.EndElement
 
dump(Writer) - Method in class org.apache.cocoon.xml.sax.SAXBuffer.EndEntity
 
dump(Writer) - Method in class org.apache.cocoon.xml.sax.SAXBuffer.EndPrefixMapping
 
dump(Writer) - Method in class org.apache.cocoon.xml.sax.SAXBuffer.IgnorableWhitespace
 
dump(Writer) - Method in class org.apache.cocoon.xml.sax.SAXBuffer.PI
 
dump(Writer) - Method in class org.apache.cocoon.xml.sax.SAXBuffer.SkippedEntity
 
dump(Writer) - Method in class org.apache.cocoon.xml.sax.SAXBuffer.StartCDATA
 
dump(Writer) - Method in class org.apache.cocoon.xml.sax.SAXBuffer.StartDocument
 
dump(Writer) - Method in class org.apache.cocoon.xml.sax.SAXBuffer.StartDTD
 
dump(Writer) - Method in class org.apache.cocoon.xml.sax.SAXBuffer.StartElement
 
dump(Writer) - Method in class org.apache.cocoon.xml.sax.SAXBuffer.StartEntity
 
dump(Writer) - Method in class org.apache.cocoon.xml.sax.SAXBuffer.StartPrefixMapping
 
dump(Writer) - Method in class org.apache.cocoon.xml.sax.SAXBuffer.XMLizableBit
 

E

EmbeddedSAXPipe - Class in org.apache.cocoon.xml.sax
This class implements a ContentHandler for embedding a full SAX event stream into an existing stream of SAX events.
EmbeddedSAXPipe(ContentHandler) - Constructor for class org.apache.cocoon.xml.sax.EmbeddedSAXPipe
Creates an EmbeddedXMLPipe that writes into the given ContentHandler.
EMPTY_ATTRIBUTES - Static variable in class org.apache.cocoon.xml.sax.SAXUtils
Empty attributes immutable object.
EMPTY_CONTENT_HANDLER - Static variable in class org.apache.cocoon.xml.sax.AbstractSAXProducer
Empty, do-nothing content handler
endCDATA() - Method in class org.apache.cocoon.xml.sax.AbstractSAXConsumer
Report the end of a CDATA section.
endCDATA() - Method in class org.apache.cocoon.xml.sax.AbstractSAXPipe
Report the end of a CDATA section.
endCDATA() - Method in class org.apache.cocoon.xml.sax.DefaultLexicalHandler
 
endCDATA() - Method in class org.apache.cocoon.xml.sax.SAXBuffer
 
endDocument() - Method in class org.apache.cocoon.xml.dom.DOMBuilder
Receive notification of the end of a document.
endDocument() - Method in class org.apache.cocoon.xml.sax.AbstractSAXConsumer
Receive notification of the end of a document.
endDocument() - Method in class org.apache.cocoon.xml.sax.AbstractSAXPipe
Receive notification of the end of a document.
endDocument() - Method in class org.apache.cocoon.xml.sax.EmbeddedSAXPipe
Ignore the endDocument event: this method does nothing.
endDocument() - Method in class org.apache.cocoon.xml.sax.SAXBuffer
 
endDTD() - Method in class org.apache.cocoon.xml.sax.AbstractSAXConsumer
Report the end of DTD declarations.
endDTD() - Method in class org.apache.cocoon.xml.sax.AbstractSAXPipe
Report the end of DTD declarations.
endDTD() - Method in class org.apache.cocoon.xml.sax.DefaultLexicalHandler
 
endDTD() - Method in class org.apache.cocoon.xml.sax.EmbeddedSAXPipe
Ignore the endDTD event: this method does nothing.
endDTD() - Method in class org.apache.cocoon.xml.sax.SAXBuffer
 
endElement(String, String, String) - Method in class org.apache.cocoon.xml.sax.AbstractSAXConsumer
Receive notification of the end of an element.
endElement(String, String, String) - Method in class org.apache.cocoon.xml.sax.AbstractSAXPipe
Receive notification of the end of an element.
endElement(String, String, String) - Method in class org.apache.cocoon.xml.sax.SAXBuffer
 
endElement(ContentHandler, String) - Static method in class org.apache.cocoon.xml.sax.SAXUtils
Create endElement with empty Namespace For information on the names, see startElement.
endElement(ContentHandler, String, String) - Static method in class org.apache.cocoon.xml.sax.SAXUtils
Create endElement Prefix must be mapped to empty String For information on the names, see startElement.
endEntity(String) - Method in class org.apache.cocoon.xml.sax.AbstractSAXConsumer
Report the end of an entity.
endEntity(String) - Method in class org.apache.cocoon.xml.sax.AbstractSAXPipe
Report the end of an entity.
endEntity(String) - Method in class org.apache.cocoon.xml.sax.DefaultLexicalHandler
 
endEntity(String) - Method in class org.apache.cocoon.xml.sax.SAXBuffer
 
endNode(Node) - Method in class org.apache.cocoon.xml.dom.DOMStreamer.NamespaceNormalizingDOMStreamer
End processing of given node
endPrefixMapping(String) - Method in class org.apache.cocoon.xml.sax.AbstractSAXConsumer
End the scope of a prefix-URI mapping.
endPrefixMapping(String) - Method in class org.apache.cocoon.xml.sax.AbstractSAXPipe
End the scope of a prefix-URI mapping.
endPrefixMapping(String) - Method in class org.apache.cocoon.xml.sax.SAXBuffer
 
enterScope() - Method in class org.apache.cocoon.xml.sax.NamespacesTable
Enter a new scope.
enterScope(ContentHandler) - Method in class org.apache.cocoon.xml.sax.NamespacesTable
Start all declared mappings of the current scope and enter a new scope.
ENTITIES - Static variable in interface org.apache.cocoon.xml.sax.AttributeTypes
 
ENTITY - Static variable in interface org.apache.cocoon.xml.sax.AttributeTypes
 

F

FACTORY - Static variable in class org.apache.cocoon.xml.dom.DOMBuilder
The default transformer factory shared by all instances
factory - Variable in class org.apache.cocoon.xml.dom.DOMBuilder
The transformer factory
findNamespaceURI(String) - Method in class org.apache.cocoon.xml.dom.DOMStreamer.NamespaceNormalizingDOMStreamer.ElementInfo
Finds a namespace declaration on this element or containing elements.
findPrefix(String) - Method in class org.apache.cocoon.xml.dom.DOMStreamer.NamespaceNormalizingDOMStreamer.ElementInfo
Finds a prefix declaration on this element or containing elements.

G

getBits() - Method in class org.apache.cocoon.xml.sax.SAXBuffer
 
getCurrentScopeDeclarations() - Method in class org.apache.cocoon.xml.sax.NamespacesTable
Get the declarations that were declared within the current scope.
getDocument() - Method in class org.apache.cocoon.xml.dom.DOMBuilder
Return the newly built Document.
getLocalName() - Method in interface org.apache.cocoon.xml.sax.NamespacesTable.Name
Return the namespace local name.
getNamespaceForPrefix(String, Element) - Method in class org.apache.cocoon.xml.dom.DOMStreamer.NamespaceNormalizingDOMStreamer
Searches the namespace for a given namespace prefix starting from a given Element.
getNamespaceURI(String) - Method in class org.apache.cocoon.xml.dom.DOMStreamer.NamespaceNormalizingDOMStreamer.ElementInfo
Finds a namespace URI declared on this element.
getPrefix(String) - Method in class org.apache.cocoon.xml.dom.DOMStreamer.NamespaceNormalizingDOMStreamer.ElementInfo
Finds a prefix declared on this element.
getPrefix() - Method in interface org.apache.cocoon.xml.sax.NamespacesTable.Declaration
Return the namespace prefix.
getPrefix(String) - Method in class org.apache.cocoon.xml.sax.NamespacesTable
Return one of the prefixes currently mapped to the specified URI or null.
getPrefix() - Method in interface org.apache.cocoon.xml.sax.NamespacesTable.Name
Return the namespace prefix.
getPrefixes(String) - Method in class org.apache.cocoon.xml.sax.NamespacesTable
Return an array with all prefixes currently mapped to the specified URI.
getQName() - Method in interface org.apache.cocoon.xml.sax.NamespacesTable.Name
Return the namespace raw name.
getUri() - Method in interface org.apache.cocoon.xml.sax.NamespacesTable.Declaration
Return the namespace URI.
getUri(String) - Method in class org.apache.cocoon.xml.sax.NamespacesTable
Return the URI associated with the given prefix or null if the prefix was not mapped.
getUri() - Method in interface org.apache.cocoon.xml.sax.NamespacesTable.Name
Return the namespace URI.

I

ID - Static variable in interface org.apache.cocoon.xml.sax.AttributeTypes
 
IDREF - Static variable in interface org.apache.cocoon.xml.sax.AttributeTypes
 
IDREFS - Static variable in interface org.apache.cocoon.xml.sax.AttributeTypes
 
ignorableWhitespace(char[], int, int) - Method in class org.apache.cocoon.xml.sax.AbstractSAXConsumer
Receive notification of ignorable whitespace in element content.
ignorableWhitespace(char[], int, int) - Method in class org.apache.cocoon.xml.sax.AbstractSAXPipe
Receive notification of ignorable whitespace in element content.
ignorableWhitespace(char[], int, int) - Method in class org.apache.cocoon.xml.sax.SAXBuffer
 
ImmutableAttributesImpl - Class in org.apache.cocoon.xml.sax
Immutable attributes
ImmutableAttributesImpl() - Constructor for class org.apache.cocoon.xml.sax.ImmutableAttributesImpl
 
ImmutableAttributesImpl(Attributes) - Constructor for class org.apache.cocoon.xml.sax.ImmutableAttributesImpl
 
isEmpty() - Method in class org.apache.cocoon.xml.sax.SAXBuffer
 
isNormalizeNamespaces() - Method in class org.apache.cocoon.xml.dom.DOMStreamer
 

L

leaveScope() - Method in class org.apache.cocoon.xml.sax.NamespacesTable
Leave a scope.
leaveScope(ContentHandler) - Method in class org.apache.cocoon.xml.sax.NamespacesTable
Leave a scope.
lexicalHandler - Variable in class org.apache.cocoon.xml.sax.AbstractSAXProducer
The LexicalHandler receiving SAX events.
listener - Variable in class org.apache.cocoon.xml.dom.DOMBuilder
The listener
localName - Variable in class org.apache.cocoon.xml.dom.DOMStreamer.NamespaceNormalizingDOMStreamer.ElementInfo
 
localName - Variable in class org.apache.cocoon.xml.sax.SAXBuffer.EndElement
 
localName - Variable in class org.apache.cocoon.xml.sax.SAXBuffer.StartElement
 

N

NAME - Static variable in interface org.apache.cocoon.xml.sax.AttributeTypes
 
name - Variable in class org.apache.cocoon.xml.sax.SAXBuffer.EndEntity
 
name - Variable in class org.apache.cocoon.xml.sax.SAXBuffer.SkippedEntity
 
name - Variable in class org.apache.cocoon.xml.sax.SAXBuffer.StartDTD
 
name - Variable in class org.apache.cocoon.xml.sax.SAXBuffer.StartEntity
 
NAMES - Static variable in interface org.apache.cocoon.xml.sax.AttributeTypes
 
namespaceDeclarations - Variable in class org.apache.cocoon.xml.dom.DOMStreamer.NamespaceNormalizingDOMStreamer.ElementInfo
 
namespaceNormalizingDOMStreamer - Variable in class org.apache.cocoon.xml.dom.DOMStreamer
DOMStreamer used in case of namespace normalization.
NamespacesTable - Class in org.apache.cocoon.xml.sax
Keeps track of namespaces declarations and resolve namespaces names.
NamespacesTable() - Constructor for class org.apache.cocoon.xml.sax.NamespacesTable
Construct a new NamespacesTable instance.
NamespacesTable.Declaration - Interface in org.apache.cocoon.xml.sax
A namespace declaration.
NamespacesTable.Name - Interface in org.apache.cocoon.xml.sax
A namespace-aware name.
namespaceURI - Variable in class org.apache.cocoon.xml.dom.DOMStreamer.NamespaceNormalizingDOMStreamer.ElementInfo
 
namespaceURI - Variable in class org.apache.cocoon.xml.sax.SAXBuffer.EndElement
 
namespaceURI - Variable in class org.apache.cocoon.xml.sax.SAXBuffer.StartElement
 
newPrefixCounter - Variable in class org.apache.cocoon.xml.dom.DOMStreamer.NamespaceNormalizingDOMStreamer
Counter used when generating new namespace prefixes.
NMTOKEN - Static variable in interface org.apache.cocoon.xml.sax.AttributeTypes
 
NMTOKENS - Static variable in interface org.apache.cocoon.xml.sax.AttributeTypes
 
normalizeNamespaces - Variable in class org.apache.cocoon.xml.dom.DOMStreamer
Indicates whether namespace normalization should happen.
NOTATION - Static variable in interface org.apache.cocoon.xml.sax.AttributeTypes
 
notify(Document) - Method in interface org.apache.cocoon.xml.dom.DOMBuilder.Listener
Receive notification of a successfully completed DOM tree generation.
notifyListener() - Method in class org.apache.cocoon.xml.dom.DOMBuilder
Receive notification of a successfully completed DOM tree generation.
NULL_HANDLER - Static variable in class org.apache.cocoon.xml.sax.DefaultLexicalHandler
Shared instance that can be used when lexical events should be ignored.
NUMBER - Static variable in interface org.apache.cocoon.xml.sax.AttributeTypes
 
NUMBERS - Static variable in interface org.apache.cocoon.xml.sax.AttributeTypes
 
NUTOKEN - Static variable in interface org.apache.cocoon.xml.sax.AttributeTypes
 
NUTOKENS - Static variable in interface org.apache.cocoon.xml.sax.AttributeTypes
 

O

org.apache.cocoon.xml.dom - package org.apache.cocoon.xml.dom
 
org.apache.cocoon.xml.sax - package org.apache.cocoon.xml.sax
 

P

parent - Variable in class org.apache.cocoon.xml.dom.DOMStreamer.NamespaceNormalizingDOMStreamer.ElementInfo
 
parentNode - Variable in class org.apache.cocoon.xml.dom.DOMBuilder
The parentNode
prefix - Variable in class org.apache.cocoon.xml.sax.SAXBuffer.EndPrefixMapping
 
prefix - Variable in class org.apache.cocoon.xml.sax.SAXBuffer.StartPrefixMapping
 
processingInstruction(String, String) - Method in class org.apache.cocoon.xml.sax.AbstractSAXConsumer
Receive notification of a processing instruction.
processingInstruction(String, String) - Method in class org.apache.cocoon.xml.sax.AbstractSAXPipe
Receive notification of a processing instruction.
processingInstruction(String, String) - Method in class org.apache.cocoon.xml.sax.SAXBuffer
 
publicId - Variable in class org.apache.cocoon.xml.sax.SAXBuffer.StartDTD
 
put(String, String) - Method in class org.apache.cocoon.xml.dom.DOMStreamer.NamespaceNormalizingDOMStreamer.ElementInfo
Declare a new namespace prefix on this element, possibly overriding an existing one.

Q

qName - Variable in class org.apache.cocoon.xml.dom.DOMStreamer.NamespaceNormalizingDOMStreamer.ElementInfo
 
qName - Variable in class org.apache.cocoon.xml.sax.SAXBuffer.EndElement
 
qName - Variable in class org.apache.cocoon.xml.sax.SAXBuffer.StartElement
 

R

recycle() - Method in class org.apache.cocoon.xml.dom.DOMBuilder
Recycle this builder, prepare for re-use.
recycle() - Method in class org.apache.cocoon.xml.dom.DOMStreamer.NamespaceNormalizingDOMStreamer
 
recycle() - Method in class org.apache.cocoon.xml.dom.DOMStreamer
 
recycle() - Method in class org.apache.cocoon.xml.sax.AbstractSAXProducer
Recycle the producer by removing references, and resetting handlers to null (empty) implementations.
recycle() - Method in class org.apache.cocoon.xml.sax.SAXBuffer
Clear this buffer
removeAttribute(String) - Method in class org.apache.cocoon.xml.sax.AttributesImpl
Remove an attribute
removeAttribute(String, String) - Method in class org.apache.cocoon.xml.sax.AttributesImpl
Remove an attribute
removeAttribute(int) - Method in class org.apache.cocoon.xml.sax.ImmutableAttributesImpl
 
removeDeclaration(String) - Method in class org.apache.cocoon.xml.sax.NamespacesTable
Undeclare a namespace prefix-uri mapping.
resolve(String, String, String, String) - Method in class org.apache.cocoon.xml.sax.NamespacesTable
Resolve a namespace-aware name against the current namespaces declarations.
result - Variable in class org.apache.cocoon.xml.dom.DOMBuilder
The result

S

saxbits - Variable in class org.apache.cocoon.xml.sax.SAXBuffer
Stores list of SaxBit objects.
SAXBuffer - Class in org.apache.cocoon.xml.sax
A class that can record SAX events and replay them later.
SAXBuffer() - Constructor for class org.apache.cocoon.xml.sax.SAXBuffer
Creates empty SaxBuffer
SAXBuffer(List<SAXBuffer.SaxBit>) - Constructor for class org.apache.cocoon.xml.sax.SAXBuffer
Creates SaxBuffer based on the provided bits list.
SAXBuffer(SAXBuffer) - Constructor for class org.apache.cocoon.xml.sax.SAXBuffer
Creates copy of another SaxBuffer
saxBuffer(SAXBuffer) - Method in class org.apache.cocoon.xml.sax.SAXBuffer
Add a another buffer
SAXBuffer.Characters - Class in org.apache.cocoon.xml.sax
 
SAXBuffer.Characters(char[], int, int) - Constructor for class org.apache.cocoon.xml.sax.SAXBuffer.Characters
 
SAXBuffer.Comment - Class in org.apache.cocoon.xml.sax
 
SAXBuffer.Comment(char[], int, int) - Constructor for class org.apache.cocoon.xml.sax.SAXBuffer.Comment
 
SAXBuffer.EndCDATA - Class in org.apache.cocoon.xml.sax
 
SAXBuffer.EndCDATA() - Constructor for class org.apache.cocoon.xml.sax.SAXBuffer.EndCDATA
 
SAXBuffer.EndDocument - Class in org.apache.cocoon.xml.sax
 
SAXBuffer.EndDocument() - Constructor for class org.apache.cocoon.xml.sax.SAXBuffer.EndDocument
 
SAXBuffer.EndDTD - Class in org.apache.cocoon.xml.sax
 
SAXBuffer.EndDTD() - Constructor for class org.apache.cocoon.xml.sax.SAXBuffer.EndDTD
 
SAXBuffer.EndElement - Class in org.apache.cocoon.xml.sax
 
SAXBuffer.EndElement(String, String, String) - Constructor for class org.apache.cocoon.xml.sax.SAXBuffer.EndElement
 
SAXBuffer.EndEntity - Class in org.apache.cocoon.xml.sax
 
SAXBuffer.EndEntity(String) - Constructor for class org.apache.cocoon.xml.sax.SAXBuffer.EndEntity
 
SAXBuffer.EndPrefixMapping - Class in org.apache.cocoon.xml.sax
 
SAXBuffer.EndPrefixMapping(String) - Constructor for class org.apache.cocoon.xml.sax.SAXBuffer.EndPrefixMapping
 
SAXBuffer.IgnorableWhitespace - Class in org.apache.cocoon.xml.sax
 
SAXBuffer.IgnorableWhitespace(char[], int, int) - Constructor for class org.apache.cocoon.xml.sax.SAXBuffer.IgnorableWhitespace
 
SAXBuffer.PI - Class in org.apache.cocoon.xml.sax
 
SAXBuffer.PI(String, String) - Constructor for class org.apache.cocoon.xml.sax.SAXBuffer.PI
 
SAXBuffer.SkippedEntity - Class in org.apache.cocoon.xml.sax
 
SAXBuffer.SkippedEntity(String) - Constructor for class org.apache.cocoon.xml.sax.SAXBuffer.SkippedEntity
 
SAXBuffer.StartCDATA - Class in org.apache.cocoon.xml.sax
 
SAXBuffer.StartCDATA() - Constructor for class org.apache.cocoon.xml.sax.SAXBuffer.StartCDATA
 
SAXBuffer.StartDocument - Class in org.apache.cocoon.xml.sax
 
SAXBuffer.StartDocument() - Constructor for class org.apache.cocoon.xml.sax.SAXBuffer.StartDocument
 
SAXBuffer.StartDTD - Class in org.apache.cocoon.xml.sax
 
SAXBuffer.StartDTD(String, String, String) - Constructor for class org.apache.cocoon.xml.sax.SAXBuffer.StartDTD
 
SAXBuffer.StartElement - Class in org.apache.cocoon.xml.sax
 
SAXBuffer.StartElement(String, String, String, Attributes) - Constructor for class org.apache.cocoon.xml.sax.SAXBuffer.StartElement
 
SAXBuffer.StartEntity - Class in org.apache.cocoon.xml.sax
 
SAXBuffer.StartEntity(String) - Constructor for class org.apache.cocoon.xml.sax.SAXBuffer.StartEntity
 
SAXBuffer.StartPrefixMapping - Class in org.apache.cocoon.xml.sax
 
SAXBuffer.StartPrefixMapping(String, String) - Constructor for class org.apache.cocoon.xml.sax.SAXBuffer.StartPrefixMapping
 
SAXBuffer.XMLizableBit - Class in org.apache.cocoon.xml.sax
 
SAXBuffer.XMLizableBit(SAXBuffer) - Constructor for class org.apache.cocoon.xml.sax.SAXBuffer.XMLizableBit
 
SAXUtils - Class in org.apache.cocoon.xml.sax
XML utility methods.
SAXUtils() - Constructor for class org.apache.cocoon.xml.sax.SAXUtils
 
send(ContentHandler) - Method in class org.apache.cocoon.xml.sax.SAXBuffer.Characters
 
send(ContentHandler) - Method in class org.apache.cocoon.xml.sax.SAXBuffer.Comment
 
send(ContentHandler) - Method in class org.apache.cocoon.xml.sax.SAXBuffer.EndCDATA
 
send(ContentHandler) - Method in class org.apache.cocoon.xml.sax.SAXBuffer.EndDocument
 
send(ContentHandler) - Method in class org.apache.cocoon.xml.sax.SAXBuffer.EndDTD
 
send(ContentHandler) - Method in class org.apache.cocoon.xml.sax.SAXBuffer.EndElement
 
send(ContentHandler) - Method in class org.apache.cocoon.xml.sax.SAXBuffer.EndEntity
 
send(ContentHandler) - Method in class org.apache.cocoon.xml.sax.SAXBuffer.EndPrefixMapping
 
send(ContentHandler) - Method in class org.apache.cocoon.xml.sax.SAXBuffer.IgnorableWhitespace
 
send(ContentHandler) - Method in class org.apache.cocoon.xml.sax.SAXBuffer.PI
 
send(ContentHandler) - Method in class org.apache.cocoon.xml.sax.SAXBuffer.SkippedEntity
 
send(ContentHandler) - Method in class org.apache.cocoon.xml.sax.SAXBuffer.StartCDATA
 
send(ContentHandler) - Method in class org.apache.cocoon.xml.sax.SAXBuffer.StartDocument
 
send(ContentHandler) - Method in class org.apache.cocoon.xml.sax.SAXBuffer.StartDTD
 
send(ContentHandler) - Method in class org.apache.cocoon.xml.sax.SAXBuffer.StartElement
 
send(ContentHandler) - Method in class org.apache.cocoon.xml.sax.SAXBuffer.StartEntity
 
send(ContentHandler) - Method in class org.apache.cocoon.xml.sax.SAXBuffer.StartPrefixMapping
 
send(ContentHandler) - Method in class org.apache.cocoon.xml.sax.SAXBuffer.XMLizableBit
 
setAttribute(int, String, String, String, String, String) - Method in class org.apache.cocoon.xml.sax.ImmutableAttributesImpl
 
setAttributes(Attributes) - Method in class org.apache.cocoon.xml.sax.ImmutableAttributesImpl
 
setContentHandler(ContentHandler) - Method in class org.apache.cocoon.xml.dom.DOMStreamer
Set the ContentHandler that will receive XML data.
setContentHandler(ContentHandler) - Method in class org.apache.cocoon.xml.sax.AbstractSAXProducer
Set the ContentHandler that will receive XML data.
setDocumentLocator(Locator) - Method in class org.apache.cocoon.xml.sax.AbstractSAXConsumer
Receive an object for locating the origin of SAX document events.
setDocumentLocator(Locator) - Method in class org.apache.cocoon.xml.sax.AbstractSAXPipe
Receive an object for locating the origin of SAX document events.
setDocumentLocator(Locator) - Method in class org.apache.cocoon.xml.sax.SAXBuffer
 
setLocalName(int, String) - Method in class org.apache.cocoon.xml.sax.ImmutableAttributesImpl
 
setNormalizeNamespaces(boolean) - Method in class org.apache.cocoon.xml.dom.DOMStreamer
 
setQName(int, String) - Method in class org.apache.cocoon.xml.sax.ImmutableAttributesImpl
 
setType(int, String) - Method in class org.apache.cocoon.xml.sax.ImmutableAttributesImpl
 
setURI(int, String) - Method in class org.apache.cocoon.xml.sax.ImmutableAttributesImpl
 
setValue(int, String) - Method in class org.apache.cocoon.xml.sax.ImmutableAttributesImpl
 
SINGLETON - Static variable in class org.apache.cocoon.xml.sax.SAXBuffer.EndCDATA
 
SINGLETON - Static variable in class org.apache.cocoon.xml.sax.SAXBuffer.EndDocument
 
SINGLETON - Static variable in class org.apache.cocoon.xml.sax.SAXBuffer.EndDTD
 
SINGLETON - Static variable in class org.apache.cocoon.xml.sax.SAXBuffer.StartCDATA
 
SINGLETON - Static variable in class org.apache.cocoon.xml.sax.SAXBuffer.StartDocument
 
skippedEntity(String) - Method in class org.apache.cocoon.xml.sax.AbstractSAXConsumer
Receive notification of a skipped entity.
skippedEntity(String) - Method in class org.apache.cocoon.xml.sax.AbstractSAXPipe
Receive notification of a skipped entity.
skippedEntity(String) - Method in class org.apache.cocoon.xml.sax.SAXBuffer
 
startCDATA() - Method in class org.apache.cocoon.xml.sax.AbstractSAXConsumer
Report the start of a CDATA section.
startCDATA() - Method in class org.apache.cocoon.xml.sax.AbstractSAXPipe
Report the start of a CDATA section.
startCDATA() - Method in class org.apache.cocoon.xml.sax.DefaultLexicalHandler
 
startCDATA() - Method in class org.apache.cocoon.xml.sax.SAXBuffer
 
startDocument() - Method in class org.apache.cocoon.xml.sax.AbstractSAXConsumer
Receive notification of the beginning of a document.
startDocument() - Method in class org.apache.cocoon.xml.sax.AbstractSAXPipe
Receive notification of the beginning of a document.
startDocument() - Method in class org.apache.cocoon.xml.sax.EmbeddedSAXPipe
Ignore the startDocument event: this method does nothing.
startDocument() - Method in class org.apache.cocoon.xml.sax.SAXBuffer
 
startDTD(String, String, String) - Method in class org.apache.cocoon.xml.sax.AbstractSAXConsumer
Report the start of DTD declarations, if any.
startDTD(String, String, String) - Method in class org.apache.cocoon.xml.sax.AbstractSAXPipe
Report the start of DTD declarations, if any.
startDTD(String, String, String) - Method in class org.apache.cocoon.xml.sax.DefaultLexicalHandler
 
startDTD(String, String, String) - Method in class org.apache.cocoon.xml.sax.EmbeddedSAXPipe
Ignore the startDTD event: this method does nothing.
startDTD(String, String, String) - Method in class org.apache.cocoon.xml.sax.SAXBuffer
 
startElement(String, String, String, Attributes) - Method in class org.apache.cocoon.xml.sax.AbstractSAXConsumer
Receive notification of the beginning of an element.
startElement(String, String, String, Attributes) - Method in class org.apache.cocoon.xml.sax.AbstractSAXPipe
Receive notification of the beginning of an element.
startElement(String, String, String, Attributes) - Method in class org.apache.cocoon.xml.sax.SAXBuffer
 
startElement(ContentHandler, String) - Static method in class org.apache.cocoon.xml.sax.SAXUtils
Create a startElement with a empty Namespace and without Attributes
startElement(ContentHandler, String, String) - Static method in class org.apache.cocoon.xml.sax.SAXUtils
Create a startElement without Attributes Prefix must be mapped to empty String
startElement(ContentHandler, String, Attributes) - Static method in class org.apache.cocoon.xml.sax.SAXUtils
Create a startElement with a empty Namespace
startElement(ContentHandler, String, String, Attributes) - Static method in class org.apache.cocoon.xml.sax.SAXUtils
Create a startElement with a empty Namespace Prefix must be mapped to empty String
startEntity(String) - Method in class org.apache.cocoon.xml.sax.AbstractSAXConsumer
Report the beginning of an entity.
startEntity(String) - Method in class org.apache.cocoon.xml.sax.AbstractSAXPipe
Report the beginning of an entity.
startEntity(String) - Method in class org.apache.cocoon.xml.sax.DefaultLexicalHandler
 
startEntity(String) - Method in class org.apache.cocoon.xml.sax.SAXBuffer
 
startNode(Node) - Method in class org.apache.cocoon.xml.dom.DOMStreamer.NamespaceNormalizingDOMStreamer
Start processing given node
startPrefixMapping(String, String) - Method in class org.apache.cocoon.xml.sax.AbstractSAXConsumer
Begin the scope of a prefix-URI Namespace mapping.
startPrefixMapping(String, String) - Method in class org.apache.cocoon.xml.sax.AbstractSAXPipe
Begin the scope of a prefix-URI Namespace mapping.
startPrefixMapping(String, String) - Method in class org.apache.cocoon.xml.sax.SAXBuffer
 
stream(Node) - Method in class org.apache.cocoon.xml.dom.DOMStreamer.DefaultDOMStreamer
Start the production of SAX events.
stream(Node) - Method in class org.apache.cocoon.xml.dom.DOMStreamer.NamespaceNormalizingDOMStreamer
Start the production of SAX events.
stream(Node) - Method in class org.apache.cocoon.xml.dom.DOMStreamer
Start the production of SAX events.
systemId - Variable in class org.apache.cocoon.xml.sax.SAXBuffer.StartDTD
 

T

target - Variable in class org.apache.cocoon.xml.sax.SAXBuffer.PI
 
toSAX(ContentHandler) - Method in class org.apache.cocoon.xml.sax.SAXBuffer
Stream this buffer into the provided content handler.
toString(StringBuffer) - Method in class org.apache.cocoon.xml.sax.SAXBuffer.Characters
 
toString() - Method in class org.apache.cocoon.xml.sax.SAXBuffer
 
transformer - Variable in class org.apache.cocoon.xml.dom.DOMStreamer.DefaultDOMStreamer
The private transformer for this instance

U

update(Attributes, String, String) - Static method in class org.apache.cocoon.xml.sax.AttributesImpl
Utility method to update the value of the named attribute.
updateCDATAAttribute(String, String) - Method in class org.apache.cocoon.xml.sax.AttributesImpl
Update or add an attribute of type CDATA with empty Namespace.
uri - Variable in class org.apache.cocoon.xml.sax.SAXBuffer.StartPrefixMapping
 

X

xml - Variable in class org.apache.cocoon.xml.sax.SAXBuffer.XMLizableBit
 

A B C D E F G I L N O P Q R S T U X

Copyright © 1999-2009 The Apache Software Foundation. All Rights Reserved.