A C D E G I N P R S V X

A

accept(PageElementVisitor) - Method in class net.trajano.twiff.renderer.ComponentElement
Accepts a visitor that should visit the page data.
accept(PageElementVisitor) - Method in class net.trajano.twiff.renderer.DocumentElement
Accepts a visitor that should visit the page data.
accept(PageElementVisitor) - Method in class net.trajano.twiff.renderer.IncludeElement
Accepts the visitor that was loaded.
accept(PageElementVisitor) - Method in interface net.trajano.twiff.renderer.PageElement
Accepts a visitor that should visit the page data.
accept(PageElementVisitor) - Method in class net.trajano.twiff.renderer.ProcessingInstructionElement
Accepts a visitor that should visit the page data.
accept(PageElementVisitor) - Method in class net.trajano.twiff.renderer.RemovedElement
Does nothing since this would be ignored.
accept(PageElementVisitor) - Method in class net.trajano.twiff.renderer.SimpleElement
Accepts a visitor that should visit the page data.
accept(PageElementVisitor) - Method in class net.trajano.twiff.renderer.StringElement
Accepts a visitor that should visit the page data.
addElement(PageElement) - Method in class net.trajano.twiff.renderer.ComponentElement
 
addElement(PageElement) - Method in interface net.trajano.twiff.renderer.CompositePageElement
Append page data to the composite.
addElement(PageElement) - Method in class net.trajano.twiff.renderer.DocumentElement
 
addElement(PageElement) - Method in class net.trajano.twiff.renderer.IncludeElement
 
addElement(PageElement) - Method in class net.trajano.twiff.renderer.RemovedElement
Does nothing.
addElement(PageElement) - Method in class net.trajano.twiff.renderer.SimpleElement
 

C

characters(char[], int, int) - Method in class net.trajano.twiff.renderer.XmlRendererHandler
 
comment(char[], int, int) - Method in class net.trajano.twiff.renderer.XmlRendererHandler
 
Component - Interface in net.trajano.twiff.renderer
 
ComponentElement - Class in net.trajano.twiff.renderer
This is an element that has a component.
ComponentElement(String, String, List<String>, Map<String, String>) - Constructor for class net.trajano.twiff.renderer.ComponentElement
Constructs the element.
CompositePageElement - Interface in net.trajano.twiff.renderer
A page data that contains other page data.

D

DocumentElement - Class in net.trajano.twiff.renderer
This is the document level element.
DocumentElement() - Constructor for class net.trajano.twiff.renderer.DocumentElement
This is a constructor used for testing.
doGet(HttpServletRequest, HttpServletResponse) - Method in class net.trajano.twiff.renderer.XmlRenderer
 

E

ElementBuilderException - Exception in net.trajano.twiff.renderer
This exception is thrown when there is a problem building an element.
ElementBuilderException(Locator, String, String, String, Attributes) - Constructor for exception net.trajano.twiff.renderer.ElementBuilderException
 
ElementBuilderException(Locator, String, String, String, Attributes, Exception) - Constructor for exception net.trajano.twiff.renderer.ElementBuilderException
 
endCDATA() - Method in class net.trajano.twiff.renderer.XmlRendererHandler
 
endComponentElement(ComponentElement, String, Map<String, String>, List<PageElement>) - Method in interface net.trajano.twiff.renderer.PageElementVisitor
 
endDocument(DocumentElement) - Method in interface net.trajano.twiff.renderer.PageElementVisitor
Invoked when the document ends.
endDocument() - Method in class net.trajano.twiff.renderer.XmlRendererHandler
 
endDTD() - Method in class net.trajano.twiff.renderer.XmlRendererHandler
 
endElement(String, String, String) - Method in class net.trajano.twiff.renderer.XmlRendererHandler
 
endEntity(String) - Method in class net.trajano.twiff.renderer.XmlRendererHandler
 
endPrefixMapping(String) - Method in class net.trajano.twiff.renderer.XmlRendererHandler
 
