All Packages  Class Hierarchy

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Index of all Fields and Methods

A

ADD. Static variable in class com.kvisco.xsl.AdditiveExpr
add(int, Node). Method in class com.kvisco.xsl.NodeSet
Adds the specified Node to the NodeSet at the specified index, as long as the Node is not already contained within the set
add(int, Object). Method in class com.kvisco.util.List
Adds the specified Object to the list at the specified index
add(Node). Method in class com.kvisco.xsl.NodeSet
Adds the specified Node to this NodeSet if it is not already contained within in this NodeSet.
add(NodeSet). Method in class com.kvisco.xsl.NodeSet
Copies the Set of nodes from nodeSet into this NodeSet;
add(Object). Method in class com.kvisco.util.List
Adds the specified Object to the list
addAttributeSet(AttributeSet). Method in class com.kvisco.xsl.XSLStylesheet
Adds the given AttributeSet to this stylesheet
addExpr(Expr). Method in class com.kvisco.xsl.AttributeValueTemplate
Adds the given Expr to this AttributeValueTemplate.
addExprParameter(Expr). Method in class com.kvisco.xsl.functions.FunctionCall
addId(Id). Method in class com.kvisco.xsl.XSLStylesheet
Adds a new Id for the specified element type to the list of IDs for this element type stylesheet.
addId(String). Method in class com.kvisco.xsl.XSLStylesheet
Adds a new Id to the list of IDs for this stylesheet for all elements.
addId(String, String). Method in class com.kvisco.xsl.XSLStylesheet
Adds a new Id for the specified element type to the list of IDs for this element type stylesheet.
ADDITION_OP. Static variable in class com.kvisco.xsl.util.ExprLexer
ADDITION_OP. Static variable in class com.kvisco.xsl.Names
ADDITION_OP. Static variable in class com.kvisco.xsl.util.Token
AdditiveExpr(Expr, Expr). Constructor for class com.kvisco.xsl.AdditiveExpr
Creates a new AdditiveExpr using the default operator
AdditiveExpr(Expr, Expr, short). Constructor for class com.kvisco.xsl.AdditiveExpr
Creates a new AdditiveExpr
AdditiveExpr(Expr, Expr, String). Constructor for class com.kvisco.xsl.AdditiveExpr
Creates a new AdditiveExpr
addMessageObserver(MessageObserver). Method in class com.kvisco.xsl.RuleProcessor
Adds the given MessageObserver to this processors list of MessageObservers
addMessageObserver(MessageObserver). Method in class com.kvisco.xsl.XSLProcessor
Adds the given MessageObserver to this processors list of MessageObservers
addPI(ProcessingInstruction). Method in class com.kvisco.xsl.XSLStylesheet
Adds the ProcessingInstruction to this Stylesheet.
addPredicate(Expr). Method in class com.kvisco.xsl.FilterBase
Adds the given Expression to this FilterBase's predicate List.
addScript(XSLScript). Method in class com.kvisco.xsl.XSLStylesheet
Adds a new global level XSLScript to this stylesheet.
addTemplate(TemplateRule). Method in class com.kvisco.xsl.XSLStylesheet
Adds a new TemplateRule to the list of rules for this stylesheet.
addToResultTree(Node). Method in class com.kvisco.xsl.ProcessorCallback
Adds the given node as a child to the current element in the result tree
addVariable(Variable). Method in class com.kvisco.xsl.XSLStylesheet
Adds a new string constant to the list of defined constants for this stylesheet.
advance(int). Method in class com.kvisco.xsl.util.ExprLexer
Advances the index of this tokenizer ahead by the given offset
advance(int). Method in class com.kvisco.util.Tokenizer
Advances the index of this tokenizer ahead by the given offset
AlphaNumberFormat(boolean). Constructor for class org.mitre.tjt.text.AlphaNumberFormat
Creates a new AlphaNumberFormat object.
AMOUNT_ATTR. Static variable in class com.kvisco.xsl.Names
ANCESTOR_OP. Static variable in class com.kvisco.xsl.FilterBase
ANCESTOR_OP. Static variable in class com.kvisco.xsl.util.Token
ANCESTORS_AXIS. Static variable in class com.kvisco.xsl.Names
ANCESTORS_AXIS. Static variable in class com.kvisco.xsl.util.Token
ANCESTORS_OR_SELF. Static variable in class com.kvisco.xsl.util.Token
ANCESTORS_OR_SELF_AXIS. Static variable in class com.kvisco.xsl.Names
AND_OPNAME. Static variable in class com.kvisco.xsl.Names
AND_OPNAME. Static variable in class com.kvisco.xsl.util.Token
AndExpr(Expr, Expr). Constructor for class com.kvisco.xsl.AndExpr
ANY_VALUE. Static variable in class com.kvisco.xsl.Names
AnyNodeExpr(). Constructor for class com.kvisco.xsl.AnyNodeExpr
appendAction(XSLObject). Method in class com.kvisco.xsl.AttributeSet
Overrides appendAction in XSLObject to only allow valid XSLObjects for this XSLObject
appendAction(XSLObject). Method in class com.kvisco.xsl.XSLCallTemplate
Appends the given XSLObject to this XSLObject's list of actions
appendAction(XSLObject). Method in class com.kvisco.xsl.XSLObject
Appends the given XSLObject to this XSLObject's list of actions
appendAction(XSLObject). Method in class com.kvisco.xsl.XSLScript
Overrides XSLObject#appendAction to only allow XSLText or XSLCData Objects
appendAction(XSLObject). Method in class com.kvisco.xsl.XSLStylesheet
Adds the given XSLObject to this Stylesheet.
The following elements are valid:
   xsl:attribute-set
   xsl:constant
   xsl:id
   xsl:import
   xsl:include
   xsl:macro
   xsl:template
   xsl:preserve-space
   xsl:strip-space

 The following proprietary elemens are also valid:
   xsl:script
 

  
appendData(String). Method in class com.kvisco.xsl.XSLCData
Appends the given String to the existing data of this XSLText
appendData(String). Method in class com.kvisco.xsl.XSLScript
appendData(String). Method in class com.kvisco.xsl.XSLText
Appends the given String to the existing data of this XSLText
APPLY_IMPORTS. Static variable in class com.kvisco.xsl.Names
APPLY_IMPORTS. Static variable in class com.kvisco.xsl.XSLObject
APPLY_TEMPLATES. Static variable in class com.kvisco.xsl.Names
APPLY_TEMPLATES. Static variable in class com.kvisco.xsl.XSLObject
AREA. Static variable in class com.kvisco.xml.HTMLPrinter
ARG. Static variable in class com.kvisco.xsl.XSLObject
ASCENDING_ORDER. Static variable in class com.kvisco.xsl.XSLSort
The ascending order value
AT_SYMBOL. Static variable in class com.kvisco.xsl.util.ExprLexer
AT_SYMBOL. Static variable in class com.kvisco.xsl.util.Token
ATTRIBUTE. Static variable in class com.kvisco.xsl.Names
ATTRIBUTE. Static variable in class com.kvisco.xsl.XSLObject
ATTRIBUTE_ATTR. Static variable in class com.kvisco.xsl.Names
ATTRIBUTE_EXPR. Static variable in interface com.kvisco.xsl.NodeExpr
ATTRIBUTE_SET. Static variable in class com.kvisco.xsl.Names
ATTRIBUTE_SET. Static variable in class com.kvisco.xsl.XSLObject
ATTRIBUTE_SET_ATTR. Static variable in class com.kvisco.xsl.Names
AttributeExpr(String). Constructor for class com.kvisco.xsl.AttributeExpr
ATTRIBUTES_AXIS. Static variable in class com.kvisco.xsl.Names
ATTRIBUTES_AXIS. Static variable in class com.kvisco.xsl.util.Token
AttributeSet(XSLStylesheet, String). Constructor for class com.kvisco.xsl.AttributeSet
Creates a new AttributeSet
AttributeValueTemplate(). Constructor for class com.kvisco.xsl.AttributeValueTemplate
Creates an empty AttributeValueTemplate
AttributeValueTemplate(String). Constructor for class com.kvisco.xsl.AttributeValueTemplate
Creates an AttributeValueTemplate using the given String
AxisIdentifier(). Constructor for class com.kvisco.xsl.AxisIdentifier

B

BASE. Static variable in class com.kvisco.xml.HTMLPrinter
BASEFONT. Static variable in class com.kvisco.xml.HTMLPrinter
BasicHTMLFormatter(). Constructor for class com.kvisco.xsl.BasicHTMLFormatter
Creates a new BasicHTMLFormatter
BLOCK_LEVEL_BOX_TAG. Static variable in class com.kvisco.xsl.Formatter
The tag name of a block-level-box formatting object
BLOCK_LEVEL_BOX_TYPE. Static variable in class com.kvisco.xsl.Formatter
An int value denoting a block-level-box formatting object
BLOCK_TAG. Static variable in class com.kvisco.xsl.Formatter
The tag name of a block formatting object
BLOCK_TYPE. Static variable in class com.kvisco.xsl.Formatter
An int value denoting a block formatting object
BOOLEAN. Static variable in interface com.kvisco.xsl.Expr
BOOLEAN. Static variable in interface com.kvisco.xsl.ExprResult
BOOLEAN_FN. Static variable in class com.kvisco.xsl.Names
BooleanFunctionCall(). Constructor for class com.kvisco.xsl.functions.BooleanFunctionCall
Creates a new BooleanFunctionCall
BooleanResult(). Constructor for class com.kvisco.xsl.BooleanResult
Creates a new BooleanResult with the default value
BooleanResult(boolean). Constructor for class com.kvisco.xsl.BooleanResult
Creates a new BooleanResult with the given value
BooleanResult(ExprResult). Constructor for class com.kvisco.xsl.BooleanResult
Creates a new BooleanResult by converting the given ExprResult to a boolean value
booleanValue(). Method in class com.kvisco.xsl.BooleanResult
Returns the value of this ExprResult as a boolean
booleanValue(). Method in interface com.kvisco.xsl.ExprResult
Returns the value of this ExprResult as a boolean
booleanValue(). Method in class com.kvisco.xsl.NodeSet
Returns the value of this ExprResult as a boolean
booleanValue(). Method in class com.kvisco.xsl.NumberResult
Returns the value of this ExprResult as a boolean
booleanValue(). Method in class com.kvisco.xsl.StringResult
Returns the value of this ExprResult as a boolean
booleanValue(). Method in class com.kvisco.xsl.TreeFragmentResult
Returns the value of this ExprResult as a boolean
BREAK. Static variable in class com.kvisco.xml.HTMLPrinter

C

C. Static variable in class org.mitre.tjt.text.RomanNumberFormat
value of 100
calculatePriority(Node, ProcessorState). Method in class com.kvisco.xsl.TemplateRule
call(String, Object[]). Method in class com.kvisco.scripting.ECMAScriptHandler
Calls the method with the given name, and set of arguments
call(String, Object[]). Method in interface com.kvisco.xsl.ScriptHandler
Calls the method with the given name, and set of arguments
call(String, Object[], String). Method in class com.kvisco.scripting.ECMAScriptHandler
Calls the method with the given name, and set of arguments
call(String, Object[], String). Method in interface com.kvisco.xsl.ScriptHandler
Calls the method with the given name, and set of arguments
CALL_TEMPLATE. Static variable in class com.kvisco.xsl.Names
CALL_TEMPLATE. Static variable in class com.kvisco.xsl.XSLObject
CASE_ORDER_ATTR. Static variable in class com.kvisco.xsl.XSLSort
The case-order attribute
CDATA. Static variable in class com.kvisco.xsl.Names
CDATA. Static variable in class com.kvisco.xsl.XSLObject
CEILING. Static variable in class com.kvisco.xsl.functions.NumberFunctionCall
CEILING_FN. Static variable in class com.kvisco.xsl.Names
CHARACTER_TAG. Static variable in class com.kvisco.xsl.Formatter
The tag name of a character formatting object
CHARACTER_TYPE. Static variable in class com.kvisco.xsl.Formatter
An int value denoting a character formatting object
CHILDREN_AXIS. Static variable in class com.kvisco.xsl.Names
CHILDREN_AXIS. Static variable in class com.kvisco.xsl.util.Token
CHOOSE. Static variable in class com.kvisco.xsl.Names
CHOOSE. Static variable in class com.kvisco.xsl.XSLObject
clear(). Method in class com.kvisco.util.List
Removes all elements from the list
clear(). Method in class com.kvisco.xsl.NodeSet
Removes all elements from the list
clone(). Method in class com.kvisco.util.List
CNAME. Static variable in class com.kvisco.xsl.util.Token
COMMA. Static variable in class com.kvisco.xsl.util.ExprLexer
COMMA. Static variable in class com.kvisco.xsl.util.Token
COMMENT. Static variable in class com.kvisco.xsl.Names
COMMENT. Static variable in class com.kvisco.xsl.util.Token
COMMENT. Static variable in class com.kvisco.xsl.XSLObject
COMMENT_EXPR. Static variable in interface com.kvisco.xsl.NodeExpr
COMMENT_FN. Static variable in class com.kvisco.xsl.Names
CommentExpr(). Constructor for class com.kvisco.xsl.CommentExpr
computeSum(NodeSet). Method in class com.kvisco.xsl.functions.SumFunctionCall
Concat(). Constructor for class com.kvisco.xsl.functions.Concat
Creates a new Concat FunctionCall
CONCAT_FN. Static variable in class com.kvisco.xsl.Names
CONSTANT. Static variable in class com.kvisco.xsl.Names
Contains(). Constructor for class com.kvisco.xsl.functions.Contains
Creates a new Contains FunctionCall
contains(Node). Method in class com.kvisco.xsl.NodeSet
Returns true if the specified Node is contained in the set.
contains(Object). Method in class com.kvisco.util.List
Returns true if the specified element is contained in the list.
CONTAINS_FN. Static variable in class com.kvisco.xsl.Names
CONTENTS. Static variable in class com.kvisco.xsl.Names
CONTENTS. Static variable in class com.kvisco.xsl.XSLObject
COPY. Static variable in class com.kvisco.xsl.Names
COPY. Static variable in class com.kvisco.xsl.XSLObject
copy(). Method in class com.kvisco.xsl.AttributeSet
copy(). Method in class com.kvisco.xsl.NodeSet
Copies the nodes from this NodeSet into a new NodeSet
copy(). Method in class com.kvisco.xsl.TemplateRule
COPY_OF. Static variable in class com.kvisco.xsl.Names
COPY_OF. Static variable in class com.kvisco.xsl.XSLObject
CopyOf(XSLStylesheet). Constructor for class com.kvisco.xsl.CopyOf
Creates a new CopyOf object
COUNT_ATTR. Static variable in class com.kvisco.xsl.Names
COUNT_FN. Static variable in class com.kvisco.xsl.Names
CountFunctionCall(). Constructor for class com.kvisco.xsl.functions.CountFunctionCall
Creates a new CountFunctionCall Function Call
countTemplates(). Method in class com.kvisco.xsl.XSLStylesheet
countTokens(). Method in class com.kvisco.xsl.util.ExprLexer
Counts the number of times nextToken can be called without returning null
countTokens(). Method in class com.kvisco.util.Tokenizer
Counts the number of times nextToken can be called without returning null
CR. Static variable in class com.kvisco.xsl.util.ExprLexer
CR. Static variable in class com.kvisco.xml.Whitespace
Carriage Return character Changed to '\r' instead of ' ' to make compatible with MS J++ Mohan Embar
createAttribute(String, String). Method in class com.kvisco.xsl.ProcessorCallback
Creates an Attr
createCDATASection(String). Method in class com.kvisco.xsl.ProcessorCallback
Creates a CDATASection with the given data
createCodeTable(). Static method in class com.kvisco.xsl.Formatter
Creates a Hashtable of Formatting Object names and values The values are good for switching on.
createComment(String). Method in class com.kvisco.xsl.ProcessorCallback
Creates a Comment with the given data
createDocument(). Method in interface com.kvisco.xml.parser.DOMPackage
Creates a DOM Document for this DOMPackage
createDocument(). Method in class com.kvisco.xml.DOMReader
Creates a DOM Document using the DOM Package of this DOMReader
createDocument(). Method in class xslp.xml.parsers.OpenXMLParser
Creates a DOM Document using the DOM Package of this DOMReader
createDocument(). Method in class xslp.xml.parsers.OracleParser
Creates a DOM Document
createDocument(). Method in class xslp.xml.parsers.ProjectXParser
Creates a new XML Document for use with the Project X parser
createDocument(). Method in class xslp.xml.parsers.XML4J_1xParser
Creates a DOM Document
createDocument(). Method in class xslp.xml.parsers.XML4J_2xParser
Creates a DOM Document
createElement(String). Method in class com.kvisco.xsl.ProcessorCallback
Creates an Element with the given tag name (gi)
createExpr(String). Static method in class com.kvisco.xsl.ExpressionParser
createFilterExpr(String). Static method in class com.kvisco.xsl.ExpressionParser
creates a FilterExpr from the given string.
createFunctionCall(String, List). Static method in class com.kvisco.xsl.ExpressionParser
Creates the appropriate FunctionCall based on the given name
createLocationStep(String). Static method in class com.kvisco.xsl.ExpressionParser
Creates a LocationStep from the given string.
createMatchExpr(String). Static method in class com.kvisco.xsl.ExpressionParser
Parses the a pattern String into a MatchExpr
createNamespace(String). Method in class com.kvisco.scripting.ECMAScriptHandler
Creates a Function Namespace using the given name
createNamespace(String). Method in interface com.kvisco.xsl.ScriptHandler
Creates a new namespace with the given name
createNodeExpr(ExprLexer). Static method in class com.kvisco.xsl.ExpressionParser
creates a NodeExpr from the given string argument
createPathExpr(ExprLexer). Static method in class com.kvisco.xsl.ExpressionParser
Creates a PathExpr from the string argument.
createPathExpr(String). Static method in class com.kvisco.xsl.ExpressionParser
Creates a PathExpr from the string argument.
createProcessingInstruction(String, String). Method in class com.kvisco.xsl.ProcessorCallback
Creates a ProcessingInstruction with the given name and data
createSelectExpr(String). Static method in class com.kvisco.xsl.ExpressionParser
Parses the a pattern String into a SelectExpr
createStringExpr(String). Static method in class com.kvisco.xsl.ExpressionParser
Creates a StringExpr from the given String
createText(String). Method in class com.kvisco.xsl.ProcessorCallback
Creates a Text node with the given data
createUnionExpr(String). Static method in class com.kvisco.xsl.ExpressionParser
Creates a UnionExpr from the given string argument.
createXSLObject(XSLStylesheet, Element). Method in class com.kvisco.xsl.XSLReader
Creates the corresponding XSLObject for the given element

