A C E G H I L N O R S T X

A

add(Object) - Method in class org.apache.anakia.NodeList
 
add(int, Object) - Method in class org.apache.anakia.NodeList
 
addAll(Collection) - Method in class org.apache.anakia.NodeList
 
addAll(int, Collection) - Method in class org.apache.anakia.NodeList
 
allElements(Element) - Method in class org.apache.anakia.TreeWalker
Creates a new Vector and walks the Element tree.
AnakiaElement - Class in org.apache.anakia
A JDOM Element that is tailored for Anakia needs.
AnakiaElement(String, Namespace) - Constructor for class org.apache.anakia.AnakiaElement
This will create a new AnakiaElement with the supplied (local) name, and define the Namespace to be used.
AnakiaElement(String) - Constructor for class org.apache.anakia.AnakiaElement
This will create an AnakiaElement in no Namespace.
AnakiaElement(String, String) - Constructor for class org.apache.anakia.AnakiaElement
This will create a new AnakiaElement with the supplied (local) name, and specifies the URI of the Namespace the Element should be in, resulting it being unprefixed (in the default namespace).
AnakiaElement(String, String, String) - Constructor for class org.apache.anakia.AnakiaElement
This will create a new AnakiaElement with the supplied (local) name, and specifies the prefix and URI of the Namespace the Element should be in.
AnakiaJDOMFactory - Class in org.apache.anakia
A customized JDOMFactory for Anakia that produces AnakiaElement instances instead of ordinary JDOM Element instances.
AnakiaJDOMFactory() - Constructor for class org.apache.anakia.AnakiaJDOMFactory
 
AnakiaTask - Class in org.apache.anakia
The purpose of this Ant Task is to allow you to use Velocity as an XML transformation tool like XSLT is.
AnakiaTask() - Constructor for class org.apache.anakia.AnakiaTask
Constructor creates the SAXBuilder.
AnakiaTask.Context - Class in org.apache.anakia
A context implementation that loads all values from an XML file.
AnakiaTask.Context() - Constructor for class org.apache.anakia.AnakiaTask.Context
Public constructor.
applyTo(String, Document) - Method in class org.apache.anakia.XPathTool
Apply an XPath to a JDOM Document
applyTo(String, Element) - Method in class org.apache.anakia.XPathTool
Apply an XPath to a JDOM Element
applyTo(String, List) - Method in class org.apache.anakia.XPathTool
Apply an XPath to a nodeset

C

clear() - Method in class org.apache.anakia.NodeList
 
clone() - Method in class org.apache.anakia.NodeList
Returns a NodeList that contains the same nodes as this node list.
contains(Object) - Method in class org.apache.anakia.NodeList
 
containsAll(Collection) - Method in class org.apache.anakia.NodeList
 
createContext() - Method in class org.apache.anakia.AnakiaTask
Create a new context.

E

element(String, Namespace) - Method in class org.apache.anakia.AnakiaJDOMFactory
 
element(String) - Method in class org.apache.anakia.AnakiaJDOMFactory
 
element(String, String) - Method in class org.apache.anakia.AnakiaJDOMFactory
 
element(String, String, String) - Method in class org.apache.anakia.AnakiaJDOMFactory
 
equals(Object) - Method in class org.apache.anakia.NodeList
Tests for equality with another object.
Escape - Class in org.apache.anakia
This class is for escaping CDATA sections.
Escape() - Constructor for class org.apache.anakia.Escape
Empty constructor
execute() - Method in class org.apache.anakia.AnakiaTask
Main body of the application

G

get(int) - Method in class org.apache.anakia.NodeList
 
getAttributes() - Method in class org.apache.anakia.AnakiaElement
This returns the complete set of attributes for this element, as a NodeList of Attribute objects in no particular order, or an empty list if there are none.
getChildren() - Method in class org.apache.anakia.AnakiaElement
This returns a NodeList of all the child elements nested directly (one level deep) within this element, as Element objects.
getChildren(String) - Method in class org.apache.anakia.AnakiaElement
This returns a NodeList of all the child elements nested directly (one level deep) within this element with the given local name and belonging to no namespace, returned as Element objects.
getChildren(String, Namespace) - Method in class org.apache.anakia.AnakiaElement
This returns a NodeList of all the child elements nested directly (one level deep) within this element with the given local name and belonging to the given Namespace, returned as Element objects.
getContent() - Method in class org.apache.anakia.AnakiaElement
This returns the full content of the element as a NodeList which may contain objects of type String, Element, Comment, ProcessingInstruction, CDATA, and EntityRef.
getContextDocument() - Method in class org.apache.anakia.AnakiaTask.Context
Retrieve the context document object.
getLastModified() - Method in class org.apache.anakia.AnakiaTask.Context
Retrieve the time the source file was last modified.
getList() - Method in class org.apache.anakia.NodeList
Retrieves the underlying list used to store the nodes.
getName() - Method in class org.apache.anakia.AnakiaTask.Context
Get the name of the context.
getText(String) - Static method in class org.apache.anakia.Escape
Do the escaping.