endSimpleElement(SimpleElement, String, Map<String, String>, List<PageElement>) - Method in interface net.trajano.twiff.renderer.PageElementVisitor
Ends a simple element.
evaluate(String, String) - Method in interface net.trajano.twiff.renderer.Component
This method evaluates the component.
evaluate(String, String) - Method in class net.trajano.twiff.renderer.component.Property
 

G

getAttributes() - Method in class net.trajano.twiff.renderer.ComponentElement
Returns the attributes.
getAttributes() - Method in class net.trajano.twiff.renderer.SimpleElement
Returns the attributes.
getColumnNumber() - Method in class net.trajano.twiff.renderer.ComponentElement
 
getColumnNumber() - Method in class net.trajano.twiff.renderer.DocumentElement
 
getColumnNumber() - Method in class net.trajano.twiff.renderer.IncludeElement
 
getColumnNumber() - Method in interface net.trajano.twiff.renderer.PageElement
Return the column number where the current page element ends.
getColumnNumber() - Method in class net.trajano.twiff.renderer.ProcessingInstructionElement
 
getColumnNumber() - Method in class net.trajano.twiff.renderer.RemovedElement
 
getColumnNumber() - Method in class net.trajano.twiff.renderer.SimpleElement
 
getColumnNumber() - Method in class net.trajano.twiff.renderer.StringElement
 
getComponentName() - Method in class net.trajano.twiff.renderer.ComponentElement
 
getContent() - Method in class net.trajano.twiff.renderer.StringElement
Returns the content of the string page data.
getData() - Method in class net.trajano.twiff.renderer.ProcessingInstructionElement
Returns the content of the string page data.
getElementName() - Method in class net.trajano.twiff.renderer.ComponentElement
 
getElements() - Method in class net.trajano.twiff.renderer.ComponentElement
Returns the sub-elements in the element.
getElements() - Method in interface net.trajano.twiff.renderer.CompositePageElement
 
getElements() - Method in class net.trajano.twiff.renderer.DocumentElement
Returns the sub-elements in the element.
getElements() - Method in class net.trajano.twiff.renderer.IncludeElement
 
getElements() - Method in class net.trajano.twiff.renderer.RemovedElement
Returns the sub-elements in the element.
getElements() - Method in class net.trajano.twiff.renderer.SimpleElement
Returns the sub-elements in the element.
getLineNumber() - Method in class net.trajano.twiff.renderer.ComponentElement
 
getLineNumber() - Method in class net.trajano.twiff.renderer.DocumentElement
 
getLineNumber() - Method in class net.trajano.twiff.renderer.IncludeElement
 
getLineNumber() - Method in interface net.trajano.twiff.renderer.PageElement
Return the line number where the current page element ends.
getLineNumber() - Method in class net.trajano.twiff.renderer.ProcessingInstructionElement
 
getLineNumber() - Method in class net.trajano.twiff.renderer.RemovedElement
 
getLineNumber() - Method in class net.trajano.twiff.renderer.SimpleElement
 
getLineNumber() - Method in class net.trajano.twiff.renderer.StringElement
 
getLocator() - Method in exception net.trajano.twiff.renderer.ElementBuilderException
This returns the locator associated with the exception.
getParameters() - Method in class net.trajano.twiff.renderer.ComponentElement
 

I

ignorableWhitespace(char[], int, int) - Method in class net.trajano.twiff.renderer.XmlRendererHandler
 
IncludeElement - Class in net.trajano.twiff.renderer
This is a simple element that has no components.
IncludeElement(PageElement) - Constructor for class net.trajano.twiff.renderer.IncludeElement
Constructs the element.

N

net.trajano.twiff.renderer - package net.trajano.twiff.renderer
 
net.trajano.twiff.renderer.component - package net.trajano.twiff.renderer.component
 

P

PageElement - Interface in net.trajano.twiff.renderer
 