D

D. Static variable in class org.mitre.tjt.text.RomanNumberFormat
value of 500
D_QUOTE. Static variable in class com.kvisco.xsl.util.ExprLexer
DATA_TYPE_ATTR. Static variable in class com.kvisco.xsl.XSLSort
The data-type attribute
DEFAULT_ATTR. Static variable in class com.kvisco.xsl.Names
DEFAULT_DELIMITERS. Static variable in class com.kvisco.util.Tokenizer
The set of delimiters to use, if none are specified
DEFAULT_FORMAT_TEMPLATE. Static variable in class org.mitre.tjt.xsl.XslFormatToken
DEFAULT_INDENT. Static variable in class com.kvisco.xml.XMLPrinter
The default indent size
DEFAULT_MESSAGE_OBSERVER. Static variable in class com.kvisco.xsl.XSLProcessor
The default MessageObserver
DEFAULT_SEPARATOR. Static variable in class org.mitre.tjt.xsl.XslFormatToken
DEFAULT_SPACE_ATTR. Static variable in class com.kvisco.xsl.Names
DEFAULT_VALUE. Static variable in class com.kvisco.xsl.Names
DefaultFormatter(). Constructor for class com.kvisco.xsl.DefaultFormatter
Creates a new DefaultFormatter
DESCENDANTS_AXIS. Static variable in class com.kvisco.xsl.Names
DESCENDANTS_AXIS. Static variable in class com.kvisco.xsl.util.Token
DESCENDANTS_OR_SELF. Static variable in class com.kvisco.xsl.util.Token
DESCENDANTS_OR_SELF_AXIS. Static variable in class com.kvisco.xsl.Names
DESCENDING_ORDER. Static variable in class com.kvisco.xsl.XSLSort
The descending order value
DIV_OPNAME. Static variable in class com.kvisco.xsl.Names
DIV_OPNAME. Static variable in class com.kvisco.xsl.util.Token
DIVIDE. Static variable in class com.kvisco.xsl.MultiplicativeExpr
DOC_FN. Static variable in class com.kvisco.xsl.Names
DOCREF_FN. Static variable in class com.kvisco.xsl.Names
DOCTYPE_PI. Static variable in class com.kvisco.xsl.DefaultFormatter
DOCUMENT_FN. Static variable in class com.kvisco.xsl.Names
DocumentFunctionCall(). Constructor for class com.kvisco.xsl.functions.DocumentFunctionCall
Creates a new Document() Function Call
DOLLAR_SYMBOL. Static variable in class com.kvisco.xsl.util.ExprLexer
DOM_PACKAGE. Static variable in class com.kvisco.xsl.XSLProcessor
DOM Package property name
DOMReader(). Constructor for class com.kvisco.xml.DOMReader
Creates a new DOMReader for the default DOM Package
DOMReader(String). Constructor for class com.kvisco.xml.DOMReader
Creates a new DOMReader for the specified DOM Package
doNumbering(Element, ProcessorState). Method in class com.kvisco.xsl.XSLNumber
Performs the numbering of the given Element

E

ECMASCRIPT. Static variable in class com.kvisco.scripting.ECMAScriptHandler
ECMASCRIPT. Static variable in class com.kvisco.xsl.ProcessorState
ECMASCRIPT. Variable in class com.kvisco.xsl.XSLScript
ECMAScriptHandler(). Constructor for class com.kvisco.scripting.ECMAScriptHandler
Creates a new ECMAScriptHandler.
ECMAScriptHandler(ProcessorCallback). Constructor for class com.kvisco.scripting.ECMAScriptHandler
ELEMENT. Static variable in class com.kvisco.xsl.Names
ELEMENT. Static variable in class com.kvisco.xsl.XSLObject
ELEMENT_ATTR. Static variable in class com.kvisco.xsl.Names
ELEMENT_EXPR. Static variable in interface com.kvisco.xsl.NodeExpr
ElementExpr(String). Constructor for class com.kvisco.xsl.ElementExpr
ELEMENTS_ATTR. Static variable in class com.kvisco.xsl.Names
EMPTY. Static variable in class com.kvisco.xml.Whitespace
Empty String
empty(). Method in class com.kvisco.util.ListStack
Tests for an empty Stack
empty(). Method in class com.kvisco.util.QuickStack
Tests for an empty Stack
EMPTY_STRING. Static variable in class com.kvisco.xml.XMLUtil
EmptyXSLObject(XSLStylesheet, short). Constructor for class com.kvisco.xsl.EmptyXSLObject
ENTITY_REF. Static variable in class com.kvisco.xsl.Names
ENTITY_REF. Static variable in class com.kvisco.xsl.XSLObject
EQUAL. Static variable in class com.kvisco.xsl.EqualityExpr
EqualityExpr(Expr, Expr). Constructor for class com.kvisco.xsl.EqualityExpr
Creates a new EqualityExpr using the default operator
EqualityExpr(Expr, Expr, short). Constructor for class com.kvisco.xsl.EqualityExpr
Creates a new EqualityExpr
EqualityExpr(Expr, Expr, String). Constructor for class com.kvisco.xsl.EqualityExpr
Creates a new EqualityExpr
equals(ExprResult). Method in class com.kvisco.xsl.BooleanResult
Returns true if the the given ExprResult is of the same type and has the same value as this ExprResult
equals(ExprResult). Method in interface com.kvisco.xsl.ExprResult
Returns true if the given ExprResult is of the same type of this ExprResult, and their values are equal.
equals(ExprResult). Method in class com.kvisco.xsl.NodeSet
equals(ExprResult). Method in class com.kvisco.xsl.NumberResult
Returns true if the given ExprResult is of the same type of this ExprResult, and their values are equal.
equals(ExprResult). Method in class com.kvisco.xsl.StringResult
equals(ExprResult). Method in class com.kvisco.xsl.TreeFragmentResult
Returns true if the given ExprResult is of the same type of this ExprResult, and their values are equal.
equals(Object). Method in class com.kvisco.util.List
Compares the specified object with this list for equality.
equals(Object). Method in class com.kvisco.xsl.NodeSet
Compares the specified object with this NodeSet for equality.
EQUALS_OP. Static variable in class com.kvisco.xsl.util.ExprLexer
EQUALS_OP. Static variable in class com.kvisco.xsl.Names
EQUALS_OP. Static variable in class com.kvisco.xsl.util.Token
ERR_OUTPUT_FLAG. Static variable in class com.kvisco.xsl.XSLProcessor
The flag directive for the error log file -- added by Mohan Embar
ERROR. Static variable in class com.kvisco.xsl.util.Token
error(SAXParseException). Method in class xslp.xml.parsers.ProjectXParser
Handle Errors
ERROR_FN. Static variable in class com.kvisco.xsl.functions.ErrorFunctionCall
ErrorFunctionCall(). Constructor for class com.kvisco.xsl.functions.ErrorFunctionCall
Creates a new ErrorFunctionCall
errorMessages. Static variable in class com.kvisco.xsl.XSLException
eval(XSLScript, Node). Method in class com.kvisco.scripting.ECMAScriptHandler
Evaluates the given XSLScript element using the default namespace
eval(XSLScript, Node). Method in interface com.kvisco.xsl.ScriptHandler
Evaluates the given XSLScript element using the default namespace
eval(XSLScript, Node, String). Method in class com.kvisco.scripting.ECMAScriptHandler
Evaluates the given XSLScript element using the given namespace
eval(XSLScript, Node, String). Method in interface com.kvisco.xsl.ScriptHandler
Evaluates the given XSLScript element using the given namespace
evalAsFunction(XSLScript, Node). Method in class com.kvisco.scripting.ECMAScriptHandler
Evaluates the given XSLScript element as a function using the default namespace.
evalAsFunction(XSLScript, Node). Method in interface com.kvisco.xsl.ScriptHandler
Evaluates the given XSLScript element as a function using the default namespace.
evalAsFunction(XSLScript, Node, String). Method in class com.kvisco.scripting.ECMAScriptHandler
Evaluates the given XSLScript element as a function using the given namespace.
evalAsFunction(XSLScript, Node, String). Method in interface com.kvisco.xsl.ScriptHandler
Evaluates the given XSLScript element as a function using the given namespace.
evaluate(Node, ProcessorState). Method in class com.kvisco.xsl.AdditiveExpr
Evaluates this Expr using the given context Node and ProcessorState
evaluate(Node, ProcessorState). Method in class com.kvisco.xsl.AndExpr
Evaluates this Expr using the given context Node and ProcessorState
evaluate(Node, ProcessorState). Method in class com.kvisco.xsl.AnyNodeExpr
Evaluates this Expr using the given context Node and ProcessorState
evaluate(Node, ProcessorState). Method in class com.kvisco.xsl.AttributeExpr
Evaluates this Expr using the given context Node and ProcessorState
evaluate(Node, ProcessorState). Method in class com.kvisco.xsl.AttributeValueTemplate
Returns the value of this AttributeValueTemplate when evaluated using the given context Node.
evaluate(Node, ProcessorState). Method in class com.kvisco.xsl.BooleanExpr
Evalutes this BooleanExpr using the given Node as the context
evaluate(Node, ProcessorState). Method in class com.kvisco.xsl.functions.BooleanFunctionCall
Evalutes this FunctionCall using the given Node as the context.
evaluate(Node, ProcessorState). Method in class com.kvisco.xsl.CommentExpr
Evaluates this Expr using the given context Node and ProcessorState
evaluate(Node, ProcessorState). Method in class com.kvisco.xsl.functions.Concat
Evalutes this FunctionCall using the given Node as the context.
evaluate(Node, ProcessorState). Method in interface com.kvisco.xsl.Conditional
Evalutes this BooleanExpr using the given Node as the context
evaluate(Node, ProcessorState). Method in class com.kvisco.xsl.functions.Contains
Evalutes this FunctionCall using the given Node as the context.
evaluate(Node, ProcessorState). Method in class com.kvisco.xsl.functions.CountFunctionCall
Evalutes this FunctionCall using the given Node as the context.
evaluate(Node, ProcessorState). Method in class com.kvisco.xsl.functions.DocumentFunctionCall
Evalutes this FunctionCall using the given Node as the context.
evaluate(Node, ProcessorState). Method in class com.kvisco.xsl.ElementExpr
Evaluates this Expr using the given context Node and ProcessorState
evaluate(Node, ProcessorState). Method in class com.kvisco.xsl.EqualityExpr
Evaluates this Expr using the given context Node and ProcessorState
evaluate(Node, ProcessorState). Method in class com.kvisco.xsl.functions.ErrorFunctionCall
Evalutes this FunctionCall using the given Node as the context.
evaluate(Node, ProcessorState). Method in interface com.kvisco.xsl.Expr
Evaluates this Expr using the given context Node and ProcessorState
evaluate(Node, ProcessorState). Method in class com.kvisco.xsl.functions.ExtensionFunctionCall
Evaluates this Expr using the given context Node and ProcessorState
evaluate(Node, ProcessorState). Method in class com.kvisco.xsl.functions.FalseFunctionCall
Evalutes this FunctionCall using the given Node as the context.
evaluate(Node, ProcessorState). Method in class com.kvisco.xsl.FilterBase
Evaluates this FilterBase using the given context node, and ProcessorState
evaluate(Node, ProcessorState). Method in class com.kvisco.xsl.functions.FormatNumber
Evalutes this FunctionCall using the given Node as the context.
evaluate(Node, ProcessorState). Method in class com.kvisco.xsl.functions.GenerateIDFunctionCall
Evalutes this FunctionCall using the given Node as the context.
evaluate(Node, ProcessorState). Method in class com.kvisco.xsl.IdentityExpr
Evaluates this Expr using the given context Node and ProcessorState
evaluate(Node, ProcessorState). Method in class com.kvisco.xsl.functions.IdFunctionCall
Evaluates this Expr using the given context Node and ProcessorState
evaluate(Node, ProcessorState). Method in class com.kvisco.xsl.functions.IdRefFunctionCall
Evaluates this Expr using the given context Node and ProcessorState
evaluate(Node, ProcessorState). Method in class com.kvisco.xsl.functions.LangFunctionCall
Evalutes this FunctionCall using the given Node as the context.
evaluate(Node, ProcessorState). Method in class com.kvisco.xsl.functions.LastFunctionCall
Evalutes this NodeSetFunctionCall using the given Node as the context.
evaluate(Node, ProcessorState). Method in class com.kvisco.xsl.MultiplicativeExpr
Evaluates this Expr using the given context Node and ProcessorState
evaluate(Node, ProcessorState). Method in class com.kvisco.xsl.functions.Normalize
Evalutes this FunctionCall using the given Node as the context.
evaluate(Node, ProcessorState). Method in class com.kvisco.xsl.functions.NotFunctionCall
Evalutes this FunctionCall using the given Node as the context.
evaluate(Node, ProcessorState). Method in class com.kvisco.xsl.functions.NumberFunctionCall
Evalutes this FunctionCall using the given Node as the context.
evaluate(Node, ProcessorState). Method in class com.kvisco.xsl.OrExpr
Evaluates this Expr using the given context Node and ProcessorState
evaluate(Node, ProcessorState). Method in class com.kvisco.xsl.ParentExpr
Evaluates this Expr using the given context Node and ProcessorState
evaluate(Node, ProcessorState). Method in class com.kvisco.xsl.PIExpr
Evaluates this Expr using the given context Node and ProcessorState
evaluate(Node, ProcessorState). Method in class com.kvisco.xsl.functions.PositionFunctionCall
Evalutes this FunctionCall using the given Node as the context.
evaluate(Node, ProcessorState). Method in class com.kvisco.xsl.PrimaryExpr
Evalutes this PrimaryExpr using the given Node as the context and ProcessorState
evaluate(Node, ProcessorState). Method in class com.kvisco.xsl.functions.StartsWith
Evalutes this FunctionCall using the given Node as the context.
evaluate(Node, ProcessorState). Method in class com.kvisco.xsl.StringExpr
Evalutes this StringExpr using the given Node as the context
evaluate(Node, ProcessorState). Method in class com.kvisco.xsl.functions.StringFunctionCall
Evalutes this FunctionCall using the given Node as the context.
evaluate(Node, ProcessorState). Method in class com.kvisco.xsl.functions.StringLength
Evalutes this FunctionCall using the given Node as the context.
evaluate(Node, ProcessorState). Method in class com.kvisco.xsl.functions.Substring
Evalutes this FunctionCall using the given Node as the context.
evaluate(Node, ProcessorState). Method in class com.kvisco.xsl.functions.SubstringAfter
Evalutes this FunctionCall using the given Node as the context.
evaluate(Node, ProcessorState). Method in class com.kvisco.xsl.functions.SubstringBefore
Evalutes this FunctionCall using the given Node as the context.
evaluate(Node, ProcessorState). Method in class com.kvisco.xsl.functions.SumFunctionCall
Evalutes this FunctionCall using the given Node as the context.
evaluate(Node, ProcessorState). Method in class com.kvisco.xsl.functions.SystemFunctionCall
Evalutes this FunctionCall using the given Node as the context.
evaluate(Node, ProcessorState). Method in class com.kvisco.xsl.functions.TextFunctionCall
Evalutes this FunctionCall using the given Node as the context.
evaluate(Node, ProcessorState). Method in class com.kvisco.xsl.functions.Translate
Evalutes this FunctionCall using the given Node as the context.
evaluate(Node, ProcessorState). Method in class com.kvisco.xsl.functions.TrueFunctionCall
Evalutes this FunctionCall using the given Node as the context.
evaluate(Node, ProcessorState). Method in class com.kvisco.xsl.WildCardExpr
Evaluates this Expr using the given context Node and ProcessorState
evaluate(Node, ProcessorState). Method in class com.kvisco.xsl.functions.XMLNamesFunctionCall
Evalutes this FunctionCall using the given Node as the context.
evaluate(Node, ProcessorState). Method in class com.kvisco.xsl.XSLIf
evaluate(Node, ProcessorState). Method in class com.kvisco.xsl.XSLOtherwise
evaluatePredicates(NodeSet, ProcessorState). Method in class com.kvisco.xsl.FilterBase
Evaluates the PredicateExpr of this FilterBase against the given Node.
EXPR. Static variable in class com.kvisco.xsl.PrimaryExpr
EXPR_ATTR. Static variable in class com.kvisco.xsl.Names
ExpressionParser(). Constructor for class com.kvisco.xsl.ExpressionParser
ExprLexer(String). Constructor for class com.kvisco.xsl.util.ExprLexer
Creates a new ExprLexer using the given String
ExtensionFunctionCall(String). Constructor for class com.kvisco.xsl.functions.ExtensionFunctionCall