H

hashCode() - Method in class org.apache.anakia.NodeList
Returns the hash code of the contained list.

I

indexOf(Object) - Method in class org.apache.anakia.NodeList
 
isEmpty() - Method in class org.apache.anakia.NodeList
 
iterator() - Method in class org.apache.anakia.NodeList
 

L

lastIndexOf(Object) - Method in class org.apache.anakia.NodeList
 
LINE_SEPARATOR - Static variable in class org.apache.anakia.Escape
 
listIterator() - Method in class org.apache.anakia.NodeList
 
listIterator(int) - Method in class org.apache.anakia.NodeList
 

N

NodeList - Class in org.apache.anakia
Provides a class for wrapping a list of JDOM objects primarily for use in template engines and other kinds of text transformation tools.
NodeList() - Constructor for class org.apache.anakia.NodeList
Creates an empty node list.
NodeList(Document) - Constructor for class org.apache.anakia.NodeList
Creates a node list that holds a single Document node.
NodeList(Element) - Constructor for class org.apache.anakia.NodeList
Creates a node list that holds a single Element node.
NodeList(List) - Constructor for class org.apache.anakia.NodeList
Creates a node list that holds a list of nodes.
NodeList(List, boolean) - Constructor for class org.apache.anakia.NodeList
Creates a node list that holds a list of nodes.

O

org.apache.anakia - package org.apache.anakia
 
outputString(Element, boolean) - Method in class org.apache.anakia.OutputWrapper
This method walks an Element tree into a String.
OutputWrapper - Class in org.apache.anakia
This class extends XMLOutputter in order to provide a way to walk an Element tree into a String.
OutputWrapper() - Constructor for class org.apache.anakia.OutputWrapper
Empty constructor
OutputWrapper(Format) - Constructor for class org.apache.anakia.OutputWrapper
 

R

remove(int) - Method in class org.apache.anakia.NodeList
 
remove(Object) - Method in class org.apache.anakia.NodeList
 
removeAll(Collection) - Method in class org.apache.anakia.NodeList
 
retainAll(Collection) - Method in class org.apache.anakia.NodeList
 

S

selectNodes(String) - Method in class org.apache.anakia.AnakiaElement
Applies an XPath expression to this element and returns the resulting node list.
selectNodes(String) - Method in class org.apache.anakia.NodeList
Applies an XPath expression to the node list and returns the resulting node list.
set(int, Object) - Method in class org.apache.anakia.NodeList
 
setBasedir(File) - Method in class org.apache.anakia.AnakiaTask
Set the base directory.
setDestdir(File) - Method in class org.apache.anakia.AnakiaTask
Set the destination directory into which the VSL result files should be copied to
setExtension(String) - Method in class org.apache.anakia.AnakiaTask
Allow people to set the default output file extension
setFile(String) - Method in class org.apache.anakia.AnakiaTask.Context
Build the context based on a file path.
setLastModifiedCheck(String) - Method in class org.apache.anakia.AnakiaTask
Turn on/off last modified checking.
setName(String) - Method in class org.apache.anakia.AnakiaTask.Context
Set the name of the context.
setProjectFile(String) - Method in class org.apache.anakia.AnakiaTask
Allow people to set the path to the project.xml file
setStyle(String) - Method in class org.apache.anakia.AnakiaTask
Allow people to set the path to the .vsl file
setTemplatePath(File) - Method in class org.apache.anakia.AnakiaTask
Set the path to the templates.
setVelocityPropertiesFile(File) - Method in class org.apache.anakia.AnakiaTask
Allow people to set the path to the velocity.properties file This file is found relative to the path where the JVM was run.
size() - Method in class org.apache.anakia.NodeList
 
subList(int, int) - Method in class org.apache.anakia.NodeList
 

T

toArray() - Method in class org.apache.anakia.NodeList
 
toArray(Object[]) - Method in class org.apache.anakia.NodeList
 
toString() - Method in class org.apache.anakia.AnakiaElement
Returns the XML serialized form of this element, as produced by the default XMLOutputter.
toString() - Method in class org.apache.anakia.NodeList
This method returns the string resulting from concatenation of string representations of its nodes.
TreeWalker - Class in org.apache.anakia
This class allows you to walk a tree of JDOM Element objects.
TreeWalker() - Constructor for class org.apache.anakia.TreeWalker
Empty constructor

X

XPathTool - Class in org.apache.anakia
This class adds an entrypoint into XPath functionality, for Anakia.
XPathTool() - Constructor for class org.apache.anakia.XPathTool
Constructor does nothing, as this is mostly just objectified static methods

A C E G H I L N O R S T X

Copyright © 2007 The Apache Software Foundation. All Rights Reserved.