PageElementVisitor - Interface in net.trajano.twiff.renderer
Performs operation on a page data.
processingInstruction(String, String) - Method in class net.trajano.twiff.renderer.XmlRendererHandler
 
ProcessingInstructionElement - Class in net.trajano.twiff.renderer
A page data that contains a string.
ProcessingInstructionElement(String, String) - Constructor for class net.trajano.twiff.renderer.ProcessingInstructionElement
Constructs the element.
Property - Class in net.trajano.twiff.renderer.component
 
Property() - Constructor for class net.trajano.twiff.renderer.component.Property
 

R

RemovedElement - Class in net.trajano.twiff.renderer
This is a simple element that is removed from the tree.
RemovedElement() - Constructor for class net.trajano.twiff.renderer.RemovedElement
This is a simplified constructor used for testing.

S

setDocumentLocator(Locator) - Method in class net.trajano.twiff.renderer.XmlRendererHandler
 
SimpleElement - Class in net.trajano.twiff.renderer
This is a simple element that has no components.
SimpleElement(String) - Constructor for class net.trajano.twiff.renderer.SimpleElement
This is a simplified constructor used for testing.
SimpleElement(String, Map<String, String>) - Constructor for class net.trajano.twiff.renderer.SimpleElement
Constructs the element.
skippedEntity(String) - Method in class net.trajano.twiff.renderer.XmlRendererHandler
 
startCDATA() - Method in class net.trajano.twiff.renderer.XmlRendererHandler
 
startComponentElement(ComponentElement, String, Map<String, String>, List<PageElement>) - Method in interface net.trajano.twiff.renderer.PageElementVisitor
 
startDocument(DocumentElement) - Method in interface net.trajano.twiff.renderer.PageElementVisitor
Invoked when the document is started.
startDocument() - Method in class net.trajano.twiff.renderer.XmlRendererHandler
 
startDTD(String, String, String) - Method in class net.trajano.twiff.renderer.XmlRendererHandler
 
startElement(String, String, String, Attributes) - Method in class net.trajano.twiff.renderer.XmlRendererHandler
This starts an element.
startEntity(String) - Method in class net.trajano.twiff.renderer.XmlRendererHandler
Does nothing.
startPrefixMapping(String, String) - Method in class net.trajano.twiff.renderer.XmlRendererHandler
Does nothing.
startSimpleElement(SimpleElement, String, Map<String, String>, List<PageElement>) - Method in interface net.trajano.twiff.renderer.PageElementVisitor
Start of a simple element.
StringElement - Class in net.trajano.twiff.renderer
A page data that contains a string.
StringElement(String) - Constructor for class net.trajano.twiff.renderer.StringElement
Constructs the element.

V

visitComponentEmptyElement(ComponentElement, String, Map<String, String>) - Method in interface net.trajano.twiff.renderer.PageElementVisitor
 
visitProcessingInstructionElement(ProcessingInstructionElement, String, String) - Method in interface net.trajano.twiff.renderer.PageElementVisitor
Visits a processing instruction element.
visitSimpleEmptyElement(SimpleElement, String, Map<String, String>) - Method in interface net.trajano.twiff.renderer.PageElementVisitor
Visits an element that has no body.
visitStringPageElement(StringElement, String) - Method in interface net.trajano.twiff.renderer.PageElementVisitor
Visits a StringElement object.

X

XmlRenderer - Class in net.trajano.twiff.renderer
 
XmlRenderer() - Constructor for class net.trajano.twiff.renderer.XmlRenderer
 
XmlRendererHandler - Class in net.trajano.twiff.renderer
 
XmlRendererHandler(HttpServletResponse) - Constructor for class net.trajano.twiff.renderer.XmlRendererHandler
 
XmlRendererHandler(PrintWriter) - Constructor for class net.trajano.twiff.renderer.XmlRendererHandler
 

A C D E G I N P R S V X

Copyright © 2004-2005 trajano.net. All Rights Reserved.