F

FALSE_FN. Static variable in class com.kvisco.xsl.Names
FALSE_RESULT. Static variable in class com.kvisco.xsl.BooleanResult
FalseFunctionCall(). Constructor for class com.kvisco.xsl.functions.FalseFunctionCall
Creates a new FalseFunctionCall
fatalError(SAXParseException). Method in class xslp.xml.parsers.ProjectXParser
Handle Fatal Errors
FilterBase(). Constructor for class com.kvisco.xsl.FilterBase
Creates a new FilterBase
FLOOR. Static variable in class com.kvisco.xsl.functions.NumberFunctionCall
FLOOR_FN. Static variable in class com.kvisco.xsl.Names
flowObjectCodes. Static variable in class com.kvisco.xsl.Formatter
A Hashtable of formatting object tag names to values.
FOLLOWING_AXIS. Static variable in class com.kvisco.xsl.Names
FOLLOWING_AXIS. Static variable in class com.kvisco.xsl.util.Token
FOLLOWING_SIBLINGS_AXIS. Static variable in class com.kvisco.xsl.Names
FOLLOWING_SIBLINGS_AXIS. Static variable in class com.kvisco.xsl.util.Token
FOPFormatter(). Constructor for class xslp.formatters.FOPFormatter
Creates a new FOPFormatter
FOR_EACH. Static variable in class com.kvisco.xsl.Names
FOR_EACH. Static variable in class com.kvisco.xsl.XSLObject
format(double, StringBuffer, FieldPosition). Method in class org.mitre.tjt.text.AlphaNumberFormat
Formats the provided double as an alphabetic sequence by converting to a long.
format(double, StringBuffer, FieldPosition). Method in class org.mitre.tjt.text.RomanNumberFormat
Formats the provided double as a Roman Number by converting to a long.
format(int). Method in class org.mitre.tjt.xsl.XslFormatToken
format(int[], String). Static method in class org.mitre.tjt.xsl.XslNumberFormat
format(long, StringBuffer, FieldPosition). Method in class org.mitre.tjt.text.AlphaNumberFormat
Formats the provided long as an alphabetic sequence.
format(long, StringBuffer, FieldPosition). Method in class org.mitre.tjt.text.RomanNumberFormat
Formats the provided long as a Roman Number.
FORMAT_ATTR. Static variable in class com.kvisco.xsl.Names
FORMAT_NUMBER_FN. Static variable in class com.kvisco.xsl.Names
FormatNumber(). Constructor for class com.kvisco.xsl.functions.FormatNumber
Creates a new FormatNumber FunctionCall
Formatter(). Constructor for class com.kvisco.xsl.Formatter
Creates a new Formatter
FORMATTER_FLAG. Static variable in class com.kvisco.xsl.XSLProcessor
The flag directive for the formatter to use
FORWARD_SLASH. Static variable in class com.kvisco.xsl.util.ExprLexer
FRAME. Static variable in class com.kvisco.xml.HTMLPrinter
FROM_ATTR. Static variable in class com.kvisco.xsl.Names
fromAncestors(MatchExpr, Node, ProcessorState). Static method in class com.kvisco.xsl.AxisIdentifier
Selects all the Ancestors of the context node that match the given MatchExpr
fromAncestorsOrSelf(MatchExpr, Node, ProcessorState). Static method in class com.kvisco.xsl.AxisIdentifier
Selects all the Ancestors of the context node, including the context node that match the given MatchExpr
fromAttributes(MatchExpr, Node, ProcessorState). Static method in class com.kvisco.xsl.AxisIdentifier
Selects all the attributes of the context node that match the given MatchExpr
fromChildren(MatchExpr, Node, ProcessorState). Static method in class com.kvisco.xsl.AxisIdentifier
Selects all the children of the context node that match the given MatchExpr
fromDescendants(MatchExpr, Node, ProcessorState). Static method in class com.kvisco.xsl.AxisIdentifier
Selects all the descendants of the context node that match the given MatchExpr
fromDescendantsOrSelf(MatchExpr, Node, ProcessorState). Static method in class com.kvisco.xsl.AxisIdentifier
Selects all the descendants of the context node, including the context node, that match the given MatchExpr
fromFollowing(MatchExpr, Node, ProcessorState). Static method in class com.kvisco.xsl.AxisIdentifier
Selects all the following nodes of the context node that match the given MatchExpr
fromFollowingSiblings(MatchExpr, Node, ProcessorState). Static method in class com.kvisco.xsl.AxisIdentifier
Selects all the following siblings of the context node that match the given MatchExpr
fromParent(MatchExpr, Node, ProcessorState). Static method in class com.kvisco.xsl.AxisIdentifier
Selects the parent of the context node if it matches the given MatchExpr
fromPreceding(MatchExpr, Node, ProcessorState). Static method in class com.kvisco.xsl.AxisIdentifier
Selects all the preceding siblings, in reverse document order, of the context node that match the given MatchExpr
fromPrecedingSiblings(MatchExpr, Node, ProcessorState). Static method in class com.kvisco.xsl.AxisIdentifier
Selects all the preceding nodes, in reverse document order, of the context node that match the given MatchExpr
fromSelf(MatchExpr, Node, ProcessorState). Static method in class com.kvisco.xsl.AxisIdentifier
Selects the the context node if it matches the given MatchExpr
FUNCTION_AVAILABLE. Static variable in class com.kvisco.xsl.functions.SystemFunctionCall
FUNCTION_AVAILABLE_FN. Static variable in class com.kvisco.xsl.Names
FUNCTION_CALL. Static variable in class com.kvisco.xsl.PrimaryExpr
FUNCTION_NAME. Static variable in class com.kvisco.xsl.util.Token
FUNCTION_NOT_DEFINED. Static variable in class com.kvisco.xsl.functions.ExtensionFunctionCall
FUNCTIONS. Static variable in class com.kvisco.xsl.Names
FUNCTIONS. Static variable in class com.kvisco.xsl.XSLObject

G

GENERATE_ID_FN. Static variable in class com.kvisco.xsl.Names
generateId(Node). Method in class com.kvisco.xsl.ProcessorState
Creates a unique identifier for the given node
GenerateIDFunctionCall(). Constructor for class com.kvisco.xsl.functions.GenerateIDFunctionCall
Creates a new GenerateIDFunctionCall
get(int). Method in class com.kvisco.util.List
Returns the element at the specified position in this list.
get(int). Method in class com.kvisco.xsl.NodeSet
Returns the Node at the specified position in this NodeSet.
get(String). Method in class com.kvisco.xsl.VariableSet
getActions(). Method in class com.kvisco.xsl.XSLObject
Returns the list of actions for this XSLObject
getAncestryOp(). Method in class com.kvisco.xsl.FilterBase
getAppInfo(). Static method in class com.kvisco.xsl.XSLProcessor
Retrieves the name and version of this application
getAttribute(String). Method in class com.kvisco.xsl.XSLObject
Returns the value of the attribute whose name is equal to the given name.
getAttributeAsAVT(String). Method in class com.kvisco.xsl.XSLObject
Returns the value of the specified attribute as an AttributeValueTemplate
getAttributeNames(). Method in class com.kvisco.xsl.XSLObject
Returns an Enumeration of the names of the attributes of this XSLObject
getAttributeSet(String). Method in class com.kvisco.xsl.XSLStylesheet
getAttributeSetName(). Method in class com.kvisco.xsl.XSLUse
Returns the name of the AttributeSet that this XSLUse references
getAttributeSets(). Method in class com.kvisco.xsl.XSLStylesheet
Returns all of the attribute-sets for this stylesheet
getAttributeValueTemplate(String). Method in class com.kvisco.xsl.ProcessorState
Returns the value of the given String as an AttributeValueTemplate
getBooleanExpr(). Method in class com.kvisco.xsl.XSLIf
Returns the BooleanExpr of this XSL conditional
getData(). Method in class com.kvisco.xsl.XSLCData
Retrieves the data of this XSLCData
getData(). Method in class com.kvisco.xsl.XSLScript
Returns the text of this XSLScript
getData(). Method in class com.kvisco.xsl.XSLText
Retrieves the data of this XSLText
getDefaultDOMPackageClassName(). Static method in class com.kvisco.xml.DOMReader
Returns the class name of the default DOMPackage
getDefaultPriority(). Method in class com.kvisco.xsl.FilterBase
Determines the priority of a PatternExpr as follows:
  - From the 19990421 XSL Working Draft -
  + If the Pattern has the form of a QName optionally preceded by
    the 
  
getDocumentBase(). Method in class com.kvisco.xsl.XSLPIHandler
getDocumentBase(). Method in class com.kvisco.xsl.XSLStylesheet
Returns the document base for this stylesheet
getDocumentBase(String). Static method in class com.kvisco.net.URIUtils
Returns the document base of the href argument
getDOMPackage(). Method in class com.kvisco.xml.DOMReader
Returns the DOMPackage being used
getDOMPackage(). Method in class com.kvisco.xsl.ProcessorState
getDOMPackageClassName(). Method in class com.kvisco.xml.DOMReader
Returns the class name of the DOMPackage being used
getDOMPackageName(). Method in class com.kvisco.xsl.XSLProcessor
Returns the name of the DOM Package being used
getElementType(). Method in class com.kvisco.xsl.Id
Returns the element type that this Id is for
getErrorWriter(). Method in class com.kvisco.xsl.RuleProcessor
Retrieves the PrintWriter that this RuleProcessor prints it's error messages to.
getExprType(). Method in class com.kvisco.xsl.AdditiveExpr
Returns the type of Expr this Expr represents
getExprType(). Method in class com.kvisco.xsl.AndExpr
Returns the type of Expr this Expr represents
getExprType(). Method in class com.kvisco.xsl.AnyNodeExpr
getExprType(). Method in class com.kvisco.xsl.AttributeExpr
getExprType(). Method in class com.kvisco.xsl.BooleanExpr
Returns the type of Expr this Expr represents
getExprType(). Method in class com.kvisco.xsl.CommentExpr
getExprType(). Method in class com.kvisco.xsl.ElementExpr
getExprType(). Method in class com.kvisco.xsl.EqualityExpr
Returns the type of Expr this Expr represents
getExprType(). Method in interface com.kvisco.xsl.Expr
Returns the type of Expr this Expr represents
getExprType(). Method in class com.kvisco.xsl.functions.FunctionCall
Returns the type of Expr this Expr represents
getExprType(). Method in class com.kvisco.xsl.IdentityExpr
getExprType(). Method in class com.kvisco.xsl.MultiplicativeExpr
Returns the type of Expr this Expr represents
getExprType(). Method in class com.kvisco.xsl.OrExpr
Returns the type of Expr this Expr represents
getExprType(). Method in class com.kvisco.xsl.ParentExpr
getExprType(). Method in class com.kvisco.xsl.PIExpr
getExprType(). Method in class com.kvisco.xsl.PrimaryExpr
Returns the type of Expr this Expr represents
getExprType(). Method in class com.kvisco.xsl.StringExpr
getExprType(). Method in class com.kvisco.xsl.WildCardExpr
getFormat(char). Method in class org.mitre.tjt.xsl.NumberFormatFactory
getFormattedNumber(Element, ProcessorState). Method in class com.kvisco.xsl.XSLNumber
Performs the numbering of the given Element and returns the number using the format of this XSLNumber.
getFunctionName(). Method in class com.kvisco.xsl.functions.FunctionCall
Returns the name of this function call
getHref(). Method in class com.kvisco.xsl.XSLImport
Retrieves the href attribute of this XSLImport
getHref(). Method in class com.kvisco.xsl.XSLStylesheet
getIdAttribute(). Method in class com.kvisco.xsl.Id
Returns the name of the attribute to use as an element Id
getIDReferences(). Method in class com.kvisco.xsl.ProcessorState
Returns the ID references for the xml source document
getIds(). Method in class com.kvisco.xsl.XSLStylesheet
getIndentResult(). Method in class com.kvisco.xsl.Formatter
Returns true if this Formatter is allowed to indent the result
getIndentSize(). Method in class com.kvisco.xsl.Formatter
Returns the indent size for this Formatter
getInputStream(String). Method in class com.kvisco.xsl.XSLImport
Returns an InputStream for the file represented by the href of this XSLImport
getInputStream(String, String). Static method in class com.kvisco.net.URIUtils
Returns an InputStream for the file represented by the href argument
getLanguage(). Method in class com.kvisco.scripting.ECMAScriptHandler
Returns the name of the language that this ScriptHandler handles
getLanguage(). Method in interface com.kvisco.xsl.ScriptHandler
Returns the name of the language that this ScriptHandler handles
getLanguage(). Method in class com.kvisco.xsl.XSLScript
Returns the scripting Language for this XSLScript
getLiteral(). Method in class com.kvisco.xsl.PrimaryExpr
Returns the literal of this PrimaryExpr, or null if no literal this PrimaryExpr does not represent a literal.
getLocale(String). Static method in class com.kvisco.xml.XMLUtil
Creates a new Locale base on the value of the lang attribute
getLocalPart(String). Static method in class com.kvisco.xml.XMLUtil
Returns the local part of the qualified XML name
getLocalTemplates(). Method in class com.kvisco.xsl.XSLStylesheet
getMatchExpr(). Method in class com.kvisco.xsl.TemplateRule
getMatchingExpr(Node, Node, ProcessorState). Method in class com.kvisco.xsl.TemplateRule
getMessage(). Method in class com.kvisco.xsl.XSLException
Returns the error message for this Exception
getMode(). Method in class com.kvisco.xsl.TemplateRule
getName(). Method in class com.kvisco.xsl.AttributeExpr
getName(). Method in class com.kvisco.xsl.AttributeSet
Returns the name attribute of this AttributeSet
getName(). Method in class com.kvisco.xsl.ElementExpr
getName(). Method in class com.kvisco.xsl.TemplateRule
getName(). Method in class com.kvisco.xsl.Variable
Returns the name of this Variable
getNamedTemplate(String). Method in class com.kvisco.xsl.XSLStylesheet
Returns the TemplateRule whose name matches the given name argument.
getNamedTemplates(). Method in class com.kvisco.xsl.XSLStylesheet
Returns an enumeration of templates that have names
getNameSpace(). Method in class com.kvisco.xsl.functions.ExtensionFunctionCall
Returns the namespace that this function call is in
getNameSpace(String). Static method in class com.kvisco.xml.XMLUtil
Returns the namespace part of the qualified XML name
getNearestAncestor(short). Method in class com.kvisco.xsl.XSLObject
Returns the nearest ancestor of this XSLObject that is of the given type.
getNodeExprType(). Method in class com.kvisco.xsl.AnyNodeExpr
Returns the type of this NodeExpr
getNodeExprType(). Method in class com.kvisco.xsl.AttributeExpr
Returns the type of this NodeExpr
getNodeExprType(). Method in class com.kvisco.xsl.CommentExpr
Returns the type of this NodeExpr
getNodeExprType(). Method in class com.kvisco.xsl.ElementExpr
Returns the type of this NodeExpr
getNodeExprType(). Method in class com.kvisco.xsl.IdentityExpr
Returns the type of this NodeExpr
getNodeExprType(). Method in interface com.kvisco.xsl.NodeExpr
Returns the type of this NodeExpr
getNodeExprType(). Method in class com.kvisco.xsl.ParentExpr
Returns the type of this NodeExpr
getNodeExprType(). Method in class com.kvisco.xsl.PIExpr
Returns the type of this NodeExpr
getNodeExprType(). Method in class com.kvisco.xsl.functions.TextFunctionCall
getNodeExprType(). Method in class com.kvisco.xsl.WildCardExpr
Returns the type of this NodeExpr
getNodeSetStack(). Method in class com.kvisco.xsl.ProcessorState
Returns the current NodeSet stack being used by this ProcessorState
getNodeValue(Node). Static method in class com.kvisco.xsl.XSLObject
Returns the String value of a DOM Node.
getNumber(). Method in class com.kvisco.xsl.PrimaryExpr
getParentStylesheet(). Method in class com.kvisco.xsl.XSLObject
Returns the parent XSLStylesheet of this XSLObject
getPosition(). Method in class com.kvisco.xsl.util.ExprLexer
getPosition(). Method in class com.kvisco.util.Tokenizer
getPostSeparator(). Method in class org.mitre.tjt.xsl.XslFormatToken
getPredicates(). Method in class com.kvisco.xsl.FilterBase
Returns the List of predicates of this FilterBase
getPreSeparator(). Method in class org.mitre.tjt.xsl.XslFormatToken
getProperty(String). Method in class com.kvisco.xsl.ProcessorState
Returns the Property value associated with the given name.
getProperty(String). Method in class com.kvisco.xsl.RuleProcessor
Returns the property value that is associated with the given name.
getProperty(String). Method in class com.kvisco.xsl.XSLProcessor
Returns the property value associated with the given String
getQuotedNamespace(String). Method in class com.kvisco.xsl.XSLStylesheet
Returns the namespace that the given namespace argument quotes
getResultDocType(). Method in class com.kvisco.xsl.XSLStylesheet
getResultNamespace(). Method in class com.kvisco.xsl.XSLStylesheet
getResultType(). Method in class com.kvisco.xsl.BooleanResult
Returns the type of this ExprResult
getResultType(). Method in interface com.kvisco.xsl.ExprResult
Returns the type of result this ExprResult represents
getResultType(). Method in class com.kvisco.xsl.NodeSet
Returns the type of ExprResult that a NodeSet represents
getResultType(). Method in class com.kvisco.xsl.NumberResult
Returns the type of this ExprResult
getResultType(). Method in class com.kvisco.xsl.StringResult
Returns the type of this ExprResult
getResultType(). Method in class com.kvisco.xsl.TreeFragmentResult
Returns the type of this ExprResult
getScriptHandler(). Method in class com.kvisco.xsl.ProcessorState
Retrieves the default ScriptHandler for xsl:script evaluations.
getScriptHandler(String). Method in class com.kvisco.xsl.ProcessorState
Retrieves the ScriptHandler for xsl:script evaluations.
getScriptHandler(String, String). Method in class com.kvisco.xsl.ProcessorState
Retrieves the ScriptHandler that has the given function defined within the given namespace
getScriptNameSpace(). Method in class com.kvisco.xsl.XSLScript
Returns the Namespace for this xsl:script
getScripts(). Method in class com.kvisco.xsl.XSLStylesheet
Retrieves the set of global level scripts for this stylesheet
getSelectExpr(). Method in class com.kvisco.xsl.Selection
getSelectExpr(). Method in class com.kvisco.xsl.XSLSort
Retrieves the selectExpr for this XSLSort.
getSortElements(). Method in class com.kvisco.xsl.Selection
Returns an Array of any XSLSort elements for this Selection.
Only xsl:apply-templates or xsl:for-each can have xsl:sort elements
getStylesheet(). Method in class com.kvisco.xsl.XSLImport
Returns the Stylesheet that this Import references
getStylesheetHref(). Method in class com.kvisco.xsl.ProcessorState
getStylesheetHref(). Method in class com.kvisco.xsl.XSLPIHandler
getTarget(). Method in class com.kvisco.xsl.PIExpr
getTemplateName(). Method in class com.kvisco.xsl.XSLCallTemplate
Returns the name of the Template that this XSLCallTemplate references
getTemplates(). Method in class com.kvisco.xsl.XSLStylesheet
getText(Element). Static method in class com.kvisco.xsl.XSLObject
Retrieves the text of an Element
getType(). Method in class com.kvisco.xsl.PrimaryExpr
Retrieves the type of this PrimaryExpr
getType(). Method in class com.kvisco.xsl.XSLObject
Returns the type of XSLObject this Object represents
getTypeFromName(String). Static method in class com.kvisco.xsl.XSLObject
Returns the type of XSL Object that has the given name
getTypeName(). Method in class com.kvisco.xsl.XSLObject
Returns the name of this XSLObject
getValue(). Method in class com.kvisco.xsl.BooleanResult
Returns the value of this BooleanResult
getValue(). Method in class com.kvisco.xsl.StringResult
Returns the value of this StringResult
getValue(). Method in class com.kvisco.xsl.TreeFragmentResult
Returns the value of this TreeFragmentResult
getVariableDecl(String). Method in class com.kvisco.xsl.XSLStylesheet
getVariables(). Method in class com.kvisco.xsl.XSLStylesheet
Retrieves the set of global variables for this stylesheet
getXMLSpaceModes(). Method in class com.kvisco.xsl.ProcessorState
Returns the stack of XML space modes
getXSLNSPrefix(). Method in class com.kvisco.xsl.XSLStylesheet
Returns the XSL Namespace Prefix for this XSL Stylesheet
GRAPHIC_TAG. Static variable in class com.kvisco.xsl.Formatter
The tag name of a graphic formatting object
GRAPHIC_TYPE. Static variable in class com.kvisco.xsl.Formatter
An int value denoting a graphic formatting object
GREATER_OR_EQ_OP. Static variable in class com.kvisco.xsl.util.Token
GREATER_THAN. Static variable in class com.kvisco.xsl.EqualityExpr
GREATER_THAN_OP. Static variable in class com.kvisco.xsl.util.ExprLexer
GREATER_THAN_OP. Static variable in class com.kvisco.xsl.Names
GREATER_THAN_OP. Static variable in class com.kvisco.xsl.util.Token
GT_OR_EQUAL. Static variable in class com.kvisco.xsl.EqualityExpr
GT_OR_EQUAL_OP. Static variable in class com.kvisco.xsl.Names

H

handlePI(ProcessingInstruction). Method in class com.kvisco.xsl.XSLPIHandler
Handles the given PI
hasDefinedFunction(String, String). Method in class com.kvisco.scripting.ECMAScriptHandler
hasDefinedFunction(String, String). Method in interface com.kvisco.xsl.ScriptHandler
hashCode(). Method in class com.kvisco.util.List
As defined by the JDK 1.2 API spec:
Returns the hash code value for this list.
hashCode(). Method in class com.kvisco.xsl.NodeSet
Returns the hash code value for this NodeSet.
hasMoreTokens(). Method in class com.kvisco.xsl.util.ExprLexer
Determines if there are any tokens available
hasMoreTokens(). Method in class com.kvisco.util.Tokenizer
Determines if there are any tokens available
hasNext(). Method in interface com.kvisco.util.Iterator
hasToken(String). Method in class com.kvisco.util.Tokenizer
Determines if the specified token is contained in the token list of this Tokenizer
HELP_FLAG. Static variable in class com.kvisco.xsl.XSLProcessor
The flag directive for the help screen
HORIZONTAL_RULE. Static variable in class com.kvisco.xml.HTMLPrinter
HREF_ATTR. Static variable in class com.kvisco.xsl.Names
HREF_ATTR. Static variable in class com.kvisco.xsl.XSLPIHandler
HTMLPrinter(PrintWriter). Constructor for class com.kvisco.xml.HTMLPrinter
Creates a new HTML Printer using the given PrintWriter for output
HTMLPrinter(PrintWriter, int). Constructor for class com.kvisco.xml.HTMLPrinter
Creates a new HTML Printer using the given PrintWriter for output, and nodes are indenting using the specified indent size

I

I. Static variable in class org.mitre.tjt.text.RomanNumberFormat
value of 1
ID. Static variable in class com.kvisco.xsl.Names
ID. Static variable in class com.kvisco.xsl.XSLObject
Id(XSLStylesheet). Constructor for class com.kvisco.xsl.Id
Creates a new Id element
ID_ATTR. Static variable in class com.kvisco.xsl.Names
ID_EXPR. Static variable in interface com.kvisco.xsl.NodeExpr
ID_FN. Static variable in class com.kvisco.xsl.Names
IDENTITY_EXPR. Static variable in interface com.kvisco.xsl.NodeExpr
IdentityExpr(). Constructor for class com.kvisco.xsl.IdentityExpr
IdFunctionCall(). Constructor for class com.kvisco.xsl.functions.IdFunctionCall
Creates an IdFunctionCall
IDREF_FN. Static variable in class com.kvisco.xsl.Names
IdRefFunctionCall(). Constructor for class com.kvisco.xsl.functions.IdRefFunctionCall
Creates an IdFunctionCall
IF. Static variable in class com.kvisco.xsl.Names
IF. Static variable in class com.kvisco.xsl.XSLObject
IMAGE. Static variable in class com.kvisco.xml.HTMLPrinter
IMPORT. Static variable in class com.kvisco.xsl.Names
IMPORT. Static variable in class com.kvisco.xsl.XSLImport
an int value indicating the xsl:import type
IMPORT. Static variable in class com.kvisco.xsl.XSLObject
importFrom(XSLImport). Method in class com.kvisco.xsl.XSLStylesheet
Imports the XSLStylesheet referenced by the given XSLImport to this stylesheet.
importFrom(XSLStylesheet). Method in class com.kvisco.xsl.XSLStylesheet
Imports the given XSLStylesheet to this XSLStylesheet.
INCLUDE. Static variable in class com.kvisco.xsl.Names
INCLUDE. Static variable in class com.kvisco.xsl.XSLImport
an int value indicating the xsl:include type
INCLUDE. Static variable in class com.kvisco.xsl.XSLObject
includeFrom(XSLStylesheet). Method in class com.kvisco.xsl.XSLStylesheet
Includes the given XSLStylesheet to this XSLStylesheet.
INDENT_RESULT_ATTR. Static variable in class com.kvisco.xsl.Names
INDENT_SIZE. Static variable in class com.kvisco.xsl.XSLProcessor
Indent Size property name
indexOf(Node). Method in class com.kvisco.xsl.NodeSet
Returns the index of the specified Node, or -1 if the Node is not contained in the NodeSet
indexOf(Object). Method in class com.kvisco.util.List
Returns the index of the first occurrence of the specified element, or -1 if the element is not contained in the List
INHERIT_VALUE. Static variable in class com.kvisco.xsl.Names
initialize(ProcessorCallback). Method in class com.kvisco.scripting.ECMAScriptHandler
Initializes the scripting environment.
initialize(ProcessorCallback). Method in interface com.kvisco.xsl.ScriptHandler
Initializes the scripting environment
INLINE_BOX_TAG. Static variable in class com.kvisco.xsl.Formatter
The tag name of a inline-box formatting object
INLINE_BOX_TYPE. Static variable in class com.kvisco.xsl.Formatter
An int value denoting a inline-box formatting object
INPUT. Static variable in class com.kvisco.xml.HTMLPrinter
INPUT_FLAG. Static variable in class com.kvisco.xsl.XSLProcessor
The flag directive for the xml input file
INVALID_ATTRIBUTE_VALUE_TEMPLATE. Static variable in class com.kvisco.xsl.XSLException
INVALID_CHILD_NODE. Static variable in class com.kvisco.xsl.XSLException
INVALID_MATCH_PATTERN. Static variable in class com.kvisco.xsl.XSLException
INVALID_NUMBER_PARAMS. Static variable in class com.kvisco.xsl.functions.FunctionCall
INVALID_RESULT. Static variable in class com.kvisco.xsl.functions.FunctionCall
INVALID_RULE. Static variable in class com.kvisco.xsl.XSLException
INVALID_SELECT_PATTERN. Static variable in class com.kvisco.xsl.XSLException
INVALID_XSL_ELEMENT. Static variable in class com.kvisco.xsl.XSLException
InvalidExprException(). Constructor for class com.kvisco.xsl.InvalidExprException
InvalidExprException(String). Constructor for class com.kvisco.xsl.InvalidExprException
isAdditiveOp(Token). Static method in class com.kvisco.xsl.util.ExprLexer
isAdditiveOperator(String). Static method in class com.kvisco.xsl.AdditiveExpr
isAllowableImport(String). Method in class com.kvisco.xsl.XSLStylesheet
Checks the given filename against this Stylesheet's href and previously imported stylesheets to determine if the file represented by the given filename can be imported in this stylesheet.
isAxisIdentifierToken(Token). Static method in class com.kvisco.xsl.ExpressionParser
isBinaryOp(Token). Static method in class com.kvisco.xsl.util.ExprLexer
isDelimiter(char). Method in class com.kvisco.xsl.util.ExprLexer
Determines if the specified char is a delimiter
isDelimiter(String). Method in class com.kvisco.util.Tokenizer
Determines if the specified token is a delimiter for this Tokenizer
isDigit(char). Static method in class com.kvisco.xsl.util.ExprLexer
Returns true if the char argument is a digit
isEmpty(). Method in class com.kvisco.util.List
Returns true if there are no elements in the List.
isEmpty(). Method in class com.kvisco.xsl.NodeSet
Returns true if there are no Nodes in the NodeSet.
isEqualityOp(Token). Static method in class com.kvisco.xsl.util.ExprLexer
ISINDEX. Static variable in class com.kvisco.xml.HTMLPrinter
isLetter(char). Static method in class com.kvisco.xsl.util.ExprLexer
Returns true if the char argument is a letter
isLocationStepToken(Token). Static method in class com.kvisco.xsl.ExpressionParser
isMultiplicativeOp(Token). Static method in class com.kvisco.xsl.util.ExprLexer
isMultiplicativeOperator(String). Static method in class com.kvisco.xsl.MultiplicativeExpr
isNCNameChar(char). Static method in class com.kvisco.xsl.util.ExprLexer
Returns true if the char argument is an NCNameChar, as defined by the XML Namespaces recommendation http://www.w3c.org/TR/1999/REC-xml-names-199904114
isNodeTypeToken(Token). Static method in class com.kvisco.xsl.ExpressionParser
isOperator(Token). Method in class com.kvisco.xsl.util.ExprLexer
isQNameChar(char). Static method in class com.kvisco.xsl.util.ExprLexer
Returns true if the char argument is an QName character, as defined by the XML Namespaces recommendation http://www.w3c.org/TR/1999/REC-xml-names-199904114
isRelationalOp(Token). Static method in class com.kvisco.xsl.util.ExprLexer
isRelationalOperator(String). Static method in class com.kvisco.xsl.EqualityExpr
isStripSpaceAllowed(String). Method in class com.kvisco.xsl.XSLStylesheet
Determines whether or not whitespace stripping is allowed for Elements with the given name
isWhitespace(char). Static method in class com.kvisco.xsl.util.ExprLexer
isWhitespace(String). Static method in class com.kvisco.xml.XMLUtil
Returns true if the given String contains only whitespace characters
iterator(). Method in class com.kvisco.util.QuickStack
Returns an Iterator for this Stack.

J

JPYTHON. Static variable in class com.kvisco.xsl.ProcessorState

K

KEY. Static variable in class com.kvisco.xsl.Names
KEY. Static variable in class com.kvisco.xsl.XSLObject
KEY_FN. Static variable in class com.kvisco.xsl.Names
KEYREF_FN. Static variable in class com.kvisco.xsl.Names

L

L. Static variable in class org.mitre.tjt.text.RomanNumberFormat
value of 50
L_BRACKET. Static variable in class com.kvisco.xsl.util.ExprLexer
L_BRACKET. Static variable in class com.kvisco.xsl.util.Token
L_CURLY_BRACKET. Static variable in class com.kvisco.xsl.StringExpr
L_PAREN. Static variable in class com.kvisco.xsl.util.ExprLexer
L_PAREN. Static variable in class com.kvisco.xsl.util.Token
LANG_ATTR. Static variable in class com.kvisco.xsl.XSLSort
The lang attribute
LANG_FN. Static variable in class com.kvisco.xsl.Names
LangFunctionCall(). Constructor for class com.kvisco.xsl.functions.LangFunctionCall
Creates a new Lang FunctionCall
LANGUAGE_ATTR. Static variable in class com.kvisco.xsl.Names
LAST_FN. Static variable in class com.kvisco.xsl.Names
LastFunctionCall(). Constructor for class com.kvisco.xsl.functions.LastFunctionCall
Creates a new LastFunctionCall
lastIndexOf(Object). Method in class com.kvisco.util.List
Returns the index of the last occurrence of the specified element, or -1 if the element is not contained in the List
LESS_OR_EQ_OP. Static variable in class com.kvisco.xsl.util.Token
LESS_THAN. Static variable in class com.kvisco.xsl.EqualityExpr
LESS_THAN_OP. Static variable in class com.kvisco.xsl.util.ExprLexer
LESS_THAN_OP. Static variable in class com.kvisco.xsl.Names
LESS_THAN_OP. Static variable in class com.kvisco.xsl.util.Token
LEVEL_ATTR. Static variable in class com.kvisco.xsl.Names
LF. Static variable in class com.kvisco.xsl.util.ExprLexer
LF. Static variable in class com.kvisco.xml.Whitespace
Linefeed character
LINK. Static variable in class com.kvisco.xml.HTMLPrinter
LINK_END_LOCATOR_TAG. Static variable in class com.kvisco.xsl.Formatter
The tag name of a link-end-locator formatting object
LINK_END_LOCATOR_TYPE. Static variable in class com.kvisco.xsl.Formatter
An int value denoting a line-end-locator formatting object
LINK_TAG. Static variable in class com.kvisco.xsl.Formatter
The tag name of a link formatting object
LINK_TYPE. Static variable in class com.kvisco.xsl.Formatter
An int value denoting a link formatting object
List(). Constructor for class com.kvisco.util.List
Creates a new BasicSet with the default Size
List(int). Constructor for class com.kvisco.util.List
LIST_ITEM. Static variable in class com.kvisco.xml.HTMLPrinter
LIST_ITEM_LABEL_TAG. Static variable in class com.kvisco.xsl.Formatter
The tag name of a list-item-label formatting object
LIST_ITEM_LABEL_TYPE. Static variable in class com.kvisco.xsl.Formatter
An int value denoting a list-item-label formatting object
LIST_ITEM_TAG. Static variable in class com.kvisco.xsl.Formatter
The tag name of a list-item formatting object
LIST_ITEM_TYPE. Static variable in class com.kvisco.xsl.Formatter
An int value denoting a list-item formatting object
LIST_TAG. Static variable in class com.kvisco.xsl.Formatter
The tag name of a list formatting object
LIST_TYPE. Static variable in class com.kvisco.xsl.Formatter
An int value denoting a list formatting object
ListStack(). Constructor for class com.kvisco.util.ListStack
Creates an empty Stack
LITERAL. Static variable in class com.kvisco.xsl.PrimaryExpr
LITERAL. Static variable in class com.kvisco.xsl.util.Token
LITERAL. Static variable in class com.kvisco.xsl.XSLObject
loadCatalog(Reader). Method in class xslp.xml.parsers.SimpleCatalog
Loads a catalog from the given Reader (appending it to the existing entries)
loadCatalog(String). Method in class xslp.xml.parsers.SimpleCatalog
Loads the named catalog (appending it to the existing entries)
LOCAL_PART. Static variable in class com.kvisco.xsl.functions.XMLNamesFunctionCall
LOCAL_PART_FN. Static variable in class com.kvisco.xsl.Names
LOCAL_SEP. Static variable in class com.kvisco.xml.XMLUtil
LOCALE. Static variable in class com.kvisco.xsl.Names
LOCALE. Static variable in class com.kvisco.xsl.XSLObject
lookAhead(int). Method in class com.kvisco.xsl.util.ExprLexer
Allows looking ahead for tokens without affecting the token sequence as called by nextToken or previousToken
lookAhead(int). Method in class com.kvisco.util.Tokenizer
Allows looking ahead for tokens without affecting the token sequence as called by nextToken or previousToken
LT_OR_EQUAL. Static variable in class com.kvisco.xsl.EqualityExpr
LT_OR_EQUAL_OP. Static variable in class com.kvisco.xsl.Names

M

M. Static variable in class org.mitre.tjt.text.RomanNumberFormat
value of 1000
MACRO_ATTR. Static variable in class com.kvisco.xsl.Names
main(String[]). Static method in class org.mitre.tjt.text.AlphaNumberFormat
This method is for testing the class.
main(String[]). Static method in class com.kvisco.xsl.ExpressionParser
main(String[]). Static method in class com.kvisco.xsl.util.ExprLexer
main(String[]). Static method in class org.mitre.tjt.text.RomanNumberFormat
This method is for testing the class.
main(String[]). Static method in class org.mitre.tjt.xsl.XslNumberFormat
main(String[]). Static method in class com.kvisco.xsl.XSLProcessor
Runs this XSLProcessor based on the given arguments.
MATCH_ATTR. Static variable in class com.kvisco.xsl.Names
matches(Node, Node, ProcessorState). Method in class com.kvisco.xsl.AnyNodeExpr
Determines if the given node is matched by this NodeExpr within the given context
matches(Node, Node, ProcessorState). Method in class com.kvisco.xsl.AttributeExpr
Determines if the given node is matched by this NodeExpr within the given context
matches(Node, Node, ProcessorState). Method in class com.kvisco.xsl.CommentExpr
Determines if the given node is matched by this NodeExpr within the given context
matches(Node, Node, ProcessorState). Method in class com.kvisco.xsl.ElementExpr
Determines if the given node is matched by this NodeExpr within the given context
matches(Node, Node, ProcessorState). Method in class com.kvisco.xsl.FilterBase
Determines if the given node is matched by this MatchExpr with respect to the given context node.
matches(Node, Node, ProcessorState). Method in class com.kvisco.xsl.IdentityExpr
Determines if the given node is matched by this NodeExpr within the given context
matches(Node, Node, ProcessorState). Method in interface com.kvisco.xsl.MatchExpr
Determines if the given node is matched by this MatchExpr with respect to the given context node.
matches(Node, Node, ProcessorState). Method in interface com.kvisco.xsl.NodeExpr
Determines if the given node is matched by this MatchExpr with respect to the given context node.
matches(Node, Node, ProcessorState). Method in class com.kvisco.xsl.ParentExpr
Determines if the given node is matched by this NodeExpr within the given context
matches(Node, Node, ProcessorState). Method in class com.kvisco.xsl.PIExpr
Determines if the given node is matched by this NodeExpr within the given context
matches(Node, Node, ProcessorState). Method in class com.kvisco.xsl.RootExpr
matches(Node, Node, ProcessorState). Method in class com.kvisco.xsl.TemplateRule
Determines if the given node is matched by this MatchExpr with respect to the given context node.
matches(Node, Node, ProcessorState). Method in class com.kvisco.xsl.functions.TextFunctionCall
Determines if the given node is matched by this NodeExpr within the given context
matches(Node, Node, ProcessorState). Method in class com.kvisco.xsl.WildCardExpr
Determines if the given node is matched by this NodeExpr within the given context
MESSAGE. Static variable in class com.kvisco.xsl.Names
MESSAGE. Static variable in class com.kvisco.xsl.XSLObject
META. Static variable in class com.kvisco.xml.HTMLPrinter
MISSING_REQUIRED_ATTR. Static variable in class com.kvisco.xsl.XSLException
MOD_OPNAME. Static variable in class com.kvisco.xsl.Names
MOD_OPNAME. Static variable in class com.kvisco.xsl.util.Token
MODE_ATTR. Static variable in class com.kvisco.xsl.Names
MODULUS. Static variable in class com.kvisco.xsl.MultiplicativeExpr
MULTI_VALUE. Static variable in class com.kvisco.xsl.Names
MultiplicativeExpr(Expr, Expr). Constructor for class com.kvisco.xsl.MultiplicativeExpr
Creates a new MultiplicativeExpr using the default operator
MultiplicativeExpr(Expr, Expr, short). Constructor for class com.kvisco.xsl.MultiplicativeExpr
Creates a new MultiplicativeExpr
MultiplicativeExpr(Expr, Expr, String). Constructor for class com.kvisco.xsl.MultiplicativeExpr
Creates a new MultiplicativeExpr
MULTIPLY. Static variable in class com.kvisco.xsl.MultiplicativeExpr
MULTIPLY_OP. Static variable in class com.kvisco.xsl.util.ExprLexer
MULTIPLY_OP. Static variable in class com.kvisco.xsl.Names
MULTIPLY_OP. Static variable in class com.kvisco.xsl.util.Token

N

NAME. Static variable in class com.kvisco.xsl.functions.XMLNamesFunctionCall
NAME_ATTR. Static variable in class com.kvisco.xsl.Names
NAME_FN. Static variable in class com.kvisco.xsl.Names
NAME_SPACE_SEP. Static variable in class com.kvisco.xml.XMLUtil
NAMESPACE. Static variable in class com.kvisco.xsl.functions.XMLNamesFunctionCall
NAMESPACE_FN. Static variable in class com.kvisco.xsl.Names
next(). Method in interface com.kvisco.util.Iterator
nextToken(). Method in class com.kvisco.xsl.util.ExprLexer
Retrieves the next available token
nextToken(). Method in class com.kvisco.util.Tokenizer
Retrieves the next available token
nextToken(). Method in class org.mitre.tjt.xsl.XslFormatToken
NO_OP. Static variable in class com.kvisco.xsl.FilterBase
NO_VALUE. Static variable in class com.kvisco.xsl.Names
NODE. Static variable in class com.kvisco.xsl.util.Token
NODE_FN. Static variable in class com.kvisco.xsl.Names
NODE_SET. Static variable in interface com.kvisco.xsl.Expr
NODE_SET. Static variable in interface com.kvisco.xsl.ExprResult
NodeSet(). Constructor for class com.kvisco.xsl.NodeSet
Creates a new NodeSet with the default Size
NodeSet(int). Constructor for class com.kvisco.xsl.NodeSet
Normalize(). Constructor for class com.kvisco.xsl.functions.Normalize
Creates a new Normalize function call
NORMALIZE_FN. Static variable in class com.kvisco.xsl.Names
NOT_EQUAL. Static variable in class com.kvisco.xsl.EqualityExpr
NOT_EQUAL_OP. Static variable in class com.kvisco.xsl.Names
NOT_EQUALS_OP. Static variable in class com.kvisco.xsl.util.Token
NOT_FN. Static variable in class com.kvisco.xsl.Names
NotFunctionCall(). Constructor for class com.kvisco.xsl.functions.NotFunctionCall
Creates a new NotFunctionCall
NS_ATTR. Static variable in class com.kvisco.xsl.Names
NULL. Static variable in class com.kvisco.xsl.util.Token
NULL. Static variable in class com.kvisco.xml.Whitespace
Null character
NUMBER. Static variable in interface com.kvisco.xsl.Expr
NUMBER. Static variable in interface com.kvisco.xsl.ExprResult
NUMBER. Static variable in class com.kvisco.xsl.Names
NUMBER. Static variable in class com.kvisco.xsl.functions.NumberFunctionCall
NUMBER. Static variable in class com.kvisco.xsl.PrimaryExpr
NUMBER. Static variable in class com.kvisco.xsl.util.Token
NUMBER. Static variable in class com.kvisco.xsl.XSLObject
NUMBER_FN. Static variable in class com.kvisco.xsl.Names
NUMBER_TYPE. Static variable in class com.kvisco.xsl.XSLSort
The number data-type value
NumberFormatFactory(). Constructor for class org.mitre.tjt.xsl.NumberFormatFactory
NumberFunctionCall(). Constructor for class com.kvisco.xsl.functions.NumberFunctionCall
Creates a new NumberFunctionCall
NumberFunctionCall(short). Constructor for class com.kvisco.xsl.functions.NumberFunctionCall
Creates a new NumberFunctionCall using the given type
NumberResult(). Constructor for class com.kvisco.xsl.NumberResult
Creates a new NumberResult with the default value
NumberResult(double). Constructor for class com.kvisco.xsl.NumberResult
Creates a new NumberResult with the given value
numberValue(). Method in class com.kvisco.xsl.BooleanResult
Returns the value of this ExprResult as a double
numberValue(). Method in interface com.kvisco.xsl.ExprResult
Returns the value of this ExprResult as a double
numberValue(). Method in class com.kvisco.xsl.NodeSet
Returns the value of this ExprResult as a double
numberValue(). Method in class com.kvisco.xsl.NumberResult
Returns the value of this ExprResult as a double
numberValue(). Method in class com.kvisco.xsl.StringResult
Returns the value of this ExprResult as a double
numberValue(). Method in class com.kvisco.xsl.TreeFragmentResult
Returns the value of this ExprResult as a double

O

OpenXMLParser(). Constructor for class xslp.xml.parsers.OpenXMLParser
OR_OPNAME. Static variable in class com.kvisco.xsl.Names
OR_OPNAME. Static variable in class com.kvisco.xsl.util.Token
OracleParser(). Constructor for class xslp.xml.parsers.OracleParser
ORDER_ATTR. Static variable in class com.kvisco.xsl.XSLSort
The order attribute
OrExpr(Expr, Expr). Constructor for class com.kvisco.xsl.OrExpr
OTHERWISE. Static variable in class com.kvisco.xsl.Names
OTHERWISE. Static variable in class com.kvisco.xsl.XSLObject
OUTPUT_FLAG. Static variable in class com.kvisco.xsl.XSLProcessor
The flag directive for the result tree output file

P

PAGE_NUMBER_TAG. Static variable in class com.kvisco.xsl.Formatter
The tag name of a page-number formatting object
PAGE_NUMBER_TYPE. Static variable in class com.kvisco.xsl.Formatter
An int value denoting a page-number formatting object
PAGE_SEQUENCE_TAG. Static variable in class com.kvisco.xsl.Formatter
The tag name of a page-sequence formatting object
PAGE_SEQUENCE_TYPE. Static variable in class com.kvisco.xsl.Formatter
An int value denoting a page-sequence formatting object
PARAGRAPH. Static variable in class com.kvisco.xml.HTMLPrinter
PARAM. Static variable in class com.kvisco.xml.HTMLPrinter
PARAM. Static variable in class com.kvisco.xsl.Names
PARAM. Static variable in class com.kvisco.xsl.XSLObject
Param(XSLStylesheet, String). Constructor for class com.kvisco.xsl.Param
Creates a new Variable
PARAM_VARIABLE. Static variable in class com.kvisco.xsl.Names
PARAM_VARIABLE. Static variable in class com.kvisco.xsl.XSLObject
ParamVariable(XSLStylesheet, String). Constructor for class com.kvisco.xsl.ParamVariable
Creates a new Variable
PARENT_AXIS. Static variable in class com.kvisco.xsl.Names
PARENT_AXIS. Static variable in class com.kvisco.xsl.util.Token
PARENT_EXPR. Static variable in interface com.kvisco.xsl.NodeExpr
PARENT_NODE. Static variable in class com.kvisco.xsl.util.Token
PARENT_OP. Static variable in class com.kvisco.xsl.FilterBase
PARENT_OP. Static variable in class com.kvisco.xsl.util.Token
ParentExpr(). Constructor for class com.kvisco.xsl.ParentExpr
parse(String, ParsePosition). Method in class org.mitre.tjt.text.AlphaNumberFormat
Parses a string containing a number expressed as an alphabetic sequence and converts it to a Number.
parse(String, ParsePosition). Method in class org.mitre.tjt.text.RomanNumberFormat
Parses a string containing a number expressed in Roman Numerals and converts it to a Number.
parseFormat(String). Static method in class org.mitre.tjt.xsl.XslFormatToken
peek(). Method in class com.kvisco.util.ListStack
Returns the Object that is currently on top of the Stack.
peek(). Method in class com.kvisco.util.QuickStack
Returns the Object that is currently on top of the Stack.
PERIOD. Static variable in class com.kvisco.xsl.util.ExprLexer
PERIOD. Static variable in class com.kvisco.xsl.util.Token
PI. Static variable in class com.kvisco.xsl.Names
PI. Static variable in class com.kvisco.xsl.util.Token
PI. Static variable in class com.kvisco.xsl.XSLObject
PI_EXPR. Static variable in interface com.kvisco.xsl.NodeExpr
PI_FN. Static variable in class com.kvisco.xsl.Names
PIExpr(String). Constructor for class com.kvisco.xsl.PIExpr
PlainTextFormatter(). Constructor for class xslp.formatters.PlainTextFormatter
pop(). Method in class com.kvisco.util.ListStack
Removes and returns the Object that is currently on top of the Stack.
pop(). Method in class com.kvisco.util.QuickStack
Removes and returns the Object that is currently on top of the Stack.
POSITION_ATTR. Static variable in class com.kvisco.xsl.Names
POSITION_FN. Static variable in class com.kvisco.xsl.Names
PositionFunctionCall(). Constructor for class com.kvisco.xsl.functions.PositionFunctionCall
Creates a new PositionFunctionCall
PRECEDING_AXIS. Static variable in class com.kvisco.xsl.Names
PRECEDING_AXIS. Static variable in class com.kvisco.xsl.util.Token
PRECEDING_SIBLINGS_AXIS. Static variable in class com.kvisco.xsl.Names
PRECEDING_SIBLINGS_AXIS. Static variable in class com.kvisco.xsl.util.Token
PRESERVE_SPACE. Static variable in class com.kvisco.xsl.Names
PRESERVE_SPACE. Static variable in class com.kvisco.xsl.XSLObject
PRESERVE_VALUE. Static variable in class com.kvisco.xsl.Names
preserveSpace(String). Method in class com.kvisco.xsl.XSLStylesheet
Preserves the whitespace of Elements with the given name.
previousToken(). Method in class com.kvisco.util.Tokenizer
Retrieves the previous token
PRIMARY. Static variable in interface com.kvisco.xsl.Expr
print(Node). Method in class com.kvisco.xml.XMLPrinter
Prints the given Node
printCDATASection(String). Method in class com.kvisco.xml.XMLPrinter
Prints the given Data as a CDATA section
printClosingTag(String). Method in class com.kvisco.xml.XMLPrinter
prints the closing tag using the given name
printComment(String). Method in class com.kvisco.xml.XMLPrinter
Prints the given data as a comment
printDoctype(DocumentType). Method in class com.kvisco.xml.XMLPrinter
printEmptyElement(String, NamedNodeMap). Method in class com.kvisco.xml.XMLPrinter
Prints an empty element with the given name and attributes
printEntityReference(String). Method in class com.kvisco.xml.XMLPrinter
prints the entity reference with the given name
printError(String). Method in class com.kvisco.xsl.ProcessorCallback
Prints an error message to the RuleProcessor's error Writer
printProcessingInstruction(String, String). Method in class com.kvisco.xml.XMLPrinter
Prints the processing instruction
printStartTag(String, NamedNodeMap). Method in class com.kvisco.xml.XMLPrinter
Prints the Start of an element
printText(String). Method in class com.kvisco.xml.XMLPrinter
printXMLDeclaration(String, String). Method in class com.kvisco.xml.XMLPrinter
prints the XML declaration
PRIORITY_ATTR. Static variable in class com.kvisco.xsl.Names
process(Document). Method in class com.kvisco.xsl.RuleProcessor
Processes the given XML Document using this processors stylesheet
process(Document, Document). Method in class com.kvisco.xsl.XSLProcessor
Processes the specified xml (DOM) Document, using the specified (DOM) xsl stylesheet.
process(Document, Document, PrintWriter). Method in class com.kvisco.xsl.XSLProcessor
Processes the specified xml (DOM) Document, using the specified xsl (DOM) Document and the default Formatter.
process(Document, Document, PrintWriter, Formatter). Method in class com.kvisco.xsl.XSLProcessor
Processes the specified xml (DOM) Document, using the specified xsl (DOM) Document and the desired Formatter.
process(Document, PrintWriter). Method in class com.kvisco.xsl.BasicHTMLFormatter
Defined by Formatter.
process(Document, PrintWriter). Method in class com.kvisco.xsl.DefaultFormatter
Defined by Formatter.
process(Document, PrintWriter). Method in class xslp.formatters.FOPFormatter
Defined by Formatter.
process(Document, PrintWriter). Method in class com.kvisco.xsl.Formatter
Processes the given set of nodes
process(Document, PrintWriter). Method in class xslp.formatters.PlainTextFormatter
Processes the given set of nodes
process(Document, XSLStylesheet). Method in class com.kvisco.xsl.XSLProcessor
Processes the specified xml (DOM) Document, using the specified xsl stylesheet.
process(Document, XSLStylesheet, PrintWriter). Method in class com.kvisco.xsl.XSLProcessor
Processes the specified xml (DOM) Document, using the specified xsl stylesheet, and the default Formatter.
process(Document, XSLStylesheet, PrintWriter, Formatter). Method in class com.kvisco.xsl.XSLProcessor
Processes the specified xml (DOM) Document, using the specified xsl stylesheet, and the desired Formatter.
process(InputStream, InputStream). Method in class com.kvisco.xsl.XSLProcessor
Processes the specified xml InputStream, using the specified xsl InputStream.
process(InputStream, InputStream, PrintWriter). Method in class com.kvisco.xsl.XSLProcessor
Processes the specified xml InputStream, using the specified xsl InputStream, and the default Formatter.
process(InputStream, InputStream, PrintWriter, Formatter). Method in class com.kvisco.xsl.XSLProcessor
Processes the specified xml InputStream, using the specified xsl InputStream, and the desired Formatter.
process(String). Method in class com.kvisco.xsl.XSLProcessor
Processes the specified xml file, using the stylesheet specified by the xml stylesheet PI.
process(String, PrintWriter). Method in class com.kvisco.xsl.XSLProcessor
Processes the specified xml file, using the stylesheet specified by the xml stylesheet PI, and the default Formatter.
process(String, String). Method in class com.kvisco.xsl.XSLProcessor
Processes the specified xml file, using the specified xsl file.
process(String, String, PrintWriter). Method in class com.kvisco.xsl.XSLProcessor
Processes the specified xml file, using the specified xsl file, and the default Formatter.
process(String, String, PrintWriter, Formatter). Method in class com.kvisco.xsl.XSLProcessor
Processes the specified xml file, using the specified xsl file, and the desired Formatter.
processVariable(Variable, Node, ProcessorState). Method in class com.kvisco.xsl.ProcessorCallback
ProjectXParser(). Constructor for class xslp.xml.parsers.ProjectXParser
Constructor: initialize parser
push(Object). Method in class com.kvisco.util.ListStack
Adds the given Object to the top of the Stack
push(Object). Method in class com.kvisco.util.QuickStack
Adds the given Object to the top of the Stack
pushBack(). Method in class com.kvisco.xsl.util.ExprLexer
Moves the position of this Lexer back one
put(String, ExprResult). Method in class com.kvisco.xsl.VariableSet

Q

QNAME_FN. Static variable in class com.kvisco.xsl.Names
QUEUE_TAG. Static variable in class com.kvisco.xsl.Formatter
The tag name of a queue formatting object
QUEUE_TYPE. Static variable in class com.kvisco.xsl.Formatter
An int value denoting a queue formatting object
QuickStack(). Constructor for class com.kvisco.util.QuickStack
Creates an empty Stack
QUO_OPNAME. Static variable in class com.kvisco.xsl.Names
QUO_OPNAME. Static variable in class com.kvisco.xsl.util.Token
QUOTE. Static variable in class com.kvisco.xsl.Names
QUOTE. Static variable in class com.kvisco.xsl.XSLStylesheet
QUOTIENT. Static variable in class com.kvisco.xsl.MultiplicativeExpr

R

R_BRACKET. Static variable in class com.kvisco.xsl.util.ExprLexer
R_BRACKET. Static variable in class com.kvisco.xsl.util.Token
R_CURLY_BRACKET. Static variable in class com.kvisco.xsl.StringExpr
R_PAREN. Static variable in class com.kvisco.xsl.util.ExprLexer
R_PAREN. Static variable in class com.kvisco.xsl.util.Token
readDocument(InputStream, String, boolean). Method in class com.kvisco.xml.DOMReader
Reads an XML Document from the given InputStream.
readDocument(InputStream, String, boolean, Writer). Method in class com.kvisco.xml.DOMReader
Reads an XML Document from the given InputStream.
readDocument(Reader, String, PrintWriter). Method in interface com.kvisco.xml.parser.DOMPackage
Reads an XML Document from the given Reader.
readDocument(Reader, String, PrintWriter). Method in class xslp.xml.parsers.OpenXMLParser
Reads an XML Document from the given Reader
readDocument(Reader, String, PrintWriter). Method in class xslp.xml.parsers.OracleParser
Reads an XML Document from the given Reader
readDocument(Reader, String, PrintWriter). Method in class xslp.xml.parsers.ProjectXParser
Reads an XML Document from the given Reader
readDocument(Reader, String, PrintWriter). Method in class xslp.xml.parsers.XML4J_1xParser
Reads an XML Document from the given Reader
readDocument(Reader, String, PrintWriter). Method in class xslp.xml.parsers.XML4J_2xParser
Reads an XML Document from the given Reader
readStylesheet(Document, String). Method in class com.kvisco.xsl.XSLReader
Parses a DOM Document into an XSL stylesheet
readStylesheet(InputStream, String). Method in class com.kvisco.xsl.XSLReader
Reads an XSLStylesheet from the given InputStream.
readStylesheet(String). Method in class com.kvisco.xsl.XSLReader
Reads an XSL stylesheet from the given filename
recieve(String). Method in interface com.kvisco.xsl.MessageObserver
recieveMessage(String). Method in interface com.kvisco.xsl.util.MessageObserver
recieveMessage(String). Method in class com.kvisco.xsl.util.SimpleMessageObserver
Notifies this observer of a new message
recieveMessage(String). Method in class com.kvisco.xsl.XSLProcessor
Recieves a message
remove(). Method in interface com.kvisco.util.Iterator
remove(int). Method in class com.kvisco.util.List
Removes the element at the specified index from the List
remove(int). Method in class com.kvisco.xsl.NodeSet
Removes the Node at the specified index from the NodeSet
remove(Node). Method in class com.kvisco.xsl.NodeSet
Removes the the specified Node from the NodeSet
remove(Object). Method in class com.kvisco.util.List
Removes the first occurrence of the specified element from the List
removeExpr(Expr). Method in class com.kvisco.xsl.AttributeValueTemplate
Removes the given Expr from this AttributeValueTemplate
removeExprParameter(Expr). Method in class com.kvisco.xsl.functions.FunctionCall
removeMessageObserver(MessageObserver). Method in class com.kvisco.xsl.RuleProcessor
Removes the given MessageObserver from this processors list of MessageObservers
removeMessageObserver(MessageObserver). Method in class com.kvisco.xsl.XSLProcessor
Removes the given MessageObserver from this processors list of MessageObservers
removePredicate(Expr). Method in class com.kvisco.xsl.FilterBase
Removes the given predicate from this FilterBase
resetPosition(). Method in class com.kvisco.xsl.util.ExprLexer
Resets the position of the token pointer to the beginning
resetPosition(). Method in class com.kvisco.util.Tokenizer
Resets the position of the token pointer to the beginning
resolveEntity(String, String). Method in class xslp.xml.parsers.SimpleCatalog
Resolves an entity reference (implements EntityResolver)
resolveHref(String, String). Static method in class com.kvisco.net.URIUtils
RESULT_NS_ATTR. Static variable in class com.kvisco.xsl.Names
RomanNumberFormat(boolean). Constructor for class org.mitre.tjt.text.RomanNumberFormat
Creates a new RomanNumberSequence object.
ROOT_EXPR. Static variable in class com.kvisco.xsl.Names
RootExpr(). Constructor for class com.kvisco.xsl.RootExpr
ROUND. Static variable in class com.kvisco.xsl.functions.NumberFunctionCall
ROUND_FN. Static variable in class com.kvisco.xsl.Names
RULE_GRAPHIC_TAG. Static variable in class com.kvisco.xsl.Formatter
The tag name of a rule-graphic formatting object
RULE_GRAPHIC_TYPE. Static variable in class com.kvisco.xsl.Formatter
An int value denoting a rule-graphic formatting object
RuleProcessor(XSLStylesheet, DOMPackage). Constructor for class com.kvisco.xsl.RuleProcessor
Create a RuleProcessor for the given XSL stylesheet

S

S_QUOTE. Static variable in class com.kvisco.xsl.util.ExprLexer
SCORE_TAG. Static variable in class com.kvisco.xsl.Formatter
The tag name of a score formatting object
SCORE_TYPE. Static variable in class com.kvisco.xsl.Formatter
An int value denoting a score formatting object
SCRIPT. Static variable in class com.kvisco.xml.HTMLPrinter
SCRIPT. Static variable in class com.kvisco.xsl.Names
SCRIPT. Static variable in class com.kvisco.xsl.XSLObject
search(Object). Method in class com.kvisco.util.ListStack
Searches for the given Object in the stack and returns it's position relative to the top of the Stack.
search(Object). Method in class com.kvisco.util.QuickStack
Searches for the given Object in the stack and returns it's position relative to the top of the Stack.
SELECT_ATTR. Static variable in class com.kvisco.xsl.Names
SELECT_ATTR. Static variable in class com.kvisco.xsl.XSLSort
The select attribute
Selection(XSLStylesheet, short). Constructor for class com.kvisco.xsl.Selection
selectNodes(Node, ProcessorState). Method in class com.kvisco.xsl.CopyOf
selectNodes(Node, ProcessorState). Method in class com.kvisco.xsl.Selection
Selects all nodes that match this Selection's SelectExpr using the given context node and ids.
SELF_AXIS. Static variable in class com.kvisco.xsl.Names
SELF_AXIS. Static variable in class com.kvisco.xsl.util.Token
SELF_NODE. Static variable in class com.kvisco.xsl.util.Token
SEQUENCE_TAG. Static variable in class com.kvisco.xsl.Formatter
The tag name of a sequence formatting object
SEQUENCE_TYPE. Static variable in class com.kvisco.xsl.Formatter
An int value denoting a sequence formatting object
set(int, Object). Method in class com.kvisco.util.List
Replaces the element at the specified position in this list with the specified element.
setAllowActions(boolean). Method in class com.kvisco.xsl.XSLObject
setAncestryOp(int). Method in class com.kvisco.xsl.FilterBase
Sets the AncestryOp for this FilterBase
setAttribute(String, String). Method in class com.kvisco.xsl.CopyOf
Sets the attribute with the given name to the given value.
setAttribute(String, String). Method in class com.kvisco.xsl.TemplateRule
Sets the attribute with the given name to the given value.
setAttribute(String, String). Method in class com.kvisco.xsl.XSLIf
Sets the attribute with the given name to the given value.
setAttribute(String, String). Method in class com.kvisco.xsl.XSLNumber
setAttribute(String, String). Method in class com.kvisco.xsl.XSLObject
Sets the attribute with the given name to the given value.
setAttribute(String, String). Method in class com.kvisco.xsl.XSLSort
Sets the attribute with the given name to the given value.
setAttribute(String, String). Method in class com.kvisco.xsl.XSLStylesheet
setAttributeSetName(String). Method in class com.kvisco.xsl.XSLUse
Sets the name of the AttributeSet that this XSLUse references
setBooleanExpr(BooleanExpr). Method in class com.kvisco.xsl.XSLIf
setCountAttr(String). Method in class com.kvisco.xsl.XSLNumber
Sets the count expression of this XSLNumber
setData(String). Method in class com.kvisco.xsl.XSLCData
Sets the data of this XSLCData
setData(String). Method in class com.kvisco.xsl.XSLScript
setData(String). Method in class com.kvisco.xsl.XSLText
Sets the data of this XSLText
setDocumentBase(String). Method in class com.kvisco.xsl.XSLPIHandler
setDocumentBase(String). Method in class com.kvisco.xsl.XSLProcessor
Sets the document base for resolving relative URLs
setDocumentBase(String). Method in class com.kvisco.xsl.XSLStylesheet
Sets the Document Base for this stylesheet
setDocumentType(Document, String). Method in interface com.kvisco.xml.parser.DOMPackage
Sets the DocumentType for the given Document.
setDocumentType(Document, String). Method in class xslp.xml.parsers.OpenXMLParser
Creates a DOM DocumentType using the DOM package of this DOMReader
setDocumentType(Document, String). Method in class xslp.xml.parsers.OracleParser
Creates a DOM DocumentType using the DOM package of this DOMReader
setDocumentType(Document, String). Method in class xslp.xml.parsers.ProjectXParser
Sets the DocumentType for the given Document.
setDocumentType(Document, String). Method in class xslp.xml.parsers.XML4J_1xParser
Creates a DOM DocumentType using the DOM package of this DOMReader
setDocumentType(Document, String). Method in class xslp.xml.parsers.XML4J_2xParser
Creates a DOM DocumentType using the DOM package of this DOMReader
setDOMReader(DOMReader). Method in class com.kvisco.xsl.XSLProcessor
Sets the DOMReader that will be used to read in XML Documents
setElementType(String). Method in class com.kvisco.xsl.Id
Sets the element type that this Id Attribute is for
setError(String). Method in class com.kvisco.xsl.functions.ErrorFunctionCall
setErrorStream(PrintStream). Method in class com.kvisco.xsl.XSLProcessor
Sets the stream for this XSLProcessor to print errors to.
setErrorStream(PrintStream). Method in class com.kvisco.xsl.XSLReader
Sets the PrintStream to print all errors to.
setErrorStream(Writer). Method in class com.kvisco.xsl.XSLProcessor
Sets the stream for this XSLProcessor to print errors to.
setErrorStream(Writer). Method in class com.kvisco.xsl.XSLReader
Sets the Writer to print all errors to.
setErrorWriter(OutputStream). Method in class com.kvisco.xsl.RuleProcessor
Sets the Writer for this RuleProcessor to print error messages to
setErrorWriter(Writer). Method in class com.kvisco.xsl.RuleProcessor
Sets the Writer for this RuleProcessor to print error messages to
setFormatAttr(String). Method in class com.kvisco.xsl.XSLNumber
Sets the format pattern of this XSLNumber
setFormatFactory(NumberFormatFactory). Method in class org.mitre.tjt.xsl.XslFormatToken
setFromAttr(String). Method in class com.kvisco.xsl.XSLNumber
setHref(String). Method in class com.kvisco.xsl.XSLStylesheet
Sets the href for this stylesheet
setIdAttribute(String). Method in class com.kvisco.xsl.Id
Sets the name of the attribute to use as an element Id
setIndentResult(boolean). Method in class com.kvisco.xsl.Formatter
Sets whether or not this Formatter can indent the result
setIndentSize(int). Method in class com.kvisco.xsl.Formatter
Sets the size of the indentation
setIndentSize(int). Method in class com.kvisco.xml.XMLPrinter
Sets the indent size
setLanguage(String). Method in class com.kvisco.xsl.XSLScript
setLevel(String). Method in class com.kvisco.xsl.XSLNumber
Sets the level of numbering for this XSLNumber
setMatchAttr(String). Method in class com.kvisco.xsl.TemplateRule
Sets the MatchExpr for this TemplateRule
setModeAttr(String). Method in class com.kvisco.xsl.TemplateRule
setName(String). Method in class com.kvisco.xsl.TemplateRule
sets the name for this TemplateRule
setPosition(int). Method in class com.kvisco.xsl.util.ExprLexer
Sets the current position of this tokenizer.
setPosition(int). Method in class com.kvisco.util.Tokenizer
Sets the current position of this tokenizer.
setPostSeparator(String). Method in class org.mitre.tjt.xsl.XslFormatToken
setPreSeparator(String). Method in class org.mitre.tjt.xsl.XslFormatToken
setPriority(float). Method in class com.kvisco.xsl.TemplateRule
Sets the priority for this TemplateRule
setProperty(String, String). Method in class com.kvisco.xsl.XSLProcessor
Sets the property value associated with the given String.
setSelectExpr(SelectExpr). Method in class com.kvisco.xsl.XSLSort
sets the SelectExpr for this XSLSort
setStylesheet(XSLStylesheet). Method in class com.kvisco.xsl.XSLImport
Sets the Stylesheet that this Import references
setTemplateName(String). Method in class com.kvisco.xsl.XSLCallTemplate
Sets the name of the Template that this XSLCallTemplate references
setTypeName(String). Method in class com.kvisco.xsl.XSLObject
setUnescapeCDATA(boolean). Method in class com.kvisco.xml.XMLPrinter
Sets whether or not to "unwrap" CDATA Sections when printing.
setUseEmptyElementShorthand(boolean). Method in class com.kvisco.xml.XMLPrinter
setUseFormat(boolean). Method in class com.kvisco.xml.HTMLPrinter
Sets whether or not this XMLPrinter should add whitespace to pretty print the XML tree
setUseFormat(boolean). Method in class com.kvisco.xml.XMLPrinter
Sets whether or not this XMLPrinter should add whitespace to pretty print the XML tree
setValidation(boolean). Method in interface com.kvisco.xml.parser.DOMPackage
Sets whether or not to Validate the Document
setValidation(boolean). Method in class xslp.xml.parsers.OpenXMLParser
Sets whether or not to Validate the Document
setValidation(boolean). Method in class xslp.xml.parsers.OracleParser
Sets whether or not to Validate the Document
setValidation(boolean). Method in class xslp.xml.parsers.ProjectXParser
Turns the validation on/off for this DOMPackage
setValidation(boolean). Method in class xslp.xml.parsers.XML4J_1xParser
Sets whether or not to Validate the Document
setValidation(boolean). Method in class xslp.xml.parsers.XML4J_2xParser
Sets whether or not to Validate the Document
setValidation(boolean). Method in class com.kvisco.xsl.XSLProcessor
Sets whether or not to validate when reading an XML document.
setValue(boolean). Method in class com.kvisco.xsl.BooleanResult
Sets the value of this BooleanResult
setValue(double). Method in class com.kvisco.xsl.NumberResult
Sets the value of this NumberResult
setValue(Node). Method in class com.kvisco.xsl.TreeFragmentResult
Sets the value of this TreeFragmentResult
setValue(String). Method in class com.kvisco.xsl.StringResult
Sets the value of this StringResult
setWriter(Writer). Method in class com.kvisco.xsl.util.SimpleMessageObserver
Sets the Writer of this MessageObserver
SIMPLE_PAGE_SEQUENCE_TAG. Static variable in class com.kvisco.xsl.Formatter
The tag name of a simple-page-sequence formatting object
SIMPLE_PAGE_SEQUENCE_TYPE. Static variable in class com.kvisco.xsl.Formatter
An int value denoting a simple-page-sequence formatting object
SimpleCatalog(). Constructor for class xslp.xml.parsers.SimpleCatalog
Constructor without parameters (creates empty catalog)
SimpleCatalog(String). Constructor for class xslp.xml.parsers.SimpleCatalog
Constructor loading a catalog
SimpleMessageObserver(). Constructor for class com.kvisco.xsl.util.SimpleMessageObserver
Creates a new SimpleMessageObserver which will print messages to the console
SimpleMessageObserver(Writer). Constructor for class com.kvisco.xsl.util.SimpleMessageObserver
Creates a new SimpleMessageObserver which will print messages to the given Writer
SINGLE_VALUE. Static variable in class com.kvisco.xsl.Names
size(). Method in class com.kvisco.util.List
Returns the number of elements in the List
size(). Method in class com.kvisco.xsl.NodeSet
Returns the number of elements in the NodeSet
size(). Method in class com.kvisco.util.QuickStack
Returns the number of items on the Stack
SORT. Static variable in class com.kvisco.xsl.Names
SORT. Static variable in class com.kvisco.xsl.XSLObject
SPACE. Static variable in class com.kvisco.xsl.util.ExprLexer
SPACE. Static variable in class com.kvisco.xml.Whitespace
Single space character
STARTS_WITH_FN. Static variable in class com.kvisco.xsl.Names
StartsWith(). Constructor for class com.kvisco.xsl.functions.StartsWith
Creates a new StartsWith FunctionCall
STRING. Static variable in interface com.kvisco.xsl.Expr
STRING. Static variable in interface com.kvisco.xsl.ExprResult
STRING_FN. Static variable in class com.kvisco.xsl.Names
STRING_LENGTH_FN. Static variable in class com.kvisco.xsl.Names
StringExpr(String). Constructor for class com.kvisco.xsl.StringExpr
Creates a new StringExpr using the given String
StringFunctionCall(). Constructor for class com.kvisco.xsl.functions.StringFunctionCall
Creates a new String FunctionCall
StringLength(). Constructor for class com.kvisco.xsl.functions.StringLength
Creates a new StringLength FunctionCall
StringResult(). Constructor for class com.kvisco.xsl.StringResult
Creates a new StringResult with the default value
StringResult(String). Constructor for class com.kvisco.xsl.StringResult
Creates a new String Result with the given value
STRIP_SPACE. Static variable in class com.kvisco.xsl.Names
STRIP_SPACE. Static variable in class com.kvisco.xsl.XSLObject
stripSpace(String). Static method in class com.kvisco.xml.Whitespace
Strips whitespace from the given String.
stripSpace(String). Method in class com.kvisco.xsl.XSLStylesheet
Removes the ignorable whitespace from Elements with the given name.
stripSpace(String, boolean, boolean). Static method in class com.kvisco.xml.Whitespace
Strips whitespace from the given String.
STYLESHEET. Static variable in class com.kvisco.xsl.Names
STYLESHEET. Static variable in class com.kvisco.xsl.XSLObject
STYLESHEET_FLAG. Static variable in class com.kvisco.xsl.XSLProcessor
The flag directive for the stylesheet to use
STYLESHEET_PI. Static variable in class com.kvisco.xsl.XSLPIHandler
STYLESHEET_PI_OLD. Static variable in class com.kvisco.xsl.XSLPIHandler
subList(int, int). Method in class com.kvisco.util.List
Returns a new List which contains elements from a given section of this list.
Substring(). Constructor for class com.kvisco.xsl.functions.Substring
Creates a new Substring FunctionCall
SUBSTRING_AFTER_FN. Static variable in class com.kvisco.xsl.Names
SUBSTRING_BEFORE_FN. Static variable in class com.kvisco.xsl.Names
SUBSTRING_FN. Static variable in class com.kvisco.xsl.Names
SubstringAfter(). Constructor for class com.kvisco.xsl.functions.SubstringAfter
Creates a new SubstringAfter FunctionCall
SubstringBefore(). Constructor for class com.kvisco.xsl.functions.SubstringBefore
Creates a new SubstringBefore FunctionCall
SUBTRACT. Static variable in class com.kvisco.xsl.AdditiveExpr
SUBTRACTION_OP. Static variable in class com.kvisco.xsl.util.ExprLexer
SUBTRACTION_OP. Static variable in class com.kvisco.xsl.Names
SUBTRACTION_OP. Static variable in class com.kvisco.xsl.util.Token
SUM_FN. Static variable in class com.kvisco.xsl.Names
SumFunctionCall(). Constructor for class com.kvisco.xsl.functions.SumFunctionCall
Creates a new SumFunctionCall
SYSTEM_PROPERTY. Static variable in class com.kvisco.xsl.functions.SystemFunctionCall
SYSTEM_PROPERTY_FN. Static variable in class com.kvisco.xsl.Names
SystemFunctionCall(). Constructor for class com.kvisco.xsl.functions.SystemFunctionCall
Creates a new SystemFunctionCall using the default function type (system-property())
SystemFunctionCall(short). Constructor for class com.kvisco.xsl.functions.SystemFunctionCall
Creates a new SystemFunctionCall

T

TAB. Static variable in class com.kvisco.xsl.util.ExprLexer
TAB. Static variable in class com.kvisco.xml.Whitespace
Tab character
TEMPLATE. Static variable in class com.kvisco.xsl.Names
TEMPLATE. Static variable in class com.kvisco.xsl.XSLObject
TemplateRule(XSLStylesheet). Constructor for class com.kvisco.xsl.TemplateRule
Creates a new TemplateRule.
By default the new rule will not match any elements.
TEST_ATTR. Static variable in class com.kvisco.xsl.Names
TEXT. Static variable in class com.kvisco.xsl.Names
TEXT. Static variable in class com.kvisco.xsl.util.Token
TEXT. Static variable in class com.kvisco.xsl.XSLObject
TEXT_EXPR. Static variable in interface com.kvisco.xsl.NodeExpr
TEXT_FN. Static variable in class com.kvisco.xsl.Names
TEXT_TYPE. Static variable in class com.kvisco.xsl.XSLSort
The text data-type value
TextFunctionCall(). Constructor for class com.kvisco.xsl.functions.TextFunctionCall
Creates a new TextFunctionCall
toArray(). Method in class com.kvisco.util.List
Returns an array containing all of the elements in this list in proper sequence.
toArray(). Method in class com.kvisco.xsl.NodeSet
Returns an array containing all of the nodes in this NodeSet in proper sequence.
toArray(Node[]). Method in class com.kvisco.xsl.NodeSet
Returns an array containing all of the nodes in this NodeSet in proper sequence.
toArray(Object[]). Method in class com.kvisco.util.List
Returns an array containing all of the elements in this list in proper sequence.
toJavaObject(). Method in class com.kvisco.xsl.BooleanResult
Returns the Java Object this ExprResult represents
toJavaObject(). Method in interface com.kvisco.xsl.ExprResult
Returns the Java Object this ExprResult represents
toJavaObject(). Method in class com.kvisco.xsl.NodeSet
Returns the Java Object this ExprResult represents
toJavaObject(). Method in class com.kvisco.xsl.NumberResult
Returns the Java Object this ExprResult represents
toJavaObject(). Method in class com.kvisco.xsl.StringResult
Returns the Java Object this ExprResult represents
toJavaObject(). Method in class com.kvisco.xsl.TreeFragmentResult
Returns the Java Object this ExprResult represents
Tokenizer(String). Constructor for class com.kvisco.util.Tokenizer
Creates a new Tokenizer using the given String and the default set of delimiters.
Tokenizer(String, String[]). Constructor for class com.kvisco.util.Tokenizer
Creates a new Tokenizer using the given String and the default set of delimiters
tokenSet. Static variable in class com.kvisco.xsl.util.ExprLexer
the delimiter set of an ExprLexer
toString(). Method in class com.kvisco.xsl.AdditiveExpr
Returns the String representation of this EqualityExpr
toString(). Method in class com.kvisco.xsl.AndExpr
Returns the String representation of this AndExpr
toString(). Method in class com.kvisco.xsl.AnyNodeExpr
Returns the String representation of this NodeExpr
toString(). Method in class com.kvisco.xsl.AttributeExpr
Returns the String representation of this NodeExpr
toString(). Method in class com.kvisco.xsl.AttributeValueTemplate
Returns the String representation of this AttributeValueTemplate
toString(). Method in class com.kvisco.xsl.BooleanExpr
Returns the String representation of this BooleanExpr
toString(). Method in class com.kvisco.xsl.BooleanResult
Returns the value of this ExprResult as a String
toString(). Method in class com.kvisco.xsl.CommentExpr
Returns the String representation of this NodeExpr
toString(). Method in class com.kvisco.xsl.ElementExpr
Returns the String representation of this NodeExpr
toString(). Method in class com.kvisco.xsl.EqualityExpr
Returns the String representation of this EqualityExpr
toString(). Method in interface com.kvisco.xsl.Expr
toString(). Method in class com.kvisco.xsl.util.ExprLexer
toString(). Method in interface com.kvisco.xsl.ExprResult
Returns the value of this ExprResult as a String
toString(). Method in class com.kvisco.xsl.FilterBase
Returns the String representation of this FilterBase
toString(). Method in class com.kvisco.xsl.functions.FunctionCall
Returns the String representation of this FunctionCall
toString(). Method in class com.kvisco.xsl.IdentityExpr
Returns the String representation of this NodeExpr
toString(). Method in class com.kvisco.xsl.MultiplicativeExpr
Returns the String representation of this EqualityExpr
toString(). Method in class com.kvisco.xsl.NumberResult
Returns the value of this ExprResult as a String
toString(). Method in class com.kvisco.xsl.OrExpr
Returns the String representation of this AndExpr
toString(). Method in class com.kvisco.xsl.ParentExpr
Returns the String representation of this NodeExpr
toString(). Method in class com.kvisco.xsl.PIExpr
Returns the String representation of this NodeExpr
toString(). Method in class com.kvisco.xsl.PrimaryExpr
Returns the String representation of this PrimaryExpr
toString(). Method in class com.kvisco.xsl.RootExpr
Returns the String representation of this PathExpr
toString(). Method in class com.kvisco.xsl.StringExpr
Returns the String representation of this StringExpr
toString(). Method in class com.kvisco.xsl.StringResult
Returns the value of this ExprResult as a String
toString(). Method in class com.kvisco.xsl.util.Token
toString(). Method in class com.kvisco.util.Tokenizer
toString(). Method in class com.kvisco.xsl.TreeFragmentResult
Returns the value of this ExprResult as a String
toString(). Method in class com.kvisco.xsl.Variable
toString(). Method in class com.kvisco.xsl.WildCardExpr
Returns the String representation of this NodeExpr
toStringResult(ExprResult). Static method in class com.kvisco.xsl.StringExpr
TRANSFORM. Static variable in class com.kvisco.xsl.Names
Translate(). Constructor for class com.kvisco.xsl.functions.Translate
Creates a new Translate FunctionCall
TRANSLATE_FN. Static variable in class com.kvisco.xsl.Names
TREE_FRAGMENT. Static variable in interface com.kvisco.xsl.ExprResult
TreeFragmentResult(). Constructor for class com.kvisco.xsl.TreeFragmentResult
Creates a new TreeFragmentResult with the default value
TreeFragmentResult(Node). Constructor for class com.kvisco.xsl.TreeFragmentResult
Creates a new TreeFragmentResult with the given value
trimToSize(). Method in class com.kvisco.util.List
Reduces the capacity of the internal buffer to the current size freeing up unused memory.
TRUE_FN. Static variable in class com.kvisco.xsl.Names
TRUE_RESULT. Static variable in class com.kvisco.xsl.BooleanResult
TrueFunctionCall(). Constructor for class com.kvisco.xsl.functions.TrueFunctionCall
Creates a new TrueFunctionCall
type. Variable in class com.kvisco.xsl.util.Token
TYPE_ATTR. Static variable in class com.kvisco.xsl.Names

U

UNION_OP. Static variable in class com.kvisco.xsl.util.Token
URIUtils(). Constructor for class com.kvisco.net.URIUtils
USE. Static variable in class com.kvisco.xsl.Names
USE. Static variable in class com.kvisco.xsl.XSLObject

V

V. Static variable in class org.mitre.tjt.text.RomanNumberFormat
value of 5
VALIDATE_FLAG. Static variable in class com.kvisco.xsl.XSLProcessor
The flag directive for the turning on validation
value. Variable in class com.kvisco.xsl.util.Token
VALUE_ATTR. Static variable in class com.kvisco.xsl.Names
VALUE_OF. Static variable in class com.kvisco.xsl.Names
VALUE_OF. Static variable in class com.kvisco.xsl.XSLObject
VAR_REFERENCE. Static variable in class com.kvisco.xsl.util.Token
VARIABLE. Static variable in class com.kvisco.xsl.Names
VARIABLE. Static variable in class com.kvisco.xsl.XSLObject
Variable(XSLStylesheet, String). Constructor for class com.kvisco.xsl.Variable
Creates a new Variable
VARIABLE_REFERENCE. Static variable in class com.kvisco.xsl.PrimaryExpr
VariableSet(). Constructor for class com.kvisco.xsl.VariableSet
VariableSet(int). Constructor for class com.kvisco.xsl.VariableSet
VERSION_FLAG. Static variable in class com.kvisco.xsl.XSLProcessor
The flag directive for displaying the version
VERT_BAR. Static variable in class com.kvisco.xsl.util.ExprLexer

W

warning(SAXParseException). Method in class xslp.xml.parsers.ProjectXParser
Handle Warnings
WHEN. Static variable in class com.kvisco.xsl.Names
WHEN. Static variable in class com.kvisco.xsl.XSLObject
Whitespace(). Constructor for class com.kvisco.xml.Whitespace
WILD_CARD. Static variable in class com.kvisco.xsl.Names
WILDCARD. Static variable in class com.kvisco.xsl.util.Token
WILDCARD_EXPR. Static variable in interface com.kvisco.xsl.NodeExpr

X

X. Static variable in class org.mitre.tjt.text.RomanNumberFormat
value of 10
XML4J_1xParser(). Constructor for class xslp.xml.parsers.XML4J_1xParser
Creates a new XML4J_1xParser
XML4J_2xParser(). Constructor for class xslp.xml.parsers.XML4J_2xParser
Instantiate parser
XMLLANG_ATTR. Static variable in class com.kvisco.xsl.Names
XMLNamesFunctionCall(). Constructor for class com.kvisco.xsl.functions.XMLNamesFunctionCall
Creates a new XMLNames Function Call
XMLNamesFunctionCall(short). Constructor for class com.kvisco.xsl.functions.XMLNamesFunctionCall
Creates a new XMLNames Function Call
XMLNS. Static variable in class com.kvisco.xsl.Names
XMLNS. Static variable in class com.kvisco.xml.XMLUtil
XMLNS_ATTR. Static variable in class com.kvisco.xsl.XSLStylesheet
XMLNS_DECL. Static variable in class com.kvisco.xsl.XSLStylesheet
XMLPrinter(PrintWriter). Constructor for class com.kvisco.xml.XMLPrinter
Creates a new XML Printer using the given PrintWriter for output
XMLPrinter(PrintWriter, int). Constructor for class com.kvisco.xml.XMLPrinter
Creates a new XML Printer using the given PrintWriter for output, and nodes are indenting using the specified indent size
XMLSPACE_ATTR. Static variable in class com.kvisco.xsl.Names
XMLUtil(). Constructor for class com.kvisco.xml.XMLUtil
XSL_NAMESPACE. Static variable in class com.kvisco.xsl.XSLStylesheet
XSL_VENDOR. Static variable in class com.kvisco.xsl.RuleProcessor
The XSL vendor property name
XSL_VENDOR_URL. Static variable in class com.kvisco.xsl.RuleProcessor
The XSL vendor-url property name
XSL_VERSION. Static variable in class com.kvisco.xsl.RuleProcessor
The XSL version property name
XSLCData(XSLStylesheet). Constructor for class com.kvisco.xsl.XSLCData
Creates a new XSLCData
XSLCData(XSLStylesheet, String). Constructor for class com.kvisco.xsl.XSLCData
Creates a new XSLCData with the given data
XSLException(int, String). Constructor for class com.kvisco.xsl.XSLException
Creates a new XSLException
XSLException(String). Constructor for class com.kvisco.xsl.XSLException
Creates a new XSLException
XslFormatToken(String, String). Constructor for class org.mitre.tjt.xsl.XslFormatToken
XslFormatToken(String, String, String). Constructor for class org.mitre.tjt.xsl.XslFormatToken
XSLIf(XSLStylesheet). Constructor for class com.kvisco.xsl.XSLIf
Creates a new XSLIf object
XSLImport(XSLStylesheet). Constructor for class com.kvisco.xsl.XSLImport
Creates a new XSLImport
XSLImport(XSLStylesheet, XSLStylesheet). Constructor for class com.kvisco.xsl.XSLImport
Creates a new XSLImport
XSLNumber(XSLStylesheet). Constructor for class com.kvisco.xsl.XSLNumber
Creates a new XSLNumber Object
XslNumberFormat(). Constructor for class org.mitre.tjt.xsl.XslNumberFormat
XSLObject(XSLStylesheet, short). Constructor for class com.kvisco.xsl.XSLObject
Creates an XSLObject using the specified type
XSLOtherwise(XSLStylesheet). Constructor for class com.kvisco.xsl.XSLOtherwise
Creates a new XSLOtherwise object
XSLPIHandler(). Constructor for class com.kvisco.xsl.XSLPIHandler
Create an XSLPIHandler with the specified XSLIterpreter
XSLProcessor(). Constructor for class com.kvisco.xsl.XSLProcessor
creates a new XSLProcessor
XSLReader(). Constructor for class com.kvisco.xsl.XSLReader
Creates a new XSLReader using the Default DOMReader
XSLReader(DOMReader). Constructor for class com.kvisco.xsl.XSLReader
Creates a new XSLReader using the given DOMReader
XSLScript(XSLStylesheet). Constructor for class com.kvisco.xsl.XSLScript
Creates a new XSLScript
XSLScript(XSLStylesheet, String). Constructor for class com.kvisco.xsl.XSLScript
Creates a new XSLScript
XSLSort(XSLStylesheet). Constructor for class com.kvisco.xsl.XSLSort
Creates a new XSLSort
XSLStylesheet(). Constructor for class com.kvisco.xsl.XSLStylesheet
Create a new XSLStylesheet
XSLText(XSLStylesheet). Constructor for class com.kvisco.xsl.XSLText
Creates a new XSLText element, with no data
XSLText(XSLStylesheet, String). Constructor for class com.kvisco.xsl.XSLText
Creates a new XSLText with the given data

Y

YES_VALUE. Static variable in class com.kvisco.xsl.Names