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

A

ADDITIVE - Static variable in class jd.xml.xpath.expr.visitor.ExprPrecedence
 
ALL - Static variable in class jd.xml.xpath.axis.NodeNameTest
 
ALL - Static variable in class jd.xml.xpath.axis.NodeTypeTest
The NodeTypeTest "*".
AND - Static variable in class jd.xml.xpath.expr.visitor.ExprPrecedence
 
AT - Static variable in interface jd.xml.xpath.parser.TokenConstants
 
ATTRIBUTE - Static variable in interface jd.xml.xpath.model.XPathNode
 
AXISNAME - Static variable in interface jd.xml.xpath.parser.TokenConstants
 
AbbreviatedPaths - class jd.xml.xpath.expr.path.AbbreviatedPaths.
AbbreviatedPaths provides constants for the common used LocationSteps.
AbbreviatedPaths() - Constructor for class jd.xml.xpath.expr.path.AbbreviatedPaths
 
AbstractStylesheet - class jd.xml.xslt.AbstractStylesheet.
A XSLT stylesheet base class.
AbstractStylesheet() - Constructor for class jd.xml.xslt.AbstractStylesheet
Create a Stylesheet.
AbstractXPathNode - class jd.xml.xpath.model.build.AbstractXPathNode.
An incomplete implementation of XPathNode with reasonable defaults for most node types.
AbstractXPathNode() - Constructor for class jd.xml.xpath.model.build.AbstractXPathNode
 
Add - class jd.xml.xpath.expr.operator.Add.
Add represents the '+' expression.
Add(Expression, Expression) - Constructor for class jd.xml.xpath.expr.operator.Add
 
AllNameTest - class jd.xml.xpath.axis.name.AllNameTest.
A NodeNameTest that accepts all names and only tests the principalType.
AllNameTest() - Constructor for class jd.xml.xpath.axis.name.AllNameTest
 
AllNodeTypeTest - class jd.xml.xpath.axis.type.AllNodeTypeTest.
Implements the node-test "node()".
AllNodeTypeTest() - Constructor for class jd.xml.xpath.axis.type.AllNodeTypeTest
 
AncestorAxis - class jd.xml.xpath.axis.AncestorAxis.
AncestorAxis represents the ancestor axis.
AncestorAxis(String, boolean) - Constructor for class jd.xml.xpath.axis.AncestorAxis
 
AncestorOrSelfAxis - class jd.xml.xpath.axis.AncestorOrSelfAxis.
AncestorOrSelfAxis represents the ancestor-or-self axis.
AncestorWalker - class jd.xml.xpath.model.walk.AncestorWalker.
A ModelWalker for the ancestor nodes in document order.
AncestorWalker(boolean) - Constructor for class jd.xml.xpath.model.walk.AncestorWalker
 
And - class jd.xml.xpath.expr.operator.And.
And represents the 'and' expression.
And(Expression, Expression) - Constructor for class jd.xml.xpath.expr.operator.And
Create a And expression.
AnyLevelNumbering - class jd.xml.xslt.format.AnyLevelNumbering.
 
AnyLevelNumbering(Pattern, Pattern) - Constructor for class jd.xml.xslt.format.AnyLevelNumbering
 
ApplyImports - class jd.xml.xslt.template.ApplyImports.
A template class.
ApplyImports(TemplateRuleList, Variable[], int) - Constructor for class jd.xml.xslt.template.ApplyImports
Create a ApplyImports object.
ApplyTemplates - class jd.xml.xslt.template.ApplyTemplates.
A template class.
ApplyTemplates(TemplateRuleList, Expression, Sort, Variable[]) - Constructor for class jd.xml.xslt.template.ApplyTemplates
Create a new ApplyTemplates object.
ApplyTemplatesIterated - class jd.xml.xslt.template.ApplyTemplatesIterated.
A template instruction with no sort instruction and a select statement that allows iteration of the selected nodes and therefore avoids the use of an explicit node-set.
ApplyTemplatesIterated(TemplateRuleList, NodeSetExpression, Variable[]) - Constructor for class jd.xml.xslt.template.ApplyTemplatesIterated
Create a new ApplyTemplates object.
ApplyTemplatesToChildren - class jd.xml.xslt.template.ApplyTemplatesToChildren.
A specific implementation for apply-templates instructions with no select and sort expression.
ApplyTemplatesToChildren(TemplateRuleList, Variable[]) - Constructor for class jd.xml.xslt.template.ApplyTemplatesToChildren
Create a new ApplyTemplates object.
Arguments - class jd.util.Arguments.
An iterator for command line arguments.
Arguments(String[]) - Constructor for class jd.util.Arguments
Create a CommandLineIterator.
AssocStylesheetBuilder - class jd.xml.xslt.util.AssocStylesheetBuilder.
A helper class to build a associated stylesheet from the processing instructions of an xml input document.
AssocStylesheetBuilder(String, String, String) - Constructor for class jd.xml.xslt.util.AssocStylesheetBuilder
 
AttributeAxis - class jd.xml.xpath.axis.AttributeAxis.
AttributeAxis represents the attribute axis.
AttributeAxis() - Constructor for class jd.xml.xpath.axis.AttributeAxis
 
AttributeIterator - class jd.xml.xslt.parser.AttributeIterator.
An iterator class for the attributes of an xsl element.
AttributeIterator(PatternParser, XsltParseContext, XPathNode[], boolean) - Constructor for class jd.xml.xslt.parser.AttributeIterator
Create an empty AttributeIterator.
AttributeList - class jd.xml.xslt.result.AttributeList.
AttributeList store a list of attribute name/value pairs
AttributeList() - Constructor for class jd.xml.xslt.result.AttributeList
 
AttributeListWalker - class jd.xml.xpath.model.walk.AttributeListWalker.
An walker for the attribute nodes of a node.
AttributeListWalker() - Constructor for class jd.xml.xpath.model.walk.AttributeListWalker
 
AttributeNode - class jd.xml.xpath.model.build.normal.AttributeNode.
AttributeNode represents a XPath attribute node.
AttributeNode(NodeName, String, ElementNode) - Constructor for class jd.xml.xpath.model.build.normal.AttributeNode
 
AttributeNode(AttributeNode, ElementNode) - Constructor for class jd.xml.xpath.model.build.normal.AttributeNode
 
AttributeSet - class jd.xml.xslt.template.AttributeSet.
A template class.
AttributeSet(String) - Constructor for class jd.xml.xslt.template.AttributeSet
Create a AttributeSet.
AttributeSetInfo - class jd.xml.xslt.parser.AttributeSetInfo.
A helper class to keep track of an attribute set.
AttributeSetInfo(String, XPathNode) - Constructor for class jd.xml.xslt.parser.AttributeSetInfo
 
AttributeValue - class jd.xml.xslt.AttributeValue.
AttributeValue represents an dynamically evaluated value of an attribute.
AttributeValue(String, Expression) - Constructor for class jd.xml.xslt.AttributeValue
Create a new AttributeValue.
Available - class jd.xml.xslt.expr.Available.
Available is a base class for ElementAvailable and FunctionAvailable
Available() - Constructor for class jd.xml.xslt.expr.Available
 
Average - class jd.xml.xpath.expr.function.Average.
Average represents the optimized xpath expression "sum(node-set x) div count(node-set x)".
Average() - Constructor for class jd.xml.xpath.expr.function.Average
 
Axis - class jd.xml.xpath.axis.Axis.
Axis is the base class for all axis implementations.
Axis(String, boolean, boolean) - Constructor for class jd.xml.xpath.axis.Axis
Create the axis.
AxisLibrary - class jd.xml.xpath.axis.AxisLibrary.
A collection of all XPath axis instances.
accept(XPathNode, int) - Method in class jd.xml.xpath.axis.NodeTest
Test if a node is accepted by this NodeTest.
accept(NodeTestVisitor) - Method in class jd.xml.xpath.axis.NodeTest
Accept a NodeTestVisitor.
accept(XPathNode, int) - Method in class jd.xml.xpath.axis.NodeTestUnion
Return true if one of the tests accept the node.
accept(NodeTestVisitor) - Method in class jd.xml.xpath.axis.NodeTestUnion
Accept a NodeTestVisitor.
accept(int) - Method in class jd.xml.xpath.axis.NodeTypeTest
Return if the node-type test accepts the given node-type.
accept(XPathNode, int) - Method in class jd.xml.xpath.axis.name.AllNameTest
Test if a node is accepted by this NodeTest.
accept(NodeTestVisitor) - Method in class jd.xml.xpath.axis.name.AllNameTest
Accept a NodeTestVisitor.
accept(XPathNode, int) - Method in class jd.xml.xpath.axis.name.NcNameTest
Test if a node is accepted by this NodeTest.
accept(NodeTestVisitor) - Method in class jd.xml.xpath.axis.name.NcNameTest
Accept a NodeTestVisitor.
accept(XPathNode, int) - Method in class jd.xml.xpath.axis.name.PooledNameTest
Test if a node is accepted by this NodeTest.
accept(NodeTestVisitor) - Method in class jd.xml.xpath.axis.name.PooledNameTest
Accept a NodeTestVisitor.
accept(XPathNode, int) - Method in class jd.xml.xpath.axis.name.PooledUriTest
Test if a node is accepted by this NodeTest.
accept(NodeTestVisitor) - Method in class jd.xml.xpath.axis.name.PooledUriTest
Accept a NodeTestVisitor.
accept(XPathNode, int) - Method in class jd.xml.xpath.axis.name.QNameTest
Test if a node is accepted by this NodeTest.
accept(NodeTestVisitor) - Method in class jd.xml.xpath.axis.name.QNameTest
Accept a NodeTestVisitor.
accept(XPathNode, int) - Method in class jd.xml.xpath.axis.name.UriTest
Test if a node is accepted by this NodeTest.
accept(NodeTestVisitor) - Method in class jd.xml.xpath.axis.name.UriTest
Accept a NodeTestVisitor.
accept(XPathNode, int) - Method in class jd.xml.xpath.axis.type.AllNodeTypeTest
Test if a node is accepted by this NodeTest.
accept(int) - Method in class jd.xml.xpath.axis.type.AllNodeTypeTest
Return true.
accept(NodeTestVisitor) - Method in class jd.xml.xpath.axis.type.AllNodeTypeTest
Accept a NodeTestVisitor.
accept(XPathNode, int) - Method in class jd.xml.xpath.axis.type.PiNodeTypeTest
Test if a node is accepted by this NodeTest.
accept(int) - Method in class jd.xml.xpath.axis.type.PiNodeTypeTest
Return if the node-type test accepts the given node-type.
accept(NodeTestVisitor) - Method in class jd.xml.xpath.axis.type.PiNodeTypeTest
Accept a NodeTestVisitor.
accept(XPathNode, int) - Method in class jd.xml.xpath.axis.type.SingleNodeTypeTest
Test if a node is accepted by this NodeTest.
accept(int) - Method in class jd.xml.xpath.axis.type.SingleNodeTypeTest
Return if the node-type test accepts the given node-type.
accept(NodeTestVisitor) - Method in class jd.xml.xpath.axis.type.SingleNodeTypeTest
Accept a NodeTestVisitor.
accept(ExpressionVisitor) - Method in interface jd.xml.xpath.expr.Expression
Accept a ExpressionVisitor.
accept(ExpressionVisitor) - Method in class jd.xml.xpath.expr.compare.Equals
 
accept(ExpressionVisitor) - Method in class jd.xml.xpath.expr.compare.Relate
 
accept(ExpressionVisitor) - Method in class jd.xml.xpath.expr.function.BooleanFunction
 
accept(ExpressionVisitor) - Method in class jd.xml.xpath.expr.function.NodeSetFunction
 
accept(ExpressionVisitor) - Method in class jd.xml.xpath.expr.function.NumericFunction
 
accept(ExpressionVisitor) - Method in class jd.xml.xpath.expr.function.StringFunction
 
accept(ExpressionVisitor) - Method in class jd.xml.xpath.expr.function.VariableFunction
 
accept(ExpressionVisitor) - Method in class jd.xml.xpath.expr.misc.Constant
 
accept(ExpressionVisitor) - Method in class jd.xml.xpath.expr.misc.Negate
 
accept(ExpressionVisitor) - Method in class jd.xml.xpath.expr.misc.ParenthesisExpression
 
accept(ExpressionVisitor) - Method in class jd.xml.xpath.expr.misc.ProxyExpression
 
accept(ExpressionVisitor) - Method in class jd.xml.xpath.expr.misc.VariableReference
 
accept(ExpressionVisitor) - Method in class jd.xml.xpath.expr.operator.Add
 
accept(ExpressionVisitor) - Method in class jd.xml.xpath.expr.operator.And
 
accept(ExpressionVisitor) - Method in class jd.xml.xpath.expr.operator.Divide
 
accept(ExpressionVisitor) - Method in class jd.xml.xpath.expr.operator.Modulo
 
accept(ExpressionVisitor) - Method in class jd.xml.xpath.expr.operator.Multiply
 
accept(ExpressionVisitor) - Method in class jd.xml.xpath.expr.operator.Or
 
accept(ExpressionVisitor) - Method in class jd.xml.xpath.expr.operator.Subtract
 
accept(ExpressionVisitor) - Method in class jd.xml.xpath.expr.operator.Union
 
accept(ExpressionVisitor) - Method in class jd.xml.xpath.expr.path.ComposedPath
 
accept(ExpressionVisitor) - Method in class jd.xml.xpath.expr.path.FilteredLocationStep
 
accept(ExpressionVisitor) - Method in class jd.xml.xpath.expr.path.LocationStep
 
accept(ExpressionVisitor) - Method in class jd.xml.xpath.expr.path.LocationStepChain
 
accept(ExpressionVisitor) - Method in class jd.xml.xpath.expr.path.PredicateExpression
 
accept(ExpressionVisitor) - Method in class jd.xml.xpath.expr.path.RootPath
 
accept(NodeVisitor) - Method in interface jd.xml.xpath.model.XPathNode
Dispatch method for NodeVisitors.
accept(NodeVisitor) - Method in class jd.xml.xpath.model.build.normal.AttributeNode
Dispatch method for NodeVisitors.
accept(NodeVisitor) - Method in class jd.xml.xpath.model.build.normal.CommentNode
Dispatch method for NodeVisitors.
accept(NodeVisitor) - Method in class jd.xml.xpath.model.build.normal.ElementNode
Dispatch method for NodeVisitors.
accept(NodeVisitor) - Method in class jd.xml.xpath.model.build.normal.NamespaceNode
Dispatch method for NodeVisitors.
accept(NodeVisitor) - Method in class jd.xml.xpath.model.build.normal.PiNode
Dispatch method for NodeVisitors.
accept(NodeVisitor) - Method in class jd.xml.xpath.model.build.normal.RootNode
Dispatch method for NodeVisitors.
accept(NodeVisitor) - Method in class jd.xml.xpath.model.build.normal.TextNode
Dispatch method for NodeVisitors.
accept(ExpressionVisitor) - Method in class jd.xml.xslt.expr.InvalidExpression
 
accept(ExpressionVisitor) - Method in class jd.xml.xslt.expr.TextContentExpression
 
accept(ExpressionVisitor) - Method in class jd.xml.xslt.extension.ExtensionFunctionCall
 
accept(TemplateVisitor) - Method in class jd.xml.xslt.extension.jd.TryCatchTemplate
 
accept(PatternVisitor) - Method in class jd.xml.xslt.pattern.ComposedPathPattern
Accept a PatternVisitor.
accept(PatternVisitor) - Method in class jd.xml.xslt.pattern.FilteredStepPattern
Accept a PatternVisitor.
accept(PatternVisitor) - Method in class jd.xml.xslt.pattern.IdPattern
Accept a PatternVisitor.
accept(PatternVisitor) - Method in class jd.xml.xslt.pattern.KeyPattern
Accept a PatternVisitor.
accept(XPathNode, int) - Method in class jd.xml.xslt.pattern.NodeTypeAllTest
Test if the node is not a root or an attribute node.
accept(int) - Method in class jd.xml.xslt.pattern.NodeTypeAllTest
Test if the nodetype is the root or attribute type.
accept(NodeTestVisitor) - Method in class jd.xml.xslt.pattern.NodeTypeAllTest
 
accept(PatternVisitor) - Method in class jd.xml.xslt.pattern.NumberCountPattern
Accept a PatternVisitor.
accept(PatternVisitor) - Method in class jd.xml.xslt.pattern.OrPattern
Accept a PatternVisitor.
accept(PatternVisitor) - Method in class jd.xml.xslt.pattern.Pattern
Accept a PatternVisitor.
accept(PatternVisitor) - Method in class jd.xml.xslt.pattern.ProxyPattern
 
accept(PatternVisitor) - Method in class jd.xml.xslt.pattern.RootPattern
Accept a PatternVisitor.
accept(PatternVisitor) - Method in class jd.xml.xslt.pattern.StepPattern
Accept a PatternVisitor.
accept(TemplateVisitor) - Method in class jd.xml.xslt.template.ApplyImports
 
accept(TemplateVisitor) - Method in class jd.xml.xslt.template.ApplyTemplates
 
accept(TemplateVisitor) - Method in class jd.xml.xslt.template.ApplyTemplatesIterated
 
accept(TemplateVisitor) - Method in class jd.xml.xslt.template.ApplyTemplatesToChildren
 
accept(TemplateVisitor) - Method in class jd.xml.xslt.template.AttributeSet
 
accept(TemplateVisitor) - Method in class jd.xml.xslt.template.CallTemplate
 
accept(TemplateVisitor) - Method in class jd.xml.xslt.template.Choose
 
accept(TemplateVisitor) - Method in class jd.xml.xslt.template.Condition
 
accept(TemplateVisitor) - Method in class jd.xml.xslt.template.Copy
 
accept(TemplateVisitor) - Method in class jd.xml.xslt.template.CopyOf
 
accept(TemplateVisitor) - Method in class jd.xml.xslt.template.CreateAttribute
 
accept(TemplateVisitor) - Method in class jd.xml.xslt.template.CreateComment
 
accept(TemplateVisitor) - Method in class jd.xml.xslt.template.CreateElement
 
accept(TemplateVisitor) - Method in class jd.xml.xslt.template.CreateElementEnd
 
accept(TemplateVisitor) - Method in class jd.xml.xslt.template.CreatePi
 
accept(TemplateVisitor) - Method in class jd.xml.xslt.template.CreateText
 
accept(TemplateVisitor) - Method in class jd.xml.xslt.template.CreateTextUnescaped
 
accept(TemplateVisitor) - Method in class jd.xml.xslt.template.DocumentTemplate
 
accept(TemplateVisitor) - Method in class jd.xml.xslt.template.Fallback
 
accept(TemplateVisitor) - Method in class jd.xml.xslt.template.ForEach
 
accept(TemplateVisitor) - Method in class jd.xml.xslt.template.LiteralAttribute
 
accept(TemplateVisitor) - Method in class jd.xml.xslt.template.LiteralElement
 
accept(TemplateVisitor) - Method in class jd.xml.xslt.template.Message
 
accept(TemplateVisitor) - Method in class jd.xml.xslt.template.NumberTemplate
 
accept(TemplateVisitor) - Method in class jd.xml.xslt.template.Template
 
accept(TemplateVisitor) - Method in class jd.xml.xslt.template.Unknown
 
accept(TemplateVisitor) - Method in class jd.xml.xslt.template.ValueOf
 
accept(TemplateVisitor) - Method in class jd.xml.xslt.template.ValueOfUnescaped
 
accept(TemplateVisitor) - Method in class jd.xml.xslt.template.VariableBind
 
accept(TemplateVisitor) - Method in class jd.xml.xslt.trace.TraceTemplate
 
add(Expression, Expression, Expression) - Method in interface jd.xml.xpath.expr.ExpressionVisitor
 
add(Expression, Expression, Expression) - Method in class jd.xml.xpath.expr.visitor.ExprPrecedence
 
add(Expression, Expression, Expression) - Method in class jd.xml.xpath.expr.visitor.ExprScreener
 
add(Expression, Expression, Expression) - Method in class jd.xml.xpath.expr.visitor.ExprSimplifier
 
add(Expression, Expression, Expression) - Method in class jd.xml.xpath.expr.visitor.ExprTreeWriter
 
add(Expression, Expression, Expression) - Method in class jd.xml.xpath.expr.visitor.ExprVisitorImpl
 
add(Expression, Expression, Expression) - Method in class jd.xml.xpath.expr.visitor.ExprWriter
 
add(String, String, NamespaceContext) - Static method in class jd.xml.xpath.model.NamespaceContext
Create a NamespaceContext.
add(int, int) - Method in class jd.xml.xpath.model.build.normal.LineNumberMap
 
add(String, ExcludedUris) - Static method in class jd.xml.xslt.parser.ExcludedUris
 
add(String, ExtensionUris) - Static method in class jd.xml.xslt.parser.ExtensionUris
 
add(String, String) - Method in class jd.xml.xslt.result.AttributeList
Add an attribute name and value to the list If an attribute with same name already exists the value will be replaced, else the attribute is added to list.
add(CreateAttribute) - Method in class jd.xml.xslt.template.AttributeSet
Add a CreateAttribute object to the set.
add(AttributeSet) - Method in class jd.xml.xslt.template.AttributeSet
Add another attribute set to the set.
add(String, String, String, AttributeValue, LiteralAttribute) - Static method in class jd.xml.xslt.template.LiteralAttribute
 
addAlias(String, String, NamespaceAlias) - Static method in class jd.xml.xslt.parser.NamespaceAlias
 
addAttribute(NodeName, String, String) - Method in class jd.xml.xpath.model.build.ElementInfo
 
addAttribute(String, String, String, String) - Method in class jd.xml.xslt.result.CanXmlResultBuilder
Add an attribute to the output.
addAttribute(String, String, String, String) - Method in class jd.xml.xslt.result.DomResultBuilder
Add an attribute to the output.
addAttribute(String, String, String, String) - Method in class jd.xml.xslt.result.EmptyResultBuilder
 
addAttribute(String, String, String, String) - Method in class jd.xml.xslt.result.MarkupResultBuilder
Add an attribute to the output.
addAttribute(String, String, String, String) - Method in class jd.xml.xslt.result.ModelResultBuilder
Add an attribute to the output.
addAttribute(String, String, String, String) - Method in class jd.xml.xslt.result.ProxyResultBuilder
Add an attribute to the output.
addAttribute(String, String, String, String) - Method in class jd.xml.xslt.result.ResultBuilder
Add an attribute to the output.
addAttribute(String, String) - Method in class jd.xml.xslt.result.ResultBuilder
 
addAttribute(String, String, String, String) - Method in class jd.xml.xslt.result.ResultTextRecorder
 
addAttribute(String, String, String, String) - Method in class jd.xml.xslt.result.ResultTreeRecorder
 
addAttribute(String, String, String, String) - Method in class jd.xml.xslt.result.SaxResultBuilder
Add an attribute to the output.
addAttribute(String, String, String, String) - Method in class jd.xml.xslt.result.TextResultBuilder
Does nothing.
addCDataSectionElement(String, String) - Method in class jd.xml.xslt.template.OutputFormatTemplate
 
addCDataSectionElements(String, OutputFormatTemplate) - Method in class jd.xml.xslt.parser.XsltParseContext
 
addCallTemplate(CallTemplate, XPathNode) - Method in class jd.xml.xslt.parser.XsltParseContext
 
addChild(Template) - Method in class jd.xml.xslt.template.Template
 
addComment(String) - Method in class jd.xml.xpath.model.build.ModelBuilder
 
addComment(String) - Method in class jd.xml.xpath.model.build.normal.NormalModelBuilder
Report an XML comment anywhere in the document.
addComment(String) - Method in class jd.xml.xslt.result.CanXmlResultBuilder
Add a comment to the output.
addComment(String) - Method in class jd.xml.xslt.result.DomResultBuilder
Add a comment to the output.
addComment(String) - Method in class jd.xml.xslt.result.EmptyResultBuilder
 
addComment(String) - Method in class jd.xml.xslt.result.MarkupResultBuilder
Add a comment to the output.
addComment(String) - Method in class jd.xml.xslt.result.ModelResultBuilder
Add a comment to the output.
addComment(String) - Method in class jd.xml.xslt.result.ProxyResultBuilder
Add a comment to the output.
addComment(String) - Method in class jd.xml.xslt.result.ResultBuilder
Add a comment to the output.
addComment(String) - Method in class jd.xml.xslt.result.ResultTextRecorder
 
addComment(String) - Method in class jd.xml.xslt.result.ResultTreeRecorder
 
addComment(String) - Method in class jd.xml.xslt.result.SaxResultBuilder
Add a comment to the output.
addComment(String) - Method in class jd.xml.xslt.result.TextResultBuilder
Does nothing.
addDays(int) - Method in class jd.util.Date
Return a new Date object representing this date plus the given amount of days.
addDecimalFormatSymbols(String, DecimalFormatSymbols) - Method in class jd.xml.xslt.parser.StylesheetData
 
addDeclaration(String, String, boolean) - Method in class jd.xml.xslt.result.NamespaceSupport
 
addElement(int) - Method in class jd.util.IntVector
 
addEncoding(Encoding) - Static method in class jd.io.Encoding
Add a encoding to the internal encoding map.
addExtensionHandler(ExtensionHandler) - Method in class jd.xml.xslt.parser.StylesheetData
 
addFunction(String, String) - Method in class jd.xml.xpath.expr.function.FunctionLibrary
Add a function to the library.
addGlobalVariable(Variable) - Method in class jd.xml.xslt.parser.XsltParseContext
Add a toplevel Variable.
addKey(String, Pattern, Expression) - Method in class jd.xml.xslt.parser.XsltParseContext
 
addMonths(int) - Method in class jd.util.Date
Return a new Date object representing this date plus the given amount of months.
addName(String, int) - Method in class jd.xml.xslt.parser.GlobalVariableNames
Add a VariableName.
addName(String, boolean) - Method in class jd.xml.xslt.parser.LocalVariableNames
Add a VariableName with 0 import precedence.
addNamedTemplateRule(String, TemplateRule) - Method in class jd.xml.xslt.parser.XsltParseContext
 
addNamespace(String, String, boolean) - Method in class jd.xml.xslt.result.CanXmlResultBuilder
Add a namespace node to the output.
addNamespace(String, String, boolean) - Method in class jd.xml.xslt.result.DomResultBuilder
Add a namespace node to the output.
addNamespace(String, String, boolean) - Method in class jd.xml.xslt.result.EmptyResultBuilder
 
addNamespace(String, String, boolean) - Method in class jd.xml.xslt.result.MarkupResultBuilder
Add a namespace node to the output.
addNamespace(String, String, boolean) - Method in class jd.xml.xslt.result.ModelResultBuilder
Add a namespace node to the output.
addNamespace(String, String, boolean) - Method in class jd.xml.xslt.result.ProxyResultBuilder
Add a namespace node to the output.
addNamespace(String, String, boolean) - Method in class jd.xml.xslt.result.ResultBuilder
Add a namespace node to the output.
addNamespace(String, String, boolean) - Method in class jd.xml.xslt.result.ResultTextRecorder
 
addNamespace(String, String, boolean) - Method in class jd.xml.xslt.result.ResultTreeRecorder
 
addNamespace(String, String, boolean) - Method in class jd.xml.xslt.result.SaxResultBuilder
Add a namespace node to the output.
addNamespace(String, String, boolean) - Method in class jd.xml.xslt.result.TextResultBuilder
Does nothing.
addNamespaceMapping(String, String) - Method in class jd.xml.xpath.model.build.ModelBuilder
 
addNext(AttributeValue) - Method in class jd.xml.xslt.AttributeValue
 
addNext(Sort) - Method in class jd.xml.xslt.format.Sort
 
addNext(Key) - Method in class jd.xml.xslt.pattern.Key
 
addNext(Template) - Method in class jd.xml.xslt.template.Template
 
addNode(XPathNode) - Method in class jd.xml.xpath.object.XConvertibleNodeSet
Add a node to the nodeset.
addNode(XPathNode) - Method in class jd.xml.xpath.object.XCountNodeSet
 
addNode(XPathNode) - Method in class jd.xml.xpath.object.XListNodeSet
Add a node to the nodeset.
addNode(XPathNode) - Method in class jd.xml.xpath.object.XMutableNodeSet
Add a node to the nodeset.
addNode(XPathNode) - Method in class jd.xml.xpath.object.XSingleNodeSet
Add a node to the nodeset.
addNode(XPathNode) - Method in class jd.xml.xpath.object.XSumNodeSet
 
addNode(XPathNode, XObject) - Method in class jd.xml.xslt.util.KeyMap
 
addNode(XPathNode, XNodeSet) - Method in class jd.xml.xslt.util.KeyMap
 
addNode(XPathNode, String) - Method in class jd.xml.xslt.util.KeyMap
 
addNodes(XNodeSet) - Method in class jd.xml.xpath.object.XConvertibleNodeSet
Add another nodeset to this nodeset.
addNodes(XNodeSet) - Method in class jd.xml.xpath.object.XCountNodeSet
 
addNodes(XNodeSet) - Method in class jd.xml.xpath.object.XListNodeSet
 
addNodes(XNodeSet) - Method in class jd.xml.xpath.object.XMutableNodeSet
Add another nodeset to this nodeset.
addNodes(XNodeSet) - Method in class jd.xml.xpath.object.XSumNodeSet
 
addProcessingInstruction(String, String) - Method in class jd.xml.xpath.model.build.ModelBuilder
 
addProcessingInstruction(String, String) - Method in class jd.xml.xpath.model.build.normal.NormalModelBuilder
Receive notification of a processing instruction.
addProcessingInstruction(String, String) - Method in class jd.xml.xslt.result.CanXmlResultBuilder
Add a processing instruction to the output.
addProcessingInstruction(String, String) - Method in class jd.xml.xslt.result.DomResultBuilder
Add a processing instruction to the output.
addProcessingInstruction(String, String) - Method in class jd.xml.xslt.result.EmptyResultBuilder
 
addProcessingInstruction(String, String) - Method in class jd.xml.xslt.result.HtmlResultBuilder
Add a processing instruction to the output.
addProcessingInstruction(String, String) - Method in class jd.xml.xslt.result.ModelResultBuilder
Add a processing instruction to the output.
addProcessingInstruction(String, String) - Method in class jd.xml.xslt.result.ProxyResultBuilder
Add a processing instruction to the output.
addProcessingInstruction(String, String) - Method in class jd.xml.xslt.result.ResultBuilder
Add a processing instruction to the output.
addProcessingInstruction(String, String) - Method in class jd.xml.xslt.result.ResultTextRecorder
 
addProcessingInstruction(String, String) - Method in class jd.xml.xslt.result.ResultTreeRecorder
 
addProcessingInstruction(String, String) - Method in class jd.xml.xslt.result.SaxResultBuilder
Add a processing instruction to the output.
addProcessingInstruction(String, String) - Method in class jd.xml.xslt.result.TextResultBuilder
Does nothing.
addProcessingInstruction(String, String) - Method in class jd.xml.xslt.result.XmlResultBuilder
Add a processing instruction to the output.
addScript(String) - Method in class jd.xml.xslt.extension.ScriptExtensionHandler
Add another script.
addSimpleEncoding(String, String, int) - Static method in class jd.io.Encoding
Add a simple encoding to the internal encoding map.
addTemplateRule(TemplateRule) - Method in class jd.xml.xslt.template.TemplateRuleList
 
addText(TextBuffer) - Method in class jd.xml.xpath.model.build.ModelBuilder
 
addText(TextBuffer) - Method in class jd.xml.xpath.model.build.normal.NormalModelBuilder
 
addText(String) - Method in class jd.xml.xslt.result.CanXmlResultBuilder
Add text to the output.
addText(String) - Method in class jd.xml.xslt.result.DomResultBuilder
Add text to the output.
addText(String) - Method in class jd.xml.xslt.result.EmptyResultBuilder
 
addText(String) - Method in class jd.xml.xslt.result.HtmlResultBuilder
Add text to the output.
addText(String) - Method in class jd.xml.xslt.result.ModelResultBuilder
Add text to the output.
addText(String) - Method in class jd.xml.xslt.result.ProxyResultBuilder
Add text to the output.
addText(String) - Method in class jd.xml.xslt.result.ResultBuilder
Add text to the output.
addText(String) - Method in class jd.xml.xslt.result.ResultTextRecorder
 
addText(String) - Method in class jd.xml.xslt.result.ResultTreeRecorder
 
addText(String) - Method in class jd.xml.xslt.result.SaxResultBuilder
Add text to the output.
addText(String) - Method in class jd.xml.xslt.result.TextResultBuilder
Adds the text as it is to the output.
addText(String) - Method in class jd.xml.xslt.result.XmlResultBuilder
Add text to the output.
addTextUnescaped(String) - Method in class jd.xml.xslt.result.CanXmlResultBuilder
Add text to the output.
addTextUnescaped(String) - Method in class jd.xml.xslt.result.DomResultBuilder
Add text to the output.
addTextUnescaped(String) - Method in class jd.xml.xslt.result.EmptyResultBuilder
 
addTextUnescaped(String) - Method in class jd.xml.xslt.result.HtmlResultBuilder
Add text to the output.
addTextUnescaped(String) - Method in class jd.xml.xslt.result.ModelResultBuilder
 
addTextUnescaped(String) - Method in class jd.xml.xslt.result.ProxyResultBuilder
Add text to the output.
addTextUnescaped(String) - Method in class jd.xml.xslt.result.ResultBuilder
Add text to the output without escaping.
addTextUnescaped(String) - Method in class jd.xml.xslt.result.ResultTextRecorder
 
addTextUnescaped(String) - Method in class jd.xml.xslt.result.ResultTreeRecorder
 
addTextUnescaped(String) - Method in class jd.xml.xslt.result.SaxResultBuilder
Add text to the output.
addTextUnescaped(String) - Method in class jd.xml.xslt.result.TextResultBuilder
Adds the text to the output.
addTextUnescaped(String) - Method in class jd.xml.xslt.result.XmlResultBuilder
Add text to the output.
addTransformation(Transformation) - Method in class jd.xml.xslt.TransformationChain
Add a transformation to the chain.
addUnparsedEntity(String, String) - Method in class jd.xml.xpath.model.build.ModelBuilder
 
addUnparsedEntity(String, String) - Method in class jd.xml.xpath.model.build.normal.NormalModelBuilder
Receive notification of an unparsed entity declaration event.
addUnparsedEntity(String, String) - Method in class jd.xml.xpath.model.build.normal.RootNode
 
addVariableName(String, int) - Method in class jd.xml.xslt.parser.XsltParseContext
Register the name of a variable or parameter.
addWhitespaceTest(WhitespaceTest) - Method in class jd.xml.xslt.parser.XsltParseContext
Set the WhitespaceTest used for whitespace stripping of source documents.
addYears(int) - Method in class jd.util.Date
Return a new Date object representing this date plus the given amount of years.
adjustAttributeName(String, String, String) - Method in class jd.xml.xslt.result.NamespaceSupport
Norm the qualififed attribute name by adjusting its namespace prefix if it a) does not yet have a prefix (e.g.
allowTailRecursion() - Method in class jd.xml.xslt.template.ForEach
Return false.
allowTailRecursion() - Method in class jd.xml.xslt.template.Template
Return if a contained call-template instruction should not resolve tail recursion.
always - Variable in class jd.xml.xslt.pattern.PatternClassifier.Match
 
and(Expression, Expression, Expression) - Method in interface jd.xml.xpath.expr.ExpressionVisitor
 
and(Expression, Expression, Expression) - Method in class jd.xml.xpath.expr.visitor.ExprPrecedence
 
and(Expression, Expression, Expression) - Method in class jd.xml.xpath.expr.visitor.ExprScreener
 
and(Expression, Expression, Expression) - Method in class jd.xml.xpath.expr.visitor.ExprSimplifier
 
and(Expression, Expression, Expression) - Method in class jd.xml.xpath.expr.visitor.ExprTreeWriter
 
and(Expression, Expression, Expression) - Method in class jd.xml.xpath.expr.visitor.ExprVisitorImpl
 
and(Expression, Expression, Expression) - Method in class jd.xml.xpath.expr.visitor.ExprWriter
 
append(String) - Method in class jd.util.TextBuffer
 
append(String, int, int) - Method in class jd.util.TextBuffer
 
append(StringBuffer) - Method in class jd.util.TextBuffer
 
append(StringBuffer, int, int) - Method in class jd.util.TextBuffer
 
append(TextBuffer) - Method in class jd.util.TextBuffer
 
append(char) - Method in class jd.util.TextBuffer
 
append(char[]) - Method in class jd.util.TextBuffer
 
append(char[], int, int) - Method in class jd.util.TextBuffer
 
appendTested(char[], int, int) - Method in class jd.xml.xpath.model.parse.ParseTextBuffer
 
appendTested(String) - Method in class jd.xml.xpath.model.parse.ParseTextBuffer
 
applyImports(TemplateRuleList, Variable[], int) - Method in class jd.xml.xslt.parser.TextContentBuilder
 
applyImports(TemplateRuleList, Variable[], int) - Method in class jd.xml.xslt.template.TemplateScreener
 
applyImports(TemplateRuleList, Variable[], int) - Method in interface jd.xml.xslt.template.TemplateVisitor
 
applyTemplate(XsltContext, ResultBuilder, Variable[], XObject[]) - Method in class jd.xml.xslt.template.TemplateRule
Instantiate the template of this template rule.
applyTemplate(XsltContext, ResultBuilder, Variable[], XObject[]) - Method in class jd.xml.xslt.trace.TraceTemplateRule
 
applyTemplates(TemplateRuleList, Expression, Sort, Variable[]) - Method in class jd.xml.xslt.parser.TextContentBuilder
 
applyTemplates(TemplateRuleList, Expression, Sort, Variable[]) - Method in class jd.xml.xslt.template.TemplateScreener
 
applyTemplates(TemplateRuleList, Expression, Sort, Variable[]) - Method in interface jd.xml.xslt.template.TemplateVisitor
 
arguments_ - Variable in class jd.xml.xpath.expr.function.BooleanFunction
 
arguments_ - Variable in class jd.xml.xpath.expr.function.NodeSetFunction
 
arguments_ - Variable in class jd.xml.xpath.expr.function.NumericFunction
 
arguments_ - Variable in class jd.xml.xpath.expr.function.StringFunction
 
arguments_ - Variable in class jd.xml.xpath.expr.function.VariableFunction
 
attrCount - Variable in class jd.xml.xpath.model.build.ElementInfo
 
attrNames - Variable in class jd.xml.xpath.model.build.ElementInfo
 
attrValues - Variable in class jd.xml.xpath.model.build.ElementInfo
 
attribute(XPathNode) - Method in interface jd.xml.xpath.model.NodeVisitor
 
attribute(XPathNode) - Method in class jd.xml.xpath.model.visit.Serializer
 
attribute(String, String, String, AttributeValue) - Method in class jd.xml.xslt.parser.TextContentBuilder
 
attribute(AttributeValue, AttributeValue, NamespaceContext, String, Template) - Method in class jd.xml.xslt.parser.TextContentBuilder
 
attribute(String, String, String, AttributeValue) - Method in class jd.xml.xslt.template.TemplateScreener
 
attribute(AttributeValue, AttributeValue, NamespaceContext, String, Template) - Method in class jd.xml.xslt.template.TemplateScreener
 
attribute(String, String, String, AttributeValue) - Method in interface jd.xml.xslt.template.TemplateVisitor
 
attribute(AttributeValue, AttributeValue, NamespaceContext, String, Template) - Method in interface jd.xml.xslt.template.TemplateVisitor
 
attributeSet - Variable in class jd.xml.xslt.parser.AttributeSetInfo
 
attributeValueParsed(XsltParseContext, AttributeValue, String) - Method in interface jd.xml.xslt.parser.ParseListener
 
attributeValueParsed(XsltParseContext, AttributeValue, String) - Method in class jd.xml.xslt.trace.TraceParseListener
 
attributes_ - Variable in class jd.xml.xslt.result.MarkupResultBuilder
 
available(XPathContext, String, String) - Method in class jd.xml.xslt.expr.Available
 
available(ExtensionHandler, String) - Method in class jd.xml.xslt.expr.Available
 
available(XPathContext, String, String) - Method in class jd.xml.xslt.expr.ElementAvailable
Evaluate the function.
available(ExtensionHandler, String) - Method in class jd.xml.xslt.expr.ElementAvailable
 
available(XPathContext, String, String) - Method in class jd.xml.xslt.expr.FunctionAvailable
Evalute the function.
available(ExtensionHandler, String) - Method in class jd.xml.xslt.expr.FunctionAvailable
 
axis_ - Variable in class jd.xml.xpath.expr.path.LocationStep
 

B

BRACKET_CLOSE - Static variable in interface jd.xml.xpath.parser.TokenConstants
 
BRACKET_OPEN - Static variable in interface jd.xml.xpath.parser.TokenConstants
 
BUFFER_SIZE - Static variable in class jd.xml.xslt.result.MarkupResultBuilder
 
BUFFER_SIZE - Static variable in class jd.xml.xslt.result.output.CharOutput
 
BadArgException - exception jd.util.BadArgException.
 
BadArgException(String) - Constructor for class jd.util.BadArgException
 
BadArgException(String, Exception) - Constructor for class jd.util.BadArgException
 
BooleanExpression - class jd.xml.xpath.expr.BooleanExpression.
BooleanExpression is an expression which evaluates to a boolean.
BooleanExpression() - Constructor for class jd.xml.xpath.expr.BooleanExpression
 
BooleanFunction - class jd.xml.xpath.expr.function.BooleanFunction.
A base class for all functions which evaluate to a boolean.
BooleanFunction() - Constructor for class jd.xml.xpath.expr.function.BooleanFunction
 
BooleanOperator - class jd.xml.xpath.expr.operator.BooleanOperator.
BooleanOperator is a base class for operators that operate on booleans.
BooleanOperator(Expression, Expression) - Constructor for class jd.xml.xpath.expr.operator.BooleanOperator
Create a BooleanOperator.
ByteOutput - class jd.xml.xslt.result.output.ByteOutput.
 
ByteOutput(OutputStream) - Constructor for class jd.xml.xslt.result.output.ByteOutput
 
badInputLength_ - Variable in class jd.io.CharToByteConverter
 
begin(int) - Method in class jd.xml.xslt.parser.LocalVariableNames
 
beginBlock() - Method in class jd.io.SourceWriter
Start a new block.
beginInclude(String) - Method in class jd.xml.xslt.parser.XsltParseContext
 
beginLevel() - Method in class jd.xml.xslt.parser.LocalVariableNames
 
buffer_ - Variable in class jd.xml.xslt.result.output.ByteOutput
 
buildKeyMap(XsltContext, XPathNode) - Method in class jd.xml.xslt.pattern.Key
Build the KeyMap of this Key for a document.
buildText(Template) - Method in class jd.xml.xslt.parser.TextContentBuilder
 
byteOff_ - Variable in class jd.io.CharToByteConverter
 

C

COMMA - Static variable in interface jd.xml.xpath.parser.TokenConstants
 
COMMENT - Static variable in class jd.xml.xpath.axis.NodeTypeTest
The NodeTypeTest "comment()".
COMMENT - Static variable in interface jd.xml.xpath.model.XPathNode
 
CallTemplate - class jd.xml.xslt.template.CallTemplate.
The call-template instruction.
CallTemplate(String, Variable[], boolean) - Constructor for class jd.xml.xslt.template.CallTemplate
Create a CallTemplate object.
CanXmlResultBuilder - class jd.xml.xslt.result.CanXmlResultBuilder.
A ResultBuilder that builds a canonical xml document.
CanXmlResultBuilder(XsltResult) - Constructor for class jd.xml.xslt.result.CanXmlResultBuilder
Create a new XmlResultBuilder.
Ceiling - class jd.xml.xpath.expr.function.Ceiling.
Ceiling represents the xpath core function "number ceiling(number)".
Ceiling() - Constructor for class jd.xml.xpath.expr.function.Ceiling
 
ChainWalker - class jd.xml.xpath.model.walk.ChainWalker.
A walker that chains two walkers.
ChainWalker(ModelWalker, ModelWalker) - Constructor for class jd.xml.xpath.model.walk.ChainWalker
 
ChainedException - exception jd.util.ChainedException.
ChainedException is a Exception which can store a exception.
ChainedException() - Constructor for class jd.util.ChainedException
 
ChainedException(String) - Constructor for class jd.util.ChainedException
 
ChainedException(Throwable) - Constructor for class jd.util.ChainedException
 
ChainedException(String, Throwable) - Constructor for class jd.util.ChainedException
 
ChainedRuntimeException - exception jd.util.ChainedRuntimeException.
ChainedRuntimeException is a RuntimeException which can store a exception.
ChainedRuntimeException() - Constructor for class jd.util.ChainedRuntimeException
 
ChainedRuntimeException(String) - Constructor for class jd.util.ChainedRuntimeException
 
ChainedRuntimeException(Throwable) - Constructor for class jd.util.ChainedRuntimeException
 
ChainedRuntimeException(String, Throwable) - Constructor for class jd.util.ChainedRuntimeException
 
CharOutput - class jd.xml.xslt.result.output.CharOutput.
 
CharOutput(Writer) - Constructor for class jd.xml.xslt.result.output.CharOutput
 
CharToByteConverter - class jd.io.CharToByteConverter.
 
CharToByteConverter() - Constructor for class jd.io.CharToByteConverter
 
CharToByteUtf8 - class jd.io.CharToByteUtf8.
An alternative to SUNs CharToByteUtf8-Converter.
CharToByteUtf8() - Constructor for class jd.io.CharToByteUtf8
 
ChildAxis - class jd.xml.xpath.axis.ChildAxis.
ChildAxis represents the child axis.
ChildWalker - class jd.xml.xpath.model.walk.ChildWalker.
A ModelWalker for the following nodes in document order.
Choose - class jd.xml.xslt.template.Choose.
A template class.
Choose(Condition[], Template) - Constructor for class jd.xml.xslt.template.Choose
Create a Choose object.
ClassUtil - class jd.util.ClassUtil.
A collection of class utility functions.
ClassUtil() - Constructor for class jd.util.ClassUtil
 
ClosedWriter - class jd.io.ClosedWriter.
ClosedWriter is a Writer that helps to implement efficient proxy Writer classes.
CommandLine - class jd.xml.xslt.CommandLine.
A helper class to parse the commandLine arguments of Stylesheet.main and execute the transformation.
CommandLine() - Constructor for class jd.xml.xslt.CommandLine
 
CommentNode - class jd.xml.xpath.model.build.normal.CommentNode.
A Comment node implementation.
CommentNode(String) - Constructor for class jd.xml.xpath.model.build.normal.CommentNode
 
CommonFunctions - class jd.xml.xslt.extension.exslt.CommonFunctions.
The Functions of the EXSLT Common Module.
CommonFunctions() - Constructor for class jd.xml.xslt.extension.exslt.CommonFunctions
 
Comparator - interface jd.util.Comparator.
A comparison function, which imposes a total ordering on some collection of objects.
CompareFactory - class jd.xml.xpath.expr.compare.CompareFactory.
Factory for Compare Expressions.
CompareFactory() - Constructor for class jd.xml.xpath.expr.compare.CompareFactory
 
ComplexElementNode - class jd.xml.xpath.model.build.normal.ComplexElementNode.
A ElementNode with attributes and/or namespace declarations.
ComplexElementNode(NodeName, NamespaceContext) - Constructor for class jd.xml.xpath.model.build.normal.ComplexElementNode
Create a ComplexElementNode.
ComposedPath - class jd.xml.xpath.expr.path.ComposedPath.
ComposedPath is an expression for the production rule "FilterExpr '/' RelativeLocationPath".
ComposedPath(Expression, Expression) - Constructor for class jd.xml.xpath.expr.path.ComposedPath
Create a ComposedPath.
ComposedPathPattern - class jd.xml.xslt.pattern.ComposedPathPattern.
ComposedPath pattern represents the pattern which is composed of two path patterns, either direct (lhs/rhs) or indirect (lhs//rhs).
ComposedPathPattern(Pattern, Pattern, boolean) - Constructor for class jd.xml.xslt.pattern.ComposedPathPattern
Create the ComposedPathPattern.
CompositeNode - class jd.xml.xpath.model.build.normal.CompositeNode.
A XPath node with children.
CompositeNode() - Constructor for class jd.xml.xpath.model.build.normal.CompositeNode
 
Concat - class jd.xml.xpath.expr.function.Concat.
Concat represents the xpath core function "string concat(string, string, string *)".
Concat() - Constructor for class jd.xml.xpath.expr.function.Concat
 
Condition - class jd.xml.xslt.template.Condition.
A template for the definitions:
Condition(Expression, Template) - Constructor for class jd.xml.xslt.template.Condition
Create a Condition.
Config - class jd.util.Config.
Config represents a set of key-value pairs.
Config() - Constructor for class jd.util.Config
 
Constant - class jd.xml.xpath.expr.misc.Constant.
Constant represents an expression that evaluates to a constant XObject.
Constant(XObject) - Constructor for class jd.xml.xpath.expr.misc.Constant
Create a constant.
Contains - class jd.xml.xpath.expr.function.Contains.
Contains represents the xpath core function "contains(string, string)".
Contains() - Constructor for class jd.xml.xpath.expr.function.Contains
 
ConversionBufferFullException - exception jd.io.ConversionBufferFullException.
 
ConversionBufferFullException() - Constructor for class jd.io.ConversionBufferFullException
 
ConvertingResolver - class jd.xml.util.resolver.ConvertingResolver.
A base class for UriResolvers which read the requested data, convert it, and return a stream to the converted data.
ConvertingResolver(String) - Constructor for class jd.xml.util.resolver.ConvertingResolver
 
Copy - class jd.xml.xslt.template.Copy.
A template for the definitions:
Copy(AttributeSet[], Template) - Constructor for class jd.xml.xslt.template.Copy
Create the Copy object.
CopyBase - class jd.xml.xslt.template.CopyBase.
A base class for Copy and CopyOf.
CopyBase() - Constructor for class jd.xml.xslt.template.CopyBase
 
CopyOf - class jd.xml.xslt.template.CopyOf.
A template class.
CopyOf(Expression) - Constructor for class jd.xml.xslt.template.CopyOf
Create the CopyOf object.
Count - class jd.xml.xpath.expr.function.Count.
Count represents the xpath core function "number count(nodeset)".
Count() - Constructor for class jd.xml.xpath.expr.function.Count
 
CreateAttribute - class jd.xml.xslt.template.CreateAttribute.
A template class.
CreateAttribute(NamespaceContext, AttributeValue, AttributeValue, Template, String) - Constructor for class jd.xml.xslt.template.CreateAttribute
Create an Attribute from a instruction.
CreateComment - class jd.xml.xslt.template.CreateComment.
A template class.
CreateComment(Template) - Constructor for class jd.xml.xslt.template.CreateComment
Create a CreateComment object.
CreateElement - class jd.xml.xslt.template.CreateElement.
A template class.
CreateElement(NamespaceContext, AttributeValue, AttributeValue, AttributeSet[]) - Constructor for class jd.xml.xslt.template.CreateElement
 
CreateElementEnd - class jd.xml.xslt.template.CreateElementEnd.
A template class.
CreateElementEnd() - Constructor for class jd.xml.xslt.template.CreateElementEnd
 
CreatePi - class jd.xml.xslt.template.CreatePi.
A template class.
CreatePi(AttributeValue, Template) - Constructor for class jd.xml.xslt.template.CreatePi
Create a CreatePi object.
CreateText - class jd.xml.xslt.template.CreateText.
A template class.
CreateText(String) - Constructor for class jd.xml.xslt.template.CreateText
Create a CreateText object.
CreateTextUnescaped - class jd.xml.xslt.template.CreateTextUnescaped.
A template class.
CreateTextUnescaped(String) - Constructor for class jd.xml.xslt.template.CreateTextUnescaped
Create a CreateTextUnescaped object.
Current - class jd.xml.xslt.expr.Current.
Current represents the xslt function "node-set current()".
Current() - Constructor for class jd.xml.xslt.expr.Current
 
calculatePriority() - Method in class jd.xml.xpath.axis.NodeTest
Calculate the priority of this node test.
calculatePriority() - Method in class jd.xml.xpath.axis.NodeTestUnion
Throws an InternalError since this class is not used by patterns
calculatePriority() - Method in class jd.xml.xpath.axis.name.AllNameTest
Return -0.5.
calculatePriority() - Method in class jd.xml.xpath.axis.name.NcNameTest
Return 0.0.
calculatePriority() - Method in class jd.xml.xpath.axis.name.PooledNameTest
Return 0.0.
calculatePriority() - Method in class jd.xml.xpath.axis.name.PooledUriTest
Return -0.25.
calculatePriority() - Method in class jd.xml.xpath.axis.name.QNameTest
Return 0.0.
calculatePriority() - Method in class jd.xml.xpath.axis.name.UriTest
Return -0.25.
calculatePriority() - Method in class jd.xml.xpath.axis.type.AllNodeTypeTest
Return -0.5.
calculatePriority() - Method in class jd.xml.xpath.axis.type.PiNodeTypeTest
Return 0.0.
calculatePriority() - Method in class jd.xml.xpath.axis.type.SingleNodeTypeTest
Return -0.5.
calculatePriority() - Method in class jd.xml.xslt.pattern.FilteredStepPattern
Calculate the priority for this pattern.
calculatePriority() - Method in class jd.xml.xslt.pattern.NodeTypeAllTest
 
calculatePriority() - Method in class jd.xml.xslt.pattern.OrPattern
The OrPattern does not have a default priority, because the processor must treat the template rule of with such a pattern as a set of rules, on for each alternative pattern, when it resolves template conflicts.
calculatePriority() - Method in class jd.xml.xslt.pattern.Pattern
Calculate the priority for this pattern.
calculatePriority() - Method in class jd.xml.xslt.pattern.ProxyPattern
 
calculatePriority() - Method in class jd.xml.xslt.pattern.StepPattern
Calculate the priority for this pattern.
callTemplate(TemplateRule, Variable[], int, boolean) - Method in class jd.xml.xslt.parser.TextContentBuilder
 
callTemplate(TemplateRule, Variable[], int, boolean) - Method in class jd.xml.xslt.template.TemplateScreener
 
callTemplate(TemplateRule, Variable[], int, boolean) - Method in interface jd.xml.xslt.template.TemplateVisitor
 
camelCaseName(String) - Static method in class jd.xml.xslt.extension.ExtensionHandler
 
canBeUsedFor(XmlSource) - Method in class jd.xml.xpath.model.build.ModelBuilderFactory
Test if a ModelBuilder created by this factory is suitable for documents denoted by the source.
canBeUsedFor(XmlSource) - Method in class jd.xml.xpath.model.build.normal.NormalModelBuilderFactory
 
canConvert(char) - Method in class jd.io.CharToByteUtf8
 
canConvertTo(Class) - Method in class jd.xml.xpath.object.XBoolean
Test if the XObject can be converted to an object with the given class.
canConvertTo(Class) - Method in class jd.xml.xpath.object.XNodeSet
Test if the XObject can be converted to an object with the given class.
canConvertTo(Class) - Method in class jd.xml.xpath.object.XNumber
Test if the XObject can be converted to an object with the given class.
canConvertTo(Class) - Method in class jd.xml.xpath.object.XObject
Test if the XObject can be converted to an object with the given class.
canConvertTo(Class) - Method in class jd.xml.xpath.object.XString
Test if the XObject can be converted to an object with the given class.
canConvertTo(Class) - Method in class jd.xml.xslt.extension.XExternalObject
Test if the XObject can be converted to an object with the given class.
canCreateModelWalker() - Method in class jd.xml.xpath.expr.NodeSetExpression
Return if the NodeSetExpression allow calls of method getModelWalker().
canCreateModelWalker() - Method in class jd.xml.xpath.expr.path.LocationStepChain
Return true if all steps create a ModelWalker.
canCreateModelWalker() - Method in class jd.xml.xpath.expr.path.SimpleLocationStep
Return true.
capacity() - Method in class jd.util.IntVector
 
capacityIncrement_ - Variable in class jd.util.IntVector
 
cast(XPathContext) - Static method in class jd.xml.xslt.XsltContext
Cast the XPathContext to a XsltContext.
charAt(int) - Method in class jd.util.TextBuffer
 
charOff_ - Variable in class jd.io.CharToByteConverter
 
characters(char[], int, int) - Method in class jd.xml.xpath.model.parse.SaxParseHandler
 
characters(char[], int, int) - Method in class jd.xml.xslt.result.pipe.Sax2ResultPipe
Receive notification of character data.
checkArgumentCount(int) - Method in class jd.xml.xpath.expr.function.FunctionType
Check if the given array of arguments fullfills the requirements for the number of arguments.
checkDocumentRead(String) - Method in class jd.xml.xslt.XsltSecurityManager
Check the permission to read document via the document()-function The default implementation does nothing.
checkDocumentWrite(String, String, String) - Method in class jd.xml.xslt.XsltSecurityManager
Check the permission to write a subdocument defined by xsl:document The default implementation does nothing.
checkError() - Method in class jd.io.TabWriter
Flush the stream and check its error state.
checkExecuteScript(String, String, String, String) - Method in class jd.xml.xslt.XsltSecurityManager
Check the permission to execute a script defined by a xsl:script instruction.
checkLiteralNamespace(String, String) - Method in class jd.xml.xslt.parser.XsltParseContext
A literal element with non null namespace uri is parsed.
checkPreliminariesResolved() - Method in class jd.xml.xslt.parser.GlobalVariableNames
Return the first VariableName which is flagged as preliminary.
checkReplace(XsltSecurityManager) - Method in class jd.xml.xslt.XsltSecurityManager
Check the permission to replace the current global security manager.
choose(Condition[], Template) - Method in class jd.xml.xslt.parser.TextContentBuilder
 
choose(Condition[], Template) - Method in class jd.xml.xslt.template.TemplateScreener
 
choose(Condition[], Template) - Method in interface jd.xml.xslt.template.TemplateVisitor
 
classForName(String) - Static method in class jd.util.ClassUtil
A replacement for Class.forName.
classify(Pattern) - Method in class jd.xml.xslt.pattern.PatternClassifier
 
classifyPattern(Pattern) - Static method in class jd.xml.xslt.pattern.PatternClassifier
 
cleanup() - Method in class jd.xml.util.XmlSource
Cleanup any resources.
cleanup() - Method in interface jd.xml.xpath.model.XPathRootNode
Release any resources allocated by the model.
cleanup() - Method in class jd.xml.xpath.model.build.ModelBuilder
 
cleanup() - Method in class jd.xml.xpath.model.build.normal.NormalModelBuilder
 
cleanup() - Method in class jd.xml.xpath.model.build.normal.RootNode
 
cleanup() - Method in class jd.xml.xslt.XsltResult
 
cleanup() - Method in class jd.xml.xslt.result.CanXmlResultBuilder
Closes the outputstream if requested at construction time.
cleanup() - Method in class jd.xml.xslt.result.EmptyResultBuilder
 
cleanup() - Method in class jd.xml.xslt.result.MarkupResultBuilder
Closes the outputstream if requested at construction time.
cleanup() - Method in class jd.xml.xslt.result.ProxyResultBuilder
Cleanup any resources.
cleanup() - Method in class jd.xml.xslt.result.ResultBuilder
Cleanup any resources.
cleanup() - Method in class jd.xml.xslt.result.ResultTextRecorder
 
cleanup() - Method in class jd.xml.xslt.result.TextResultBuilder
 
cleanup() - Method in class jd.xml.xslt.util.ModelCache
Call XPathRootNode.cleanup for every input document
clear() - Method in class jd.util.IntKeyHashtable
 
clear() - Method in class jd.util.IntValHashtable
 
clear() - Method in class jd.util.TextBuffer
 
clear() - Method in class jd.xml.xpath.tool.XPathNamespaces
Clear the namespaces.
clear() - Method in class jd.xml.xslt.result.AttributeList
Clear the list.
clearCurrentNode() - Method in class jd.xml.xslt.XsltContext
Set the current node to null.
clearParameters() - Method in class jd.xml.xslt.IdentityTransformation
Does nothing.
clearParameters() - Method in class jd.xml.xslt.Stylesheet
Clear the values of a all top-level parameters.
clearParameters() - Method in class jd.xml.xslt.Transformation
Clear the value of a all top-level parameters.
clearParameters() - Method in class jd.xml.xslt.TransformationChain
Clear the value of a all top-level parameters.
clearParameters() - Method in class jd.xml.xslt.trax.TransformerImpl
Clear all parameters set with setParameter.
clearVariable(String) - Method in class jd.xml.xpath.tool.XPath
Clear a variable value.
clearVariables() - Method in class jd.xml.xpath.tool.XPath
Clear the variable values.
clone() - Method in class jd.util.Date
Clone this date.
clone() - Method in class jd.util.IntKeyHashtable
 
clone() - Method in class jd.util.IntValHashtable
 
clone() - Method in class jd.util.IntVector
 
clone() - Method in class jd.util.Time
Return a copy of this Time.
clone() - Method in class jd.xml.xpath.model.NodeName
Return a copy of the NodeName.
clone() - Method in class jd.xml.xslt.parser.XsltParseContext
 
close() - Method in class jd.io.ClosedWriter
 
close(InputStream) - Static method in class jd.io.FileUtil
Close an InputStream and catch any thrown IOException.
close(OutputStream) - Static method in class jd.io.FileUtil
Close an OutputStream and catch any thrown IOException.
close(Writer) - Static method in class jd.io.FileUtil
Close a Writer and catch any thrown IOException.
close(Reader) - Static method in class jd.io.FileUtil
Close a Reader and catch any thrown IOException.
close() - Method in class jd.io.OutputStreamWriter
 
close() - Method in class jd.io.TabWriter
Close the stream.
collectLineNumbers(boolean) - Method in class jd.xml.xpath.model.ModelReader
Specifies that the a line number map is created when documents are parsed.
comment(XPathNode) - Method in interface jd.xml.xpath.model.NodeVisitor
 
comment(char[], int, int) - Method in class jd.xml.xpath.model.parse.Sax2ParseHandler
 
comment(XPathNode) - Method in class jd.xml.xpath.model.visit.Serializer
 
comment(Template) - Method in class jd.xml.xslt.parser.TextContentBuilder
 
comment(char[], int, int) - Method in class jd.xml.xslt.result.pipe.Sax2ResultPipe
Report an XML comment anywhere in the document.
comment(Template) - Method in class jd.xml.xslt.template.TemplateScreener
 
comment(Template) - Method in interface jd.xml.xslt.template.TemplateVisitor
 
compare(Object, Object) - Method in interface jd.util.Comparator
Compare the two arguments for order.
compare(Object, Object) - Method in class jd.util.StringComparator
 
compare(Expression, Expression, Equality, Expression) - Method in interface jd.xml.xpath.expr.ExpressionVisitor
Called by a equality expression.
compare(Expression, Expression, Relation, Expression) - Method in interface jd.xml.xpath.expr.ExpressionVisitor
 
compare(Expression, Expression, Equality, Expression) - Method in class jd.xml.xpath.expr.visitor.ExprPrecedence
 
compare(Expression, Expression, Relation, Expression) - Method in class jd.xml.xpath.expr.visitor.ExprPrecedence
 
compare(Expression, Expression, Equality, Expression) - Method in class jd.xml.xpath.expr.visitor.ExprScreener
 
compare(Expression, Expression, Relation, Expression) - Method in class jd.xml.xpath.expr.visitor.ExprScreener
 
compare(Expression, Expression, Equality, Expression) - Method in class jd.xml.xpath.expr.visitor.ExprSimplifier
 
compare(Expression, Expression, Relation, Expression) - Method in class jd.xml.xpath.expr.visitor.ExprSimplifier
 
compare(Expression, Expression, Equality, Expression) - Method in class jd.xml.xpath.expr.visitor.ExprTreeWriter
 
compare(Expression, Expression, Relation, Expression) - Method in class jd.xml.xpath.expr.visitor.ExprTreeWriter
 
compare(Expression, Expression, Equality, Expression) - Method in class jd.xml.xpath.expr.visitor.ExprVisitorImpl
 
compare(Expression, Expression, Relation, Expression) - Method in class jd.xml.xpath.expr.visitor.ExprVisitorImpl
 
compare(Expression, Expression, Equality, Expression) - Method in class jd.xml.xpath.expr.visitor.ExprWriter
 
compare(Expression, Expression, Relation, Expression) - Method in class jd.xml.xpath.expr.visitor.ExprWriter
 
compare(Object, Object) - Method in class jd.xml.xpath.model.NodeComparator
 
compare(boolean, boolean) - Method in class jd.xml.xpath.object.Equality
 
compare(double, double) - Method in class jd.xml.xpath.object.Equality
 
compare(String, String) - Method in class jd.xml.xpath.object.Equality
 
compare(double, double) - Method in class jd.xml.xpath.object.Relation
 
compare(Equality, String) - Method in class jd.xml.xpath.object.XBoolean
Return if this XObject equals the given value.
compare(Equality, double) - Method in class jd.xml.xpath.object.XBoolean
Return if this XObject equals the given value.
compare(Equality, String) - Method in class jd.xml.xpath.object.XNodeSet
Return if this XObject equals the given value.
compare(Equality, double) - Method in class jd.xml.xpath.object.XNodeSet
Return if this XObject equals the given value.
compare(Equality, XNodeSet) - Method in class jd.xml.xpath.object.XNodeSet
Return if this XObject equals the given nodeSet.
compare(Equality, XObject) - Method in class jd.xml.xpath.object.XNodeSet
Return if this XNodeSet equals the given value.
compare(Relation, double) - Method in class jd.xml.xpath.object.XNodeSet
Compare this XObject to the number value according the given relation.
compare(Relation, XNodeSet) - Method in class jd.xml.xpath.object.XNodeSet
Compare this XObject to the number value according the given relation.
compare(Relation, XObject) - Method in class jd.xml.xpath.object.XNodeSet
Compare this XObject to the other object according the given relation.
compare(Equality, String) - Method in class jd.xml.xpath.object.XNumber
Return if this XObject equals the given value.
compare(Equality, String) - Method in class jd.xml.xpath.object.XObject
Return if this XObject equals the given value.
compare(Equality, boolean) - Method in class jd.xml.xpath.object.XObject
Return if this XObject equals the given value.
compare(Equality, double) - Method in class jd.xml.xpath.object.XObject
Return if this XObject equals the given value.
compare(Relation, double) - Method in class jd.xml.xpath.object.XObject
Compare this XObject to the number value according the given relation.
compare(Equality, XObject) - Method in class jd.xml.xpath.object.XObject
Return if this XObject equals the given value.
compare(Relation, XObject) - Method in class jd.xml.xpath.object.XObject
Compare this XObject to the other object according the given relation.
compare(Equality, String) - Method in class jd.xml.xpath.object.XString
Return if this XObject equals the given value.
compare(Equality, String) - Method in class jd.xml.xslt.extension.XExternalObject
Return the double value of the string value of this object.
compareTo(XsltSortable) - Method in class jd.xml.xslt.util.XsltSortable
Compare the two XsltSortables.
compareToNode(XPathNode) - Method in interface jd.xml.xpath.model.XPathNode
Compare to another XPathNode from the same document.
compareToNode(XPathNode) - Method in class jd.xml.xpath.model.build.normal.Node
Compare to another XPathNode from the same document.
composedPath(Expression, Expression, Expression) - Method in interface jd.xml.xpath.expr.ExpressionVisitor
 
composedPath(Expression, Expression[]) - Method in interface jd.xml.xpath.expr.ExpressionVisitor
 
composedPath(Expression, Expression, Expression) - Method in class jd.xml.xpath.expr.visitor.ExprPrecedence
 
composedPath(Expression, Expression[]) - Method in class jd.xml.xpath.expr.visitor.ExprPrecedence
 
composedPath(Expression, Expression, Expression) - Method in class jd.xml.xpath.expr.visitor.ExprScreener
 
composedPath(Expression, Expression[]) - Method in class jd.xml.xpath.expr.visitor.ExprScreener
 
composedPath(Expression, Expression, Expression) - Method in class jd.xml.xpath.expr.visitor.ExprSimplifier
 
composedPath(Expression, Expression[]) - Method in class jd.xml.xpath.expr.visitor.ExprSimplifier
 
composedPath(Expression, Expression, Expression) - Method in class jd.xml.xpath.expr.visitor.ExprTreeWriter
 
composedPath(Expression, Expression[]) - Method in class jd.xml.xpath.expr.visitor.ExprTreeWriter
 
composedPath(Expression, Expression, Expression) - Method in class jd.xml.xpath.expr.visitor.ExprVisitorImpl
 
composedPath(Expression, Expression[]) - Method in class jd.xml.xpath.expr.visitor.ExprVisitorImpl
 
composedPath(Expression, Expression, Expression) - Method in class jd.xml.xpath.expr.visitor.ExprWriter
 
composedPath(Expression, Expression[]) - Method in class jd.xml.xpath.expr.visitor.ExprWriter
 
composedPattern(Pattern, Pattern, Pattern, boolean) - Method in class jd.xml.xslt.pattern.PatternClassifier
 
composedPattern(Pattern, Pattern, Pattern, boolean) - Method in interface jd.xml.xslt.pattern.PatternVisitor
 
composedPattern(Pattern, Pattern, Pattern, boolean) - Method in class jd.xml.xslt.pattern.PatternWriter
 
condition(Expression, Template) - Method in class jd.xml.xslt.parser.TextContentBuilder
 
condition(Expression, Template) - Method in class jd.xml.xslt.template.TemplateScreener
 
condition(Expression, Template) - Method in interface jd.xml.xslt.template.TemplateVisitor
 
constant(Expression, XObject) - Method in interface jd.xml.xpath.expr.ExpressionVisitor
 
constant(Expression, XObject) - Method in class jd.xml.xpath.expr.visitor.ExprSimplifier
 
constant(Expression, XObject) - Method in class jd.xml.xpath.expr.visitor.ExprTreeWriter
 
constant(Expression, XObject) - Method in class jd.xml.xpath.expr.visitor.ExprVisitorImpl
 
constant(Expression, XObject) - Method in class jd.xml.xpath.expr.visitor.ExprWriter
 
consumeExpectedToken(int) - Method in class jd.xml.xpath.parser.Scanner
 
consumeExpectedToken(int, String) - Method in class jd.xml.xpath.parser.Scanner
 
consumeToken(int) - Method in class jd.xml.xpath.parser.Scanner
 
consumeToken(int, String) - Method in class jd.xml.xpath.parser.Scanner
 
contains(int) - Method in class jd.util.IntVector
 
contains(XPathNode) - Method in class jd.xml.xpath.object.XEmptyNodeSet
Return false.
contains(String) - Method in class jd.xml.xpath.object.XEmptyNodeSet
Return false.
contains(XPathNode) - Method in class jd.xml.xpath.object.XNodeSet
Test if the nodeset contains a node who equals the given node.
contains(String) - Method in class jd.xml.xpath.object.XNodeSet
Test if the nodeset contains a node whose stringvalue equals the given value.
contains(XPathNode) - Method in class jd.xml.xpath.object.XSumNodeSet
 
contains(String) - Method in class jd.xml.xpath.object.XSumNodeSet
 
contains(String) - Method in class jd.xml.xslt.parser.ExtensionUris
 
containsFunction(String) - Method in class jd.xml.xpath.expr.function.FunctionLibrary
Test if the library contains a function.
containsKey(String) - Method in class jd.util.Config
Test if the given string is a key of this Config.
containsKey(int) - Method in class jd.util.IntKeyHashtable
 
containsKey(Object) - Method in class jd.util.IntValHashtable
 
context_ - Variable in class jd.xml.xslt.parser.Parser
 
convert(char[], int, int, byte[], int, int) - Method in class jd.io.CharToByteConverter
 
convert(char[], int, int, byte[], int, int) - Method in class jd.io.CharToByteUtf8
 
convertException(Exception) - Method in class jd.xml.xslt.result.ResultBuilder
Convert a thrown exception to a XsltException.
convertQualifiedName(String) - Static method in class jd.xml.xslt.trax.TraxUtil
Convert a qualified name from the Trax representation ([{}]name) to jd representation ([:]name).
copy(Reader, Writer) - Static method in class jd.io.FileUtil
Copy all data from a Reader to a Writer.
copy(InputStream, OutputStream) - Static method in class jd.io.FileUtil
Copy all data from an InputStream to an OutputStream.
copy(File, File) - Static method in class jd.io.FileUtil
Copy all data from an File to another File.
copy(Reader, StringBuffer) - Static method in class jd.io.FileUtil
Copy the data from src to the destination StringBuffer.
copy(InputStream, StringBuffer) - Static method in class jd.io.FileUtil
Copy the data from src to the destination StringBuffer.
copy(CompositeNode) - Method in class jd.xml.xpath.model.build.normal.CompositeNode
 
copy(CompositeNode) - Method in class jd.xml.xpath.model.build.normal.Node
 
copy(AttributeSet[], Template) - Method in class jd.xml.xslt.parser.TextContentBuilder
 
copy(Node) - Method in class jd.xml.xslt.result.pipe.Dom2ResultPipe
 
copy(XPathRootNode) - Method in class jd.xml.xslt.result.pipe.Model2ResultPipe
 
copy(AttributeSet[], Template) - Method in class jd.xml.xslt.template.TemplateScreener
 
copy(AttributeSet[], Template) - Method in interface jd.xml.xslt.template.TemplateVisitor
 
copyContextParameters(Function) - Method in class jd.xml.xslt.expr.Available
 
copyContextParameters(Function) - Method in class jd.xml.xslt.expr.DocumentFunction
 
copyContextParameters(Function) - Method in class jd.xml.xslt.expr.FormatNumber
 
copyContextParameters(Function) - Method in class jd.xml.xslt.expr.FunctionAvailable
 
copyContextParameters(Function) - Method in class jd.xml.xslt.expr.KeyFunction
 
copyContextParameters(Function) - Method in class jd.xml.xslt.expr.SystemProperty
 
copyContextParameters(Function) - Method in interface jd.xml.xslt.expr.XsltFunction
 
copyFrom(OutputFormat) - Method in class jd.xml.xslt.format.OutputFormat
Copy the specified values from another OutputFormat.
copyFunction(Function) - Method in class jd.xml.xpath.expr.function.FunctionType
Create a copy of the function.
copyFunction(Function) - Method in class jd.xml.xslt.expr.XsltFunctionType
Create a copy of the function.
copyInto(int[]) - Method in class jd.util.IntVector
 
copyOf(Expression) - Method in class jd.xml.xslt.parser.TextContentBuilder
 
copyOf(Expression) - Method in class jd.xml.xslt.template.TemplateScreener
 
copyOf(Expression) - Method in interface jd.xml.xslt.template.TemplateVisitor
 
copySimpleNode(XPathNode, ResultBuilder) - Method in class jd.xml.xslt.template.CopyBase
Copy a node which has no children.
copyTo(ResultBuilder) - Method in class jd.xml.xslt.expr.XResultTreeFragment
Write the result tree fragment to the given ResultBuilder.
count() - Method in class jd.xml.xpath.model.NamespaceContext
Return the number of namespaces in this namespace chain.
create(SimpleLocationStep, Expression) - Static method in class jd.xml.xpath.expr.path.FilteredLocationStep
Create a FilteredLocationStep if possible
create(Expression, LocationStep) - Static method in class jd.xml.xpath.expr.path.LocationStepChain
 
create(int, int) - Static method in class jd.xml.xpath.object.XNodeSetFactory
Factory method to create a XMutableNodeSet best suited for the requested ordering and capacity.
create(int) - Static method in class jd.xml.xpath.object.XNodeSetFactory
Factory method to create a XMutableNodeSet best suited for the requested ordering.
create(AttributeValue, String, Expression) - Static method in class jd.xml.xslt.AttributeValue
 
create(String) - Static method in class jd.xml.xslt.extension.ExtensionHandlerFactory
Create a ExtensionHandler for a namespaceUri.
create() - Method in class jd.xml.xslt.result.ResultLevel
 
createCopy() - Method in class jd.xml.xpath.model.build.normal.CommentNode
 
createCopy() - Method in class jd.xml.xpath.model.build.normal.ComplexElementNode
 
createCopy() - Method in class jd.xml.xpath.model.build.normal.ElementNode
 
createCopy() - Method in class jd.xml.xpath.model.build.normal.Node
 
createCopy() - Method in class jd.xml.xpath.model.build.normal.PiNode
 
createCopy() - Method in class jd.xml.xpath.model.build.normal.TextNode
 
createDefaultHandler() - Static method in class jd.xml.xpath.model.parse.ParseHandlerFactory
Create the ParseHandler for the default parser.
createDefaultParser() - Static method in class jd.xml.xpath.model.parse.ParseHandlerFactory
Create the default Parser.
createDefaultSymbols() - Static method in class jd.xml.xslt.XsltContext
Create a DecimalFormatSymbols object with the default settings defined by XSLT.
createDomDocument() - Static method in class jd.xml.xslt.trax.TraxUtil
Create a new DOM document.
createEquals(Expression, Equality, Expression) - Static method in class jd.xml.xpath.expr.compare.CompareFactory
 
createException(String) - Method in class jd.xml.xslt.parser.XsltParseContext
 
createException(String, Exception) - Method in class jd.xml.xslt.parser.XsltParseContext
 
createException(String, XPathNode) - Method in class jd.xml.xslt.parser.XsltParseContext
 
createException(String, XPathNode, Exception) - Method in class jd.xml.xslt.parser.XsltParseContext
 
createFunction(String) - Method in class jd.xml.xpath.expr.function.FunctionLibrary
Create the function with the given name.
createFunction(Scanner, String, Expression[]) - Method in class jd.xml.xpath.parser.ExpressionParser
Create a function call expression for a function with the given name and arguments.
createFunction(Scanner, String, Expression[]) - Method in class jd.xml.xslt.parser.PatternParser
 
createHandler(Object) - Static method in class jd.xml.xpath.model.parse.ParseHandlerFactory
Create a ParseHandler for a parser.
createModelBuilder() - Method in class jd.xml.xpath.model.build.ModelBuilderFactory
Create a ModelBuilder.
createModelBuilder() - Method in class jd.xml.xpath.model.build.normal.NormalModelBuilderFactory
 
createNodeNamePool() - Static method in class jd.xml.xslt.parser.StylesheetParser
Create a NodeNamePool with the appropriate whitespace test for stylesheet documents.
createOutput(Writer) - Static method in class jd.xml.xslt.result.output.OutputFactory
 
createOutput(OutputStream, Encoding) - Static method in class jd.xml.xslt.result.output.OutputFactory
 
createParseException(String) - Method in class jd.xml.xpath.parser.Scanner
 
createRelate(Expression, Relation, Expression) - Static method in class jd.xml.xpath.expr.compare.CompareFactory
 
createTextNodeFragment(String, NodeNamePool, int) - Method in class jd.xml.xpath.model.build.ModelBuilderFactory
Create a text node fragment.
createTextNodeFragment(String, NodeNamePool, int) - Method in class jd.xml.xpath.model.build.normal.NormalModelBuilderFactory
 
createWriter(OutputStream) - Method in class jd.io.Encoding
Create a Writer which writes to the given OutputStream translating characters into bytes according to this encoding.
createXmlReader() - Static method in class jd.xml.util.SaxUtil
Create a SAX XMLReader.
createXmlReader(String) - Static method in class jd.xml.util.SaxUtil
Create a SAX XMLReader.
currentNsContext_ - Variable in class jd.xml.xpath.model.build.ModelBuilder
 
currentNsCount_ - Variable in class jd.xml.xpath.model.build.ModelBuilder
 

D

DEFAULT - Static variable in class jd.xml.xslt.XsltSecurityManager
The default security manager which has no restrictions.
DEP_CONTEXT_NODE - Static variable in interface jd.xml.xpath.expr.Expression
 
DEP_CONTEXT_POSITION - Static variable in interface jd.xml.xpath.expr.Expression
 
DEP_CONTEXT_SIZE - Static variable in interface jd.xml.xpath.expr.Expression
 
DEP_CONTEXT_STATIC - Static variable in interface jd.xml.xpath.expr.Expression
 
DEP_NONE - Static variable in interface jd.xml.xpath.expr.Expression
 
DEP_UNKNOWN - Static variable in interface jd.xml.xpath.expr.Expression
 
DESCENDANT_OR_SELF_NODE - Static variable in class jd.xml.xpath.expr.path.AbbreviatedPaths
The path '//'
DOT - Static variable in interface jd.xml.xpath.parser.TokenConstants
 
DOTDOT - Static variable in interface jd.xml.xpath.parser.TokenConstants
 
Date - class jd.util.Date.
A class for storing date values.
Date() - Constructor for class jd.util.Date
Create a Date object for current date.
Date(long) - Constructor for class jd.util.Date
Creates a Date object for the given system time.
Date(int, int, int) - Constructor for class jd.util.Date
Create a new Date.
Date(Date) - Constructor for class jd.util.Date
Create a date from another date.
Date(Date) - Constructor for class jd.util.Date
Create a date from a java.util.Date.
Date(Calendar) - Constructor for class jd.util.Date
Create a date from a Calendar.
DateFormat - class jd.util.DateFormat.
DateFormat prvoides locale dependent formatting of dates.
DefaultErrorHandler - class jd.xml.util.DefaultErrorHandler.
A simple implementation of a SAX ErrorHandler.
DefaultErrorHandler() - Constructor for class jd.xml.util.DefaultErrorHandler
 
DefaultErrorHandler(PrintStream) - Constructor for class jd.xml.util.DefaultErrorHandler
 
DefaultErrorHandler(PrintWriter) - Constructor for class jd.xml.util.DefaultErrorHandler
 
DefaultErrorListener - class jd.xml.xslt.trax.DefaultErrorListener.
A default implementation of the ErrorListener interface.
DefaultResultBuilder - class jd.xml.xslt.result.DefaultResultBuilder.
A ResultBuilder used when the output instruction has no explicit method attribute.
DefaultResultBuilder(XsltResult) - Constructor for class jd.xml.xslt.result.DefaultResultBuilder
Create a DefaultResultBuilder.
DefaultUriResolver - class jd.xml.util.DefaultUriResolver.
A default UriResolver.
DefaultUriResolver() - Constructor for class jd.xml.util.DefaultUriResolver
 
DefaultUriResolver - class jd.xml.xslt.trax.DefaultUriResolver.
A URIResolver which implements the default resolution strategy.
DefaultUriResolver() - Constructor for class jd.xml.xslt.trax.DefaultUriResolver
 
DescendantAxis - class jd.xml.xpath.axis.DescendantAxis.
DescendantAxis represents the descendant axis.
DescendantAxis(String, boolean) - Constructor for class jd.xml.xpath.axis.DescendantAxis
 
DescendantOrSelfAxis - class jd.xml.xpath.axis.DescendantOrSelfAxis.
DescendantOrSelfAxis represents the descendant-or-self axis.
DescendantsEnum - class jd.xml.util.DescendantsEnum.
DescendantsEnum is an Enumeration for the descendant nodes of a start node.
DescendantsEnum(Node) - Constructor for class jd.xml.util.DescendantsEnum
 
DescendantsWalker - class jd.xml.xpath.model.walk.DescendantsWalker.
DescendantsWalker implements a depth-first enumeration of the children of a XPathNode in document order.
DescendantsWalker() - Constructor for class jd.xml.xpath.model.walk.DescendantsWalker
 
DescendantsWalker(boolean) - Constructor for class jd.xml.xpath.model.walk.DescendantsWalker
 
Divide - class jd.xml.xpath.expr.operator.Divide.
Add represents the 'div' expression.
Divide(Expression, Expression) - Constructor for class jd.xml.xpath.expr.operator.Divide
 
DocumentFunction - class jd.xml.xslt.expr.DocumentFunction.
Document represents the xslt function "node-set document(object, node-set?)".
DocumentFunction() - Constructor for class jd.xml.xslt.expr.DocumentFunction
 
DocumentTemplate - class jd.xml.xslt.template.DocumentTemplate.
A template class.
DocumentTemplate(String, AttributeValue, OutputFormatTemplate, Template) - Constructor for class jd.xml.xslt.template.DocumentTemplate
Create a DocumentTemplate.
Dom2ResultPipe - class jd.xml.xslt.result.pipe.Dom2ResultPipe.
Dom2ResultPipe performs a deep copy of a DOM Document to a ResultBuilder.
Dom2ResultPipe(ResultBuilder, OutputFormat) - Constructor for class jd.xml.xslt.result.pipe.Dom2ResultPipe
 
DomResultBuilder - class jd.xml.xslt.result.DomResultBuilder.
A DomResultBuilder builds a new DOM document from the transformation output.
DomResultBuilder(Document) - Constructor for class jd.xml.xslt.result.DomResultBuilder
Create a DomResultBuilder
DomResultBuilder(Document, Node) - Constructor for class jd.xml.xslt.result.DomResultBuilder
Create a DomResultBuilder
DomUtil - class jd.xml.util.DomUtil.
A collection of utility functions to support DOM handling.
DomUtil() - Constructor for class jd.xml.util.DomUtil
 
decimalFormatSymbols_ - Variable in class jd.xml.xslt.AbstractStylesheet
 
declare(String, String) - Method in class jd.xml.xpath.tool.XPathNamespaces
Declare a namespace.
decrease() - Method in class jd.xml.xslt.result.ResultLevel
 
decreasePrintIndent() - Method in class jd.xml.xslt.result.MarkupResultBuilder
 
decreaseTab() - Method in class jd.io.TabWriter
Decrease the tab.
defaultModelName_ - Variable in class jd.xml.xpath.model.build.ModelBuilderFactory
 
defineBeginBlockTokens(String, String) - Method in class jd.io.SourceWriter
Definiert den String, der am Beginn eines Block ausgegeben wird.
deleteDirectoryContent(File, boolean) - Static method in class jd.io.FileUtil
Delete all files of a directory.
deleteDirectoryTree(File) - Static method in class jd.io.FileUtil
Delete a directory with all files and subdirectories.
deserialize(byte[]) - Static method in class jd.io.FileUtil
 
difference(Date) - Method in class jd.util.Date
Calculate the difference in days between two dates.
difference(XObject, XObject) - Static method in class jd.xml.xslt.extension.exslt.SetFunctions
Implements set:difference, version 1.2.
distinct(XObject) - Static method in class jd.xml.xslt.extension.exslt.SetFunctions
Implements set:distinct, version 1.2.
divide(Expression, Expression, Expression) - Method in interface jd.xml.xpath.expr.ExpressionVisitor
 
divide(Expression, Expression, Expression) - Method in class jd.xml.xpath.expr.visitor.ExprPrecedence
 
divide(Expression, Expression, Expression) - Method in class jd.xml.xpath.expr.visitor.ExprScreener
 
divide(Expression, Expression, Expression) - Method in class jd.xml.xpath.expr.visitor.ExprSimplifier
 
divide(Expression, Expression, Expression) - Method in class jd.xml.xpath.expr.visitor.ExprTreeWriter
 
divide(Expression, Expression, Expression) - Method in class jd.xml.xpath.expr.visitor.ExprVisitorImpl
 
divide(Expression, Expression, Expression) - Method in class jd.xml.xpath.expr.visitor.ExprWriter
 
doTailRecursion(Object, Variable[], int) - Method in class jd.xml.xslt.XsltContext
 
document(String, AttributeValue, OutputFormatTemplate, Template) - Method in class jd.xml.xslt.parser.TextContentBuilder
 
document(String, AttributeValue, OutputFormatTemplate, Template) - Method in class jd.xml.xslt.template.TemplateScreener
 
document(String, AttributeValue, OutputFormatTemplate, Template) - Method in interface jd.xml.xslt.template.TemplateVisitor
 
dump(PrintStream) - Method in class jd.xml.xpath.model.NamespaceContext
Dump the namespaces to the printstream.

E

ELEMENT - Static variable in interface jd.xml.xpath.model.XPathNode
 
EMPTY_LIST - Static variable in class jd.xml.xslt.format.Numbering
 
EMPTY_LIST - Static variable in class jd.xml.xslt.template.Variable
 
END_OF_EXPRESSION - Static variable in interface jd.xml.xpath.parser.TokenConstants
 
EQUAL - Static variable in class jd.xml.xpath.object.Equality
 
EQUALITY - Static variable in class jd.xml.xpath.expr.visitor.ExprPrecedence
 
EQUALS - Static variable in interface jd.xml.xpath.parser.TokenConstants
 
EXACT - Static variable in class jd.xml.xpath.axis.NodeTest
 
EXIT_INCORRECT_USAGE - Static variable in class jd.xml.xslt.CommandLine
 
EXIT_OK - Static variable in class jd.xml.xslt.CommandLine
 
EXIT_PARSE_ERROR - Static variable in class jd.xml.xslt.CommandLine
 
EXIT_RUNTIME_ERROR - Static variable in class jd.xml.xslt.CommandLine
 
EXIT_STYLESHEET_ERROR - Static variable in class jd.xml.xslt.CommandLine
 
ElementAvailable - class jd.xml.xslt.expr.ElementAvailable.
ElementAvailable represents the xslt function "boolean element-available(string) ".
ElementAvailable() - Constructor for class jd.xml.xslt.expr.ElementAvailable
 
ElementInfo - class jd.xml.xpath.model.build.ElementInfo.
A helper class to pass information about a parsed element to the ModelBuilder.
ElementInfo() - Constructor for class jd.xml.xpath.model.build.ElementInfo
 
ElementNode - class jd.xml.xpath.model.build.normal.ElementNode.
ElementNode represents a XPath element node.
ElementNode(NodeName) - Constructor for class jd.xml.xpath.model.build.normal.ElementNode
 
EmptyResultBuilder - class jd.xml.xslt.result.EmptyResultBuilder.
A ResultBuilder which does nothing.
EmptyResultBuilder(String) - Constructor for class jd.xml.xslt.result.EmptyResultBuilder
 
EmptyWalker - class jd.xml.xpath.model.walk.EmptyWalker.
A EmptyModelWalker represent the null path.
EmptyWalker() - Constructor for class jd.xml.xpath.model.walk.EmptyWalker
 
Encoding - class jd.io.Encoding.
Encoding represents a character encoding.
Encoding(String, String) - Constructor for class jd.io.Encoding
Create a Encoding.
Equality - class jd.xml.xpath.object.Equality.
Equality represents the equality operators = and !=.
Equals - class jd.xml.xpath.expr.compare.Equals.
A base class for equality comparision.
Equals(Expression, Equality, Expression) - Constructor for class jd.xml.xpath.expr.compare.Equals
 
EqualsBooleans - class jd.xml.xpath.expr.compare.EqualsBooleans.
A Equals implementation which compares two boolean values.
EqualsBooleans(Expression, Equality, Expression) - Constructor for class jd.xml.xpath.expr.compare.EqualsBooleans
 
EqualsNumbers - class jd.xml.xpath.expr.compare.EqualsNumbers.
A Equals implementation which compares two number values.
EqualsNumbers(Expression, Equality, Expression) - Constructor for class jd.xml.xpath.expr.compare.EqualsNumbers
 
EqualsObjectNumber - class jd.xml.xpath.expr.compare.EqualsObjectNumber.
A Equals implementation which compares a object and a number.
EqualsObjectNumber(Expression, Equality, Expression) - Constructor for class jd.xml.xpath.expr.compare.EqualsObjectNumber
 
EqualsObjectString - class jd.xml.xpath.expr.compare.EqualsObjectString.
A Equals implementation which compares a variable value and a string.
EqualsObjectString(Expression, Equality, Expression) - Constructor for class jd.xml.xpath.expr.compare.EqualsObjectString
 
EqualsObjects - class jd.xml.xpath.expr.compare.EqualsObjects.
A Equals implementation which compares two XObjects.
EqualsObjects(Expression, Equality, Expression) - Constructor for class jd.xml.xpath.expr.compare.EqualsObjects
 
EqualsSetSimple - class jd.xml.xpath.expr.compare.EqualsSetSimple.
A Equals implementation which compares a set and a simple value.
EqualsSetSimple(Expression, Equality, Expression) - Constructor for class jd.xml.xpath.expr.compare.EqualsSetSimple
 
EqualsStrings - class jd.xml.xpath.expr.compare.EqualsStrings.
A Equals implementation which compares two string values.
EqualsStrings(Expression, Equality, Expression) - Constructor for class jd.xml.xpath.expr.compare.EqualsStrings
 
ExcludedUris - class jd.xml.xslt.parser.ExcludedUris.
A helper class that keeps track of excluded namespace uris.
ExprPrecedence - class jd.xml.xpath.expr.visitor.ExprPrecedence.
 
ExprPrecedence() - Constructor for class jd.xml.xpath.expr.visitor.ExprPrecedence
 
ExprScreener - class jd.xml.xpath.expr.visitor.ExprScreener.
ExprScreener is a visitor which iterates through all subexpressions of an expression.
ExprScreener() - Constructor for class jd.xml.xpath.expr.visitor.ExprScreener
 
ExprSimplifier - class jd.xml.xpath.expr.visitor.ExprSimplifier.
ExprSimplifier simplifies a Expression by evaluating all constant subtrees.
ExprSimplifier() - Constructor for class jd.xml.xpath.expr.visitor.ExprSimplifier
 
ExprTreeWriter - class jd.xml.xpath.expr.visitor.ExprTreeWriter.
ExprTreeWriter prints out a hierarchy tree of an expression.
ExprTreeWriter(OutputStream) - Constructor for class jd.xml.xpath.expr.visitor.ExprTreeWriter
 
ExprTreeWriter(Writer) - Constructor for class jd.xml.xpath.expr.visitor.ExprTreeWriter
 
ExprVisitorImpl - class jd.xml.xpath.expr.visitor.ExprVisitorImpl.
ExprVisitorImpl is a ExpressionVisitor implementation which does nothing.
ExprVisitorImpl() - Constructor for class jd.xml.xpath.expr.visitor.ExprVisitorImpl
 
ExprWriter - class jd.xml.xpath.expr.visitor.ExprWriter.
ExprWriter prints a string representation of an expression.
ExprWriter() - Constructor for class jd.xml.xpath.expr.visitor.ExprWriter
 
Expression - interface jd.xml.xpath.expr.Expression.
Expression represents a XPath expression.
ExpressionImpl - class jd.xml.xpath.expr.ExpressionImpl.
ExpressionImpl provides a reasonable default implementation of many expression methods.
ExpressionImpl() - Constructor for class jd.xml.xpath.expr.ExpressionImpl
 
ExpressionParser - class jd.xml.xpath.parser.ExpressionParser.
An XPath expression parser.
ExpressionParser() - Constructor for class jd.xml.xpath.parser.ExpressionParser
Create an ExpressionParser using the default XPath function library
ExpressionParser(XPathParseContext) - Constructor for class jd.xml.xpath.parser.ExpressionParser
Create a ExpressionParser using the given FunctionLibrary.
ExpressionVisitor - interface jd.xml.xpath.expr.ExpressionVisitor.
A visitor class for expressions.
ExsltUtil - class jd.xml.xslt.extension.exslt.ExsltUtil.
 
ExsltUtil() - Constructor for class jd.xml.xslt.extension.exslt.ExsltUtil
 
ExtensionFunction - class jd.xml.xslt.extension.ExtensionFunction.
 
ExtensionFunction(String, int) - Constructor for class jd.xml.xslt.extension.ExtensionFunction
 
ExtensionFunctionCall - class jd.xml.xslt.extension.ExtensionFunctionCall.
ExtensionFunctionCall is a function call to an extension function, i.e.
ExtensionFunctionCall(String, String, Expression[]) - Constructor for class jd.xml.xslt.extension.ExtensionFunctionCall
Create a new ExtensionFunctionCall.
ExtensionHandler - class jd.xml.xslt.extension.ExtensionHandler.
An interface for ExtensionHandlers, i.e.
ExtensionHandler(String) - Constructor for class jd.xml.xslt.extension.ExtensionHandler
Create an ExtensionHandler.
ExtensionHandlerFactory - class jd.xml.xslt.extension.ExtensionHandlerFactory.
A Factory for ExtensionHandlers.
ExtensionHandlerFactory() - Constructor for class jd.xml.xslt.extension.ExtensionHandlerFactory
 
ExtensionUris - class jd.xml.xslt.parser.ExtensionUris.
A helper class that keeps track of extension namespace uris.
element(XPathNode) - Method in interface jd.xml.xpath.model.NodeVisitor
 
element(XPathNode) - Method in class jd.xml.xpath.model.visit.Serializer
 
element - Variable in class jd.xml.xslt.parser.AttributeSetInfo
 
elementAt(int) - Method in class jd.util.IntVector
 
elementCount_ - Variable in class jd.util.IntVector
 
elementData_ - Variable in class jd.util.IntVector
 
elementInfo_ - Variable in class jd.xml.xpath.model.parse.ParseHandler
 
elementStarted_ - Variable in class jd.xml.xslt.result.MarkupResultBuilder
 
elements() - Method in class jd.util.IntKeyHashtable
 
encodeIUri(String) - Static method in class jd.xml.util.UriUtil
 
encoding_ - Variable in class jd.xml.xslt.result.MarkupResultBuilder
 
end() - Method in class jd.xml.xslt.parser.LocalVariableNames
Empty again.
end() - Method in class jd.xml.xslt.trace.Tracer
 
endBlock() - Method in class jd.io.SourceWriter
End a block.
endBlock(String) - Method in class jd.io.SourceWriter
End the block, print the given string and finish the line.
endBuild() - Method in class jd.xml.xpath.model.build.ModelBuilder
 
endBuild() - Method in class jd.xml.xpath.model.build.normal.NormalModelBuilder
Receive notification of the end of a document.
endCDATA() - Method in class jd.xml.xpath.model.parse.Sax2ParseHandler
 
endCDATA() - Method in class jd.xml.xslt.result.pipe.Sax2ResultPipe
Report the end of a CDATA section.
endDTD() - Method in class jd.xml.xpath.model.parse.Sax2ParseHandler
 
endDTD() - Method in class jd.xml.xslt.result.pipe.Sax2ResultPipe
Report the end of DTD declarations.
endDocument() - Method in class jd.xml.xpath.model.parse.SaxParseHandler
 
endDocument() - Method in class jd.xml.xslt.result.CanXmlResultBuilder
End the document output.
endDocument() - Method in class jd.xml.xslt.result.DefaultResultBuilder
End the document output.
endDocument() - Method in class jd.xml.xslt.result.DomResultBuilder
End the document output.
endDocument() - Method in class jd.xml.xslt.result.EmptyResultBuilder
 
endDocument() - Method in class jd.xml.xslt.result.MarkupResultBuilder
End the document output.
endDocument() - Method in class jd.xml.xslt.result.ModelResultBuilder
End the document output.
endDocument() - Method in class jd.xml.xslt.result.ProxyResultBuilder
End the document output.
endDocument() - Method in class jd.xml.xslt.result.ResultBuilder
End the document output.
endDocument() - Method in class jd.xml.xslt.result.ResultTextRecorder
 
endDocument() - Method in class jd.xml.xslt.result.ResultTreeRecorder
 
endDocument() - Method in class jd.xml.xslt.result.SaxResultBuilder
End the document output.
endDocument() - Method in class jd.xml.xslt.result.TextResultBuilder
End the document output.
endDocument() - Method in class jd.xml.xslt.result.pipe.Sax2ResultPipe
Receive notification of the end of a document.
endDocument() - Method in class jd.xml.xslt.trax.TemplatesHandlerImpl
 
endDocument() - Method in class jd.xml.xslt.trax.TransformerHandlerImpl
 
endElement() - Method in class jd.xml.xpath.model.build.ModelBuilder
 
endElement() - Method in class jd.xml.xpath.model.build.normal.NormalModelBuilder
Receive notification of the end of an element.
endElement(String) - Method in class jd.xml.xpath.model.parse.Sax1ParseHandler
Receive notification of the end of an element.
endElement(String, String, String) - Method in class jd.xml.xpath.model.parse.Sax2ParseHandler
Receive notification of the end of an element.
endElement() - Method in class jd.xml.xslt.parser.TextContentBuilder
 
endElement() - Method in class jd.xml.xslt.result.CanXmlResultBuilder
End an element output.
endElement() - Method in class jd.xml.xslt.result.DomResultBuilder
End an element output.
endElement() - Method in class jd.xml.xslt.result.EmptyResultBuilder
 
endElement() - Method in class jd.xml.xslt.result.HtmlResultBuilder
End an element output.
endElement() - Method in class jd.xml.xslt.result.ModelResultBuilder
End an element output.
endElement() - Method in class jd.xml.xslt.result.NamespaceSupport
Called when a element ended.
endElement() - Method in class jd.xml.xslt.result.ProxyResultBuilder
End an element output.
endElement() - Method in class jd.xml.xslt.result.ResultBuilder
End an element output.
endElement() - Method in class jd.xml.xslt.result.ResultTextRecorder
 
endElement() - Method in class jd.xml.xslt.result.ResultTreeRecorder
 
endElement() - Method in class jd.xml.xslt.result.SaxResultBuilder
End an element output.
endElement() - Method in class jd.xml.xslt.result.TextResultBuilder
Does nothing.
endElement() - Method in class jd.xml.xslt.result.XmlResultBuilder
End an element output.
endElement(String, String, String) - Method in class jd.xml.xslt.result.pipe.Sax2ResultPipe
Receive notification of the end of an element.
endElement() - Method in class jd.xml.xslt.template.TemplateScreener
 
endElement() - Method in interface jd.xml.xslt.template.TemplateVisitor
 
endEntity(String) - Method in class jd.xml.xpath.model.parse.Sax2ParseHandler
 
endEntity(String) - Method in class jd.xml.xslt.result.pipe.Sax2ResultPipe
Report the end of an entity.
endInclude() - Method in class jd.xml.xslt.parser.XsltParseContext
 
endLevel() - Method in class jd.xml.xslt.parser.LocalVariableNames
 
endParseStylesheet(XsltParseContext, XPathRootNode) - Method in interface jd.xml.xslt.parser.ParseListener
 
endParseStylesheet(XsltParseContext, XPathRootNode) - Method in class jd.xml.xslt.trace.TraceParseListener
 
endParseTemplate() - Method in class jd.xml.xslt.parser.XsltParseContext
Signal that parsing of a template rule has ended.
endParseTemplateLevel() - Method in class jd.xml.xslt.parser.XsltParseContext
Signal that parsing of a template element and all of its sibling has ended.
endPrefixMapping(String) - Method in class jd.xml.xpath.model.parse.Sax2ParseHandler
End the scope of a prefix-URI mapping.
endPrefixMapping(String) - Method in class jd.xml.xslt.result.pipe.Sax2ResultPipe
End the scope of a prefix-URI mapping.
ensureAttrCapacity(int) - Method in class jd.xml.xpath.model.build.ElementInfo
 
ensureCapacity(int) - Method in class jd.util.IntVector
 
equality_ - Variable in class jd.xml.xpath.expr.compare.Equals
 
equals(Object) - Method in class jd.util.Date
Test if this date is equal to another date.
equals(Object) - Method in class jd.util.Time
Test if the given Time object represents the same time.
equals(Object) - Method in class jd.xml.xpath.VariableName
 
equals(Object) - Method in interface jd.xml.xpath.model.XPathNode
Test if an object is equal to this node.
equals(Object) - Method in class jd.xml.xpath.model.build.AbstractXPathNode
Test if an object is equal to this node.
equals(Object) - Method in class jd.xml.xpath.object.XBoolean
Test if the given object equals this object.
equals(Object) - Method in class jd.xml.xpath.object.XNumber
Test if the given object equals this object.
equals(Object) - Method in class jd.xml.xpath.object.XObject
Test if the given object equals this object.
equals(Object) - Method in class jd.xml.xslt.parser.AttributeSetInfo
 
equalsName(String, String) - Method in class jd.xml.xpath.model.NodeName
Test if the NodeName has the same uri and local name.
equalsNode(XPathNode) - Method in interface jd.xml.xpath.model.XPathNode
Test if the node equals the given node.
equalsNode(XPathNode) - Method in class jd.xml.xpath.model.build.normal.NamespaceNode
Test if the node equals the given node.
equalsNode(XPathNode) - Method in class jd.xml.xpath.model.build.normal.Node
Test if the node equals the given node.
equalsString(String) - Method in class jd.util.TextBuffer
 
error(SAXParseException) - Method in class jd.xml.util.DefaultErrorHandler
 
error(TransformerException) - Method in class jd.xml.xslt.trax.DefaultErrorListener
 
escape(char) - Method in class jd.xml.util.Utf8Escaping
 
evaluate(XPathContext) - Method in class jd.xml.xslt.AttributeValue
 
evaluate(XPathContext, AttributeValue, String) - Static method in class jd.xml.xslt.AttributeValue
 
evaluate(XPathContext, AttributeValue, int) - Static method in class jd.xml.xslt.AttributeValue
 
evaluate(XPathContext, AttributeValue, char) - Static method in class jd.xml.xslt.AttributeValue
 
evaluate(String[]) - Method in class jd.xml.xslt.CommandLine
Evaluate the comandline.
evaluateAndExit(String[]) - Method in class jd.xml.xslt.CommandLine
 
expandedName - Variable in class jd.xml.xslt.parser.AttributeSetInfo
 
expectExtensionElement(XPathNode, XPathNode, String, String) - Method in class jd.xml.xslt.parser.TemplateParser
Test if a node is a extension element
exprVisitor_ - Variable in class jd.xml.xslt.template.TemplateScreener
 
expr_ - Variable in class jd.xml.xpath.expr.misc.ProxyExpression
 
expression(Location, Expression, String) - Method in class jd.xml.xslt.trace.Tracer
 
expressionParsed(XsltParseContext, Expression, String) - Method in interface jd.xml.xslt.parser.ParseListener
 
expressionParsed(XsltParseContext, Expression, String) - Method in class jd.xml.xslt.trace.TraceParseListener
 

F

FALSE - Static variable in class jd.xml.xpath.object.XBoolean
The XBoolean with value 'false'.
FEATURE_NAMESPACES - Static variable in class jd.xml.util.SaxUtil
 
FEATURE_NSPREFIXES - Static variable in class jd.xml.util.SaxUtil
 
FEATURE_VALIDATION - Static variable in class jd.xml.util.SaxUtil
 
Fallback - class jd.xml.xslt.template.Fallback.
A template class.
Fallback(Template) - Constructor for class jd.xml.xslt.template.Fallback
Create a Fallback object.
False - class jd.xml.xpath.expr.function.False.
False represents the xpath core function "boolean false()".
False() - Constructor for class jd.xml.xpath.expr.function.False
 
FileUtil - class jd.io.FileUtil.
A collection of utility function for I/O access.
FileUtil() - Constructor for class jd.io.FileUtil
 
FilteredLocationStep - class jd.xml.xpath.expr.path.FilteredLocationStep.
A FilteredLocationStep is a LocationStep with a simple filter predicate that uses axis iterators for evaluation and is therefore faster than a heavyweight PredicateExpression.
FilteredStepPattern - class jd.xml.xslt.pattern.FilteredStepPattern.
FilteredStepPattern is a StepPattern with one or more predicate expressions.
FilteredStepPattern(boolean, NodeTest, Expression[]) - Constructor for class jd.xml.xslt.pattern.FilteredStepPattern
 
Floor - class jd.xml.xpath.expr.function.Floor.
Floor represents the xpath core function "number floor(number)".
Floor() - Constructor for class jd.xml.xpath.expr.function.Floor
 
FollowingAxis - class jd.xml.xpath.axis.FollowingAxis.
FollowingAxis represents the following axis.
FollowingSiblingAxis - class jd.xml.xpath.axis.FollowingSiblingAxis.
FollowingSiblingAxis represents the following-sibling axis.
FollowingWalker - class jd.xml.xpath.model.walk.FollowingWalker.
A ModelWalker for the following nodes in document order.
ForEach - class jd.xml.xslt.template.ForEach.
A template class.
ForEach(Expression, Sort, Template) - Constructor for class jd.xml.xslt.template.ForEach
Create a ForEach object.
FormatNumber - class jd.xml.xslt.expr.FormatNumber.
FormatNumber represents the xslt function "string format-number(number, string, string?)".
FormatNumber() - Constructor for class jd.xml.xslt.expr.FormatNumber
 
Function - interface jd.xml.xpath.expr.function.Function.
Function represents a XPath function.
FunctionAvailable - class jd.xml.xslt.expr.FunctionAvailable.
FunctionAvailable represents the xslt function "boolean function-available(string)".
FunctionAvailable() - Constructor for class jd.xml.xslt.expr.FunctionAvailable
 
FunctionLibrary - class jd.xml.xpath.expr.function.FunctionLibrary.
FunctionLibrary represents a set of functions.
FunctionLibrary() - Constructor for class jd.xml.xpath.expr.function.FunctionLibrary
Create a FunctionLibrary.
FunctionLibrary(int) - Constructor for class jd.xml.xpath.expr.function.FunctionLibrary
Create a FunctionLibrary.
FunctionType - class jd.xml.xpath.expr.function.FunctionType.
FunctionType provides meta-information about a Function.
FunctionType(String) - Constructor for class jd.xml.xpath.expr.function.FunctionType
Create a FunctionType with no arguments.
FunctionType(String, int) - Constructor for class jd.xml.xpath.expr.function.FunctionType
Create a FunctionType with a fixed number of arguments.
FunctionType(String, int, int) - Constructor for class jd.xml.xpath.expr.function.FunctionType
Create a FunctionType with a variable number of arguments.
fallback(Template) - Method in class jd.xml.xslt.parser.TextContentBuilder
 
fallback(XsltContext, ResultBuilder) - Method in class jd.xml.xslt.template.Fallback
Instantiate the fallback content.
fallback(Template) - Method in class jd.xml.xslt.template.TemplateScreener
 
fallback(Template) - Method in interface jd.xml.xslt.template.TemplateVisitor
 
fatalError(SAXParseException) - Method in class jd.xml.util.DefaultErrorHandler
 
fatalError(TransformerException) - Method in class jd.xml.xslt.trax.DefaultErrorListener
 
fillup(double, int, int) - Static method in class jd.util.StringUtil
 
fillupLeft(String, int, char) - Static method in class jd.util.StringUtil
 
fillupLeft(String, int) - Static method in class jd.util.StringUtil
 
fillupLeft(int, int) - Static method in class jd.util.StringUtil
 
fillupLeft(int, int, char) - Static method in class jd.util.StringUtil
 
fillupRight(String, int, char) - Static method in class jd.util.StringUtil
 
fillupRight(String, int) - Static method in class jd.util.StringUtil
 
fillupRight(int, int) - Static method in class jd.util.StringUtil
 
finalize() - Method in class jd.xml.util.XmlSource
Call cleanup.
finalize() - Method in class jd.xml.xslt.util.ModelCache
Calls cleanup.
finish(StylesheetData) - Method in class jd.xml.xslt.parser.XsltParseContext
Parsing is finished.
firstChild_ - Variable in class jd.xml.xpath.model.build.normal.CompositeNode
 
firstUnClassifiedGlobalVar() - Method in class jd.xml.xslt.parser.StylesheetData
 
firstUnClassifiedGlobalVar() - Method in class jd.xml.xslt.parser.VariableSorter
 
flush(byte[], int, int) - Method in class jd.io.CharToByteConverter
 
flush(byte[], int, int) - Method in class jd.io.CharToByteUtf8
 
flush() - Method in class jd.io.ClosedWriter
 
flush() - Method in class jd.io.OutputStreamWriter
 
flush() - Method in class jd.io.TabWriter
Flush the stream.
flush() - Method in class jd.xml.xslt.result.output.ByteOutput
 
flush() - Method in class jd.xml.xslt.result.output.CharOutput
 
flush() - Method in interface jd.xml.xslt.result.output.Output
 
flushBuffer() - Method in class jd.io.OutputStreamWriter
 
flushBuffer(int) - Method in class jd.xml.xslt.result.output.ByteOutput
 
flushBuffer() - Method in class jd.xml.xslt.result.output.ByteOutput
 
flushBuffer() - Method in class jd.xml.xslt.result.output.Utf8ByteOutput
 
flushNode(boolean) - Method in class jd.xml.xslt.result.HtmlResultBuilder
Flush buffered nodes (i.e.
flushNode(boolean) - Method in class jd.xml.xslt.result.MarkupResultBuilder
 
flushNode(boolean) - Method in class jd.xml.xslt.result.XmlResultBuilder
Flush buffered content (i.e.
flushTextNode() - Method in class jd.xml.xpath.model.parse.ParseHandler
 
forEach(Expression, Sort, Template) - Method in class jd.xml.xslt.parser.TextContentBuilder
 
forEach(Expression, Sort, Template) - Method in class jd.xml.xslt.template.TemplateScreener
 
forEach(Expression, Sort, Template) - Method in interface jd.xml.xslt.template.TemplateVisitor
 
forName(String) - Static method in class jd.io.Encoding
Return a Encoding.
format(Date) - Method in class jd.util.DateFormat
Return a string representation of a date.
format(Date, StringBuffer) - Method in class jd.util.DateFormat
Return a string representation of a date.
format(Date, StringBuffer, char) - Method in class jd.util.DateFormat
Return a string representation of a date.
format(int, int, int) - Method in class jd.util.DateFormat
Return a string representation of a date.
format(int, int, int, StringBuffer) - Method in class jd.util.DateFormat
Return a string representation of a date.
format(int, int, int, StringBuffer, char) - Method in class jd.util.DateFormat
Return a string representation of a date.
format(int[]) - Method in class jd.xml.xslt.format.NumberingFormat
 
format(int) - Method in class jd.xml.xslt.format.NumberingFormat
 
fromInteger(int) - Static method in class jd.util.Date
Extract a date from an integer.
function(Expression, String, Expression[]) - Method in interface jd.xml.xpath.expr.ExpressionVisitor
 
function(Expression, String, Expression[]) - Method in class jd.xml.xpath.expr.visitor.ExprScreener
 
function(Expression, String, Expression[]) - Method in class jd.xml.xpath.expr.visitor.ExprSimplifier
 
function(Expression, String, Expression[]) - Method in class jd.xml.xpath.expr.visitor.ExprTreeWriter
 
function(Expression, String, Expression[]) - Method in class jd.xml.xpath.expr.visitor.ExprVisitorImpl
 
function(Expression, String, Expression[]) - Method in class jd.xml.xpath.expr.visitor.ExprWriter
 

G

GREATER - Static variable in class jd.xml.xpath.object.Relation
 
GREATER - Static variable in interface jd.xml.xpath.parser.TokenConstants
 
GREATER_EQUALS - Static variable in class jd.xml.xpath.object.Relation
 
GREATER_EQUALS - Static variable in interface jd.xml.xpath.parser.TokenConstants
 
GenerateId - class jd.xml.xslt.expr.GenerateId.
GenerateId represents the xslt function "string generate-id(node-set?)".
GenerateId() - Constructor for class jd.xml.xslt.expr.GenerateId
 
GlobalVariableNames - class jd.xml.xslt.parser.GlobalVariableNames.
GlobalVariableNames handles the names of all global variables.
GlobalVariableNames() - Constructor for class jd.xml.xslt.parser.GlobalVariableNames
 
get(String) - Method in class jd.util.Config
Get the value of a key.
get(String, String) - Method in class jd.util.Config
Get the value of a key.
get(int) - Method in class jd.util.IntKeyHashtable
 
get(Object) - Method in class jd.util.IntValHashtable
 
get(String) - Method in class jd.xml.xpath.axis.AxisLibrary
Get an axis instance for a name.
getArgument(int) - Method in class jd.xml.xpath.expr.function.BooleanFunction
 
getArgument(int) - Method in interface jd.xml.xpath.expr.function.Function
Return the actual argument for the given index.
getArgument(int) - Method in class jd.xml.xpath.expr.function.NodeSetFunction
 
getArgument(int) - Method in class jd.xml.xpath.expr.function.NumericFunction
 
getArgument(int) - Method in class jd.xml.xpath.expr.function.StringFunction
 
getArgument(int) - Method in class jd.xml.xpath.expr.function.VariableFunction
 
getArray(Vector) - Static method in class jd.util.StringUtil
 
getAssocStylesheetSource() - Method in class jd.xml.xslt.CommandLine
 
getAssociatedStylesheet(Source, String, String, String) - Method in class jd.xml.xslt.trax.TransformerFactoryImpl
Get the stylesheet specification(s) associated via the xml-stylesheet processing instruction (see http://www.w3.org/TR/xml-stylesheet/) with the document document specified in the source parameter, and that match the given criteria.
getAttribute() - Method in class jd.xml.xslt.parser.AttributeIterator
Return the current attribute.
getAttribute(String) - Method in class jd.xml.xslt.trax.TransformerFactoryImpl
Throws an IllegalArgumentException since attributes are not supported.
getAttributeSet(String) - Method in class jd.xml.xslt.parser.XsltParseContext
Return a AttributeSet.
getAttributeSetInfo(String) - Method in class jd.xml.xslt.parser.XsltParseContext
Return a AttributeSetInfo for a name.
getAttributes() - Method in interface jd.xml.xpath.model.XPathNode
Return the Attributes of this XPathNode.
getAttributes() - Method in class jd.xml.xpath.model.build.AbstractXPathNode
Return null.
getAttributes() - Method in class jd.xml.xpath.model.build.normal.ComplexElementNode
Return the Attributes of this XPathNode.
getAxis() - Method in class jd.xml.xpath.expr.path.LocationStep
Return the Axis of the LocationStep.
getBaseUri() - Method in interface jd.xml.xpath.model.XPathNode
Return the base uri of the node, determined by the value of the xml:base attribute on the node, or, if it has no xml:base attribute, by the value of the xml:base attribute on the nearest ancestor of the node that has an xml:base attribute and the given document uri.
getBaseUri() - Method in class jd.xml.xpath.model.build.AbstractXPathNode
Return the base uri of the node.
getBaseUri() - Method in interface jd.xml.xslt.expr.StaticExprContext
Return the base uri of the associated document.
getBaseUri() - Method in class jd.xml.xslt.parser.XsltParseContext
Return the base uri of the current parsed stylesheet element
getBaseUri() - Method in class jd.xml.xslt.parser.XsltParseException
Return the base uri of the document where the error occured.
getBoolean(String) - Method in class jd.util.Config
Return true if the value to which the key is mapped is "true", false otherwise.
getBoolean(String, boolean) - Method in class jd.util.Config
Return true if the value to which the key is mapped is "true", false otherwise.
getBoolean(boolean) - Static method in class jd.xml.xpath.object.XBoolean
Get a XBoolean for the given primitive boolean value.
getBoolean(String, String, boolean) - Method in class jd.xml.xslt.parser.AttributeIterator
Return the value of the current attribute as a boolean.
getBuffer() - Method in class jd.util.TextBuffer
 
getBufferUsed() - Method in class jd.io.TabWriter
 
getBytes(String) - Static method in class jd.util.StringUtil
 
getCDataSectionElements() - Method in class jd.xml.xslt.template.OutputFormatTemplate
 
getCacheableNode() - Method in interface jd.xml.xpath.model.XPathNode
Return a node object which can be cached without eating up any resources.
getCacheableNode() - Method in class jd.xml.xpath.model.build.normal.Node
Return this.
getCaseOrder() - Method in class jd.xml.xslt.format.Sort
 
getChar() - Method in class jd.xml.xslt.parser.AttributeIterator
Return the value of the current attribute as an boolean.
getCharacterEncoding() - Method in class jd.io.CharToByteConverter
 
getCharacterEncoding() - Method in class jd.io.CharToByteUtf8
 
getCheckedNamespaceUri(String) - Method in class jd.xml.xslt.parser.XsltParseContext
Return the namespace uri for the prefix.
getChildCount() - Method in interface jd.xml.xpath.model.XPathNode
Return the number of children.
getChildCount() - Method in class jd.xml.xpath.model.build.AbstractXPathNode
Return 0.
getChildCount() - Method in class jd.xml.xpath.model.build.normal.CompositeNode
Return 0.
getClassName(Object) - Static method in class jd.util.ClassUtil
Return the name of the class of an object without the package prefix.
getClassName(Class) - Static method in class jd.util.ClassUtil
Return the name of a class without the package prefix.
getClassName(Class) - Static method in class jd.util.StringUtil
Return the unqualififed name of a class.
getConstantValue() - Method in class jd.xml.xslt.template.Variable
Return the constant value or null.
getContentHandler() - Method in class jd.xml.xslt.result.SaxResultBuilder
Return the ContentHandler.
getContext() - Method in class jd.xml.xpath.tool.XPath
Return the evaluation context.
getContext() - Method in class jd.xml.xslt.parser.XsltParseException
Returns the error context.
getContextDependencies() - Method in interface jd.xml.xpath.expr.Expression
Return a bitfield indicating the expression dependencies on the XPath context.
getContextDependencies() - Method in class jd.xml.xpath.expr.function.BooleanFunction
 
getContextDependencies(Expression[]) - Method in class jd.xml.xpath.expr.function.FunctionType
Return a bitfield indicating the dependencies of the function arguments.
getContextDependencies() - Method in class jd.xml.xpath.expr.function.Id
 
getContextDependencies() - Method in class jd.xml.xpath.expr.function.Lang
 
getContextDependencies() - Method in class jd.xml.xpath.expr.function.Last
Return DEP_CONTEXT_SIZE.
getContextDependencies(Expression[]) - Method in class jd.xml.xpath.expr.function.NodeFunctionType
Return a bitfield indicating the dependencies of the function arguments.
getContextDependencies() - Method in class jd.xml.xpath.expr.function.NodeSetFunction
 
getContextDependencies() - Method in class jd.xml.xpath.expr.function.NumericFunction
 
getContextDependencies() - Method in class jd.xml.xpath.expr.function.Position
Return DEP_CONTEXT_POSITION.
getContextDependencies() - Method in class jd.xml.xpath.expr.function.StringFunction
 
getContextDependencies() - Method in class jd.xml.xpath.expr.function.VariableFunction
 
getContextDependencies() - Method in class jd.xml.xpath.expr.misc.Constant
Return DEP_NONE.
getContextDependencies() - Method in class jd.xml.xpath.expr.misc.Negate
 
getContextDependencies() - Method in class jd.xml.xpath.expr.misc.ProxyExpression
 
getContextDependencies() - Method in class jd.xml.xpath.expr.misc.VariableReference
Return a bitfield indicating the expression dependencies.
getContextDependencies() - Method in class jd.xml.xpath.expr.operator.BooleanOperator
 
getContextDependencies() - Method in class jd.xml.xpath.expr.operator.NodeSetOperator
 
getContextDependencies() - Method in class jd.xml.xpath.expr.operator.NumericOperator
 
getContextDependencies() - Method in class jd.xml.xpath.expr.path.FilteredLocationStep
Return a bitfield indicating the expression dependencies.
getContextDependencies() - Method in class jd.xml.xpath.expr.path.LocationStep
Return DEP_CONTEXT_NODE.
getContextDependencies() - Method in class jd.xml.xpath.expr.path.LocationStepChain
Return DEP_CONTEXT_NODE.
getContextDependencies() - Method in class jd.xml.xpath.expr.path.PredicateExpression
Return a bitfield indicating the expression dependencies.
getContextDependencies() - Method in class jd.xml.xslt.AttributeValue
Return a bitfield indicating the expression dependencies.
getContextDependencies() - Method in class jd.xml.xslt.expr.Available
Return a bitfield indicating the function dependencies.
getContextDependencies() - Method in class jd.xml.xslt.expr.Current
Return DEP_CONTEXT_STATIC.
getContextDependencies() - Method in class jd.xml.xslt.expr.DocumentFunction
Return a bitfield indicating the function dependencies.
getContextDependencies() - Method in class jd.xml.xslt.expr.FormatNumber
Return a bitfield indicating the function dependencies.
getContextDependencies() - Method in class jd.xml.xslt.expr.GenerateId
Return a bitfield indicating the function dependencies.
getContextDependencies() - Method in class jd.xml.xslt.expr.InvalidExpression
Return DEP_CONTEXT_STATIC.
getContextDependencies() - Method in class jd.xml.xslt.expr.InvalidFunction
Return DEP_CONTEXT_STATIC.
getContextDependencies() - Method in class jd.xml.xslt.expr.KeyFunction
Return a bitfield indicating the function dependencies.
getContextDependencies() - Method in class jd.xml.xslt.expr.SystemProperty
Return a bitfield indicating the function dependencies.
getContextDependencies() - Method in class jd.xml.xslt.expr.TextContentExpression
 
getContextDependencies() - Method in class jd.xml.xslt.expr.UnparsedEntityUri
Return a bitfield indicating the function dependencies.
getContextDependencies() - Method in class jd.xml.xslt.extension.ExtensionFunction
 
getContextDependencies() - Method in class jd.xml.xslt.extension.ExtensionFunctionCall
Return a bitfield indicating the expression dependencies.
getContextNode() - Method in class jd.xml.xslt.extension.JavaXsltContext
Throws an expection since the XPath model used by jd.xslt is not a DOM model.
getContextNode() - Method in interface org.w3c.xsl.XSLTContext
Return context node from the XPath expression context.
getContextPosition() - Method in class jd.xml.xslt.extension.JavaXsltContext
 
getContextPosition() - Method in interface org.w3c.xsl.XSLTContext
Returns the context position from the XPath expression context.
getContextSize() - Method in class jd.xml.xslt.extension.JavaXsltContext
 
getContextSize() - Method in interface org.w3c.xsl.XSLTContext
Returns the context size from the XPath expression context.
getCount() - Method in class jd.xml.xslt.format.LevelNumbering
 
getCurrentElement() - Method in class jd.xml.xslt.parser.XsltParseContext
Return the current parsed element.
getCurrentNode() - Method in class jd.xml.xslt.XsltContext
Return the current node.
getCurrentNode() - Method in class jd.xml.xslt.extension.JavaXsltContext
Throws an expection since the XPath model used by jd.xslt is not a DOM model Use getXpCurrentNode instead.
getCurrentNode() - Method in interface org.w3c.xsl.XSLTContext
Returns the current node from the XSLT context; the same as calling current() function from the XPath expression context.
getCurrentParsedTemplateName() - Method in class jd.xml.xslt.parser.XsltParseContext
Return the name of the current parsed template rule.
getCurrentTemplateRules() - Method in class jd.xml.xslt.parser.XsltParseContext
 
getDataType() - Method in class jd.xml.xslt.format.Sort
 
getDay() - Method in class jd.util.Date
Return the day value (ranging from 1 to 31).
getDayOfWeek() - Method in class jd.util.Date
 
getDayPosition() - Method in class jd.util.DateFormat
Return the position (0-2) of the day value in date string.
getDecimalFormat(String, String, String) - Method in class jd.xml.xslt.XsltContext
Return the decimal format for the given pattern and name.
getDecimalFormatSymbols() - Method in class jd.xml.xslt.parser.StylesheetData
 
getDeclarationId() - Method in class jd.xml.xpath.model.NamespaceContext
Return the declaration id.
getDefaultBaseUri() - Method in class jd.xml.xslt.expr.DocumentFunction
 
getDefaultFormat() - Static method in class jd.util.DateFormat
Return a DateFormat for the default locale.
getDefaultInstance() - Static method in class jd.xml.xpath.model.build.ModelBuilderFactory
Return the default ModelBuilderFactory instance which is used if the global instance is not applicable for a given document source.
getDefaultTemplateRuleList() - Method in class jd.xml.xslt.parser.StylesheetData
Return the default template rule list (mode = null).
getDependencies(AttributeValue) - Static method in class jd.xml.xslt.AttributeValue
Return a bitfield indicating the expression dependencies.
getDirectory(String) - Method in class jd.util.Config
Return the value of a key as a File.
getDocId() - Method in class jd.xml.xpath.object.XNodeSet
Return the document id of the nodes in this nodeSet or -1 if the nodes come from different documents.
getDocTypePublic() - Method in class jd.xml.xslt.format.OutputFormat
Return the doc type public specifier.
getDocTypeSystem() - Method in class jd.xml.xslt.format.OutputFormat
Return the doc type system specifier.
getDocument() - Method in class jd.xml.util.XmlSource
Return the document if one was provided at creation.
getDocumentBaseUri() - Method in interface jd.xml.xpath.model.XPathRootNode
Return the base uri of document.
getDocumentBaseUri() - Method in class jd.xml.xpath.model.build.normal.RootNode
Return the base uri of document.
getDocumentBaseUri() - Method in class jd.xml.xslt.parser.XsltParseContext
Return the base uri of the current parsed stylesheet document.
getDocumentContent() - Method in class jd.xml.util.XmlSource
Return the document content.
getDocumentId() - Method in interface jd.xml.xpath.model.XPathRootNode
Return an integer that identifies the associated document.
getDocumentId() - Method in class jd.xml.xpath.model.build.normal.RootNode
Return an integer that identifies the document to which this node belongs.
getDocumentRoot() - Method in class jd.xml.xslt.result.ModelResultBuilder
Return the result root.
getDouble(String) - Method in class jd.util.Config
Return the value of a key as a double.
getDouble(String, double) - Method in class jd.util.Config
Return the value of a key as a double.
getElementDeclarations() - Method in class jd.xml.xslt.result.NamespaceSupport
Get the namespace declaration chain for the current element.
getElementForId(String) - Method in interface jd.xml.xpath.model.XPathRootNode
Return the element with the given ID.
getElementForId(String) - Method in class jd.xml.xpath.model.build.normal.RootNode
Return the element with the given ID.
getElementUri(String) - Method in class jd.xml.xslt.result.NamespaceSupport
Return the uri for the namespace prefix declared by the current element.
getEncoding() - Method in class jd.io.OutputStreamWriter
 
getEncoding() - Method in class jd.xml.util.XmlWriter
Return the used xml encoding.
getEncoding(Encoding) - Method in class jd.xml.xslt.format.OutputFormat
Return the encoding attribute.
getEntityResolver() - Method in class jd.xml.xpath.model.parse.ParseHandler
 
getEntityResolver() - Method in class jd.xml.xpath.model.parse.PullParseHandler
 
getEntityResolver() - Method in class jd.xml.xpath.model.parse.Sax1ParseHandler
 
getEntityResolver() - Method in class jd.xml.xpath.model.parse.Sax2ParseHandler
 
getErrorListener() - Method in class jd.xml.xslt.trax.TransformerFactoryImpl
Get the error event handler for the TransformerFactory.
getErrorListener() - Method in class jd.xml.xslt.trax.TransformerImpl
Get the error event handler in effect for the transformation.
getErrorOffset() - Method in class jd.xml.xpath.parser.XPathParseException
Return the error offset.
getException() - Method in class jd.util.ChainedException
Return the chained exception.
getException() - Method in class jd.util.ChainedRuntimeException
Return the chained exception.
getException() - Method in class jd.xml.xslt.parser.XsltParseException
Return the original exception.
getExitCode() - Method in class jd.xml.xslt.CommandLine
 
getExpandedName() - Method in class jd.xml.xslt.parser.AttributeIterator
Return an expanded name which has qname equals to the current attribute value.
getExpandedName(String) - Method in class jd.xml.xslt.parser.XsltParseContext
Return the expanded name for a qname in respect to the current namespace.
getExpandedNames() - Method in class jd.xml.xslt.parser.AttributeIterator
Return a list of expanded names from the whitespace separated list of qnames equal to the current attribute value.
getExpression() - Method in class jd.xml.xpath.expr.misc.ProxyExpression
 
getExpression() - Method in class jd.xml.xpath.parser.XPathParseException
Return the expression.
getExpression() - Method in class jd.xml.xpath.tool.XPath
Return the parsed XPath expression.
getExpression() - Method in class jd.xml.xslt.AttributeValue
 
getExpression() - Method in class jd.xml.xslt.format.ValueNumbering
 
getExpression() - Method in class jd.xml.xslt.parser.AttributeIterator
Return the value of the current attribute as a parsed expression.
getExpression() - Method in class jd.xml.xslt.template.Variable
Return the expression or null.
getExpressionString() - Method in class jd.xml.xpath.parser.Scanner
 
getExtension(File) - Static method in class jd.io.FileUtil
Return the extension of a file name.
getExtension(String) - Static method in class jd.io.FileUtil
Return the extension of a file name.
getExtensionFunction(String, String, Expression[]) - Method in class jd.xml.xslt.XsltContext
Return an extension function.
getExtensionHandler(String) - Method in class jd.xml.xslt.XsltContext
 
getExtensionHandler(String) - Method in class jd.xml.xslt.parser.StylesheetData
 
getExtensionHandlers() - Method in class jd.xml.xslt.parser.StylesheetData
 
getFeature(XMLReader, String) - Static method in class jd.xml.util.SaxUtil
A helper method to set a SAX feature of a XMLReader.
getFeature(String) - Method in class jd.xml.xslt.trax.TransformerFactoryImpl
Look up the value of a feature.
getFile(String) - Method in class jd.util.Config
Return the value of a key as a File.
getFile(String, File) - Method in class jd.util.Config
Return the value of a key as a File.
getFile(String) - Static method in class jd.xml.util.UriUtil
Try to retreive a file from a uri.
getFileName(File) - Static method in class jd.io.FileUtil
Return the name of a file without the extension.
getFirstChild() - Method in interface jd.xml.xpath.model.XPathNode
Return the first child.
getFirstChild() - Method in class jd.xml.xpath.model.build.AbstractXPathNode
Return null.
getFirstChild() - Method in class jd.xml.xpath.model.build.normal.CompositeNode
Return the first child.
getFirstChildImpl() - Method in class jd.xml.xpath.model.build.normal.CompositeNode
Return null.
getFirstChildImpl() - Method in class jd.xml.xpath.model.build.normal.Node
Return null.
getFirstNode(XPathNode, NodeTest) - Method in class jd.xml.xpath.axis.AttributeAxis
Get the first node of the axis, which matches the nodeTest or null if no match is found.
getFirstNode(XPathNode, NodeTest) - Method in class jd.xml.xpath.axis.Axis
Get the first node of the axis, which matches the nodeTest or null if no match is found.
getFirstNode(XPathNode, NodeTest) - Method in class jd.xml.xpath.axis.ChildAxis
Implemented since this is most used axis.
getFirstNode(XPathNode, NodeTest) - Method in class jd.xml.xpath.axis.RootAxis
Return the root.
getFirstNode(XPathNode, NodeTest) - Method in class jd.xml.xpath.axis.SelfAxis
Get the first nodes of the axis.
getFirstSibling(Node) - Static method in class jd.xml.util.DomUtil
Return the first sibling of the given node.
getFirstSibling() - Method in interface jd.xml.xpath.model.XPathNode
Return the first sibling.
getFirstSibling() - Method in class jd.xml.xpath.model.build.AbstractXPathNode
Return the first sibling.
getFirstStylesheetChild(XPathNode) - Method in class jd.xml.xslt.parser.Parser
Get the first child that is a stylesheet node.
getFormat(String) - Static method in class jd.util.DateFormat
Return a DateFormat for a language.
getFormat(String, String) - Static method in class jd.util.DateFormat
Return a DateFormat for a language and country.
getFormat(Locale) - Static method in class jd.util.DateFormat
Return a DateFormat for a locale.
getFormat() - Method in class jd.xml.xslt.format.Numbering
 
getFragment(String) - Method in interface jd.xml.xpath.model.XPathRootNode
Build a fragment tree
getFragment(String) - Method in class jd.xml.xpath.model.build.normal.RootNode
Build a fragment with this node as document node.
getFrom() - Method in class jd.xml.xslt.format.LevelNumbering
 
getFunction(XsltContext, String, Expression[]) - Method in class jd.xml.xslt.extension.ExtensionHandler
Return an extension function for the given name.
getFunction(XsltContext, String, Expression[]) - Method in class jd.xml.xslt.extension.JavaExtensionHandler
Return an extension function for the given name.
getFunction(XsltContext, String, Expression[]) - Method in class jd.xml.xslt.extension.ScriptExtensionHandler
Return a extension function for the given name.
getFunctionClassName(String) - Method in class jd.xml.xpath.expr.function.FunctionLibrary
Return the name of a function implentation.
getFunctionLibrary() - Method in class jd.xml.xpath.parser.XPathParseContext
Return the function library.
getFunctionLibrary() - Method in class jd.xml.xslt.expr.FunctionAvailable
 
getFunctionLibrary() - Method in interface jd.xml.xslt.expr.StaticExprContext
Return the function library.
getFunctionNames() - Method in class jd.xml.xpath.expr.function.FunctionLibrary
Return a Enumeration of the function names.
getFunctionType() - Method in class jd.xml.xpath.expr.function.Average
 
getFunctionType() - Method in class jd.xml.xpath.expr.function.Ceiling
 
getFunctionType() - Method in class jd.xml.xpath.expr.function.Concat
 
getFunctionType() - Method in class jd.xml.xpath.expr.function.Contains
 
getFunctionType() - Method in class jd.xml.xpath.expr.function.Count
 
getFunctionType() - Method in class jd.xml.xpath.expr.function.False
 
getFunctionType() - Method in class jd.xml.xpath.expr.function.Floor
 
getFunctionType() - Method in interface jd.xml.xpath.expr.function.Function
Return the FunctionType of the Function-
getFunctionType() - Method in class jd.xml.xpath.expr.function.Id
 
getFunctionType() - Method in class jd.xml.xpath.expr.function.Lang
 
getFunctionType() - Method in class jd.xml.xpath.expr.function.Last
 
getFunctionType() - Method in class jd.xml.xpath.expr.function.LocalName
 
getFunctionType() - Method in class jd.xml.xpath.expr.function.Name
 
getFunctionType() - Method in class jd.xml.xpath.expr.function.NamespaceUri
 
getFunctionType() - Method in class jd.xml.xpath.expr.function.NormalizeSpace
 
getFunctionType() - Method in class jd.xml.xpath.expr.function.Not
 
getFunctionType() - Method in class jd.xml.xpath.expr.function.Position
 
getFunctionType() - Method in class jd.xml.xpath.expr.function.Round
 
getFunctionType() - Method in class jd.xml.xpath.expr.function.StartsWith
 
getFunctionType() - Method in class jd.xml.xpath.expr.function.StringLength
 
getFunctionType() - Method in class jd.xml.xpath.expr.function.Substring
 
getFunctionType() - Method in class jd.xml.xpath.expr.function.SubstringAfter
 
getFunctionType() - Method in class jd.xml.xpath.expr.function.SubstringBefore
 
getFunctionType() - Method in class jd.xml.xpath.expr.function.Sum
 
getFunctionType() - Method in class jd.xml.xpath.expr.function.ToBoolean
 
getFunctionType() - Method in class jd.xml.xpath.expr.function.ToNumber
 
getFunctionType() - Method in class jd.xml.xpath.expr.function.ToString
 
getFunctionType() - Method in class jd.xml.xpath.expr.function.Translate
 
getFunctionType() - Method in class jd.xml.xpath.expr.function.True
 
getFunctionType() - Method in class jd.xml.xslt.expr.Current
 
getFunctionType() - Method in class jd.xml.xslt.expr.DocumentFunction
 
getFunctionType() - Method in class jd.xml.xslt.expr.ElementAvailable
 
getFunctionType() - Method in class jd.xml.xslt.expr.FormatNumber
 
getFunctionType() - Method in class jd.xml.xslt.expr.FunctionAvailable
 
getFunctionType() - Method in class jd.xml.xslt.expr.GenerateId
 
getFunctionType() - Method in class jd.xml.xslt.expr.InvalidFunction
 
getFunctionType() - Method in class jd.xml.xslt.expr.KeyFunction
 
getFunctionType() - Method in class jd.xml.xslt.expr.SystemProperty
 
getFunctionType() - Method in class jd.xml.xslt.expr.UnparsedEntityUri
 
getFunctionType() - Method in class jd.xml.xslt.extension.ExtensionFunction
 
getGlobalId() - Method in interface jd.xml.xpath.model.XPathNode
Return an unique global identifier for the node.
getGlobalId() - Method in class jd.xml.xpath.model.build.normal.Node
Return an unique identifier for the node.
getGlobalId(int) - Method in class jd.xml.xpath.model.build.normal.RootNode
Generate a unique id for the serialNumber
getGlobalInstance() - Static method in class jd.xml.xslt.XsltSecurityManager
Return the global security manager.
getGlobalVariable(int) - Method in class jd.xml.xslt.XsltContext
Return a global variable value.
getGlobalVariables() - Method in class jd.xml.xslt.parser.StylesheetData
Return the global variables.
getGroupingSeparator() - Method in class jd.xml.xslt.format.Numbering
 
getGroupingSize() - Method in class jd.xml.xslt.format.Numbering
 
getHour() - Method in class jd.util.Time
Return the hour.
getImportPrecedence() - Method in class jd.xml.xslt.parser.XsltParseContext
Return the import precedence of the current stylesheet.
getImportPrecedence() - Method in class jd.xml.xslt.util.XsltSortable
Return the import precedence.
getIndent(boolean) - Method in class jd.xml.xslt.format.OutputFormat
Return the indent attribute.
getIndex() - Method in class jd.xml.xpath.VariableName
Return the variable name index.
getIndex() - Method in class jd.xml.xpath.model.NamespaceContext
Return the index of the NamespaceContext.
getIndex() - Method in class jd.xml.xslt.pattern.Key
Return the key index among all Keys of the stylesheet.
getInheritedAttribute(Node, String, String) - Static method in class jd.xml.util.DomUtil
Return an attribute, that is declared for the given node or one of its ancestors.
getInheritedAttribute(String, String) - Method in class jd.xml.xpath.model.build.AbstractXPathNode
Return an attribute, that is declared for the given node or one of its ancestors.
getInputSource() - Method in class jd.xml.util.XmlSource
Return an InputSource for the document if the document was not directly provided.
getInputSource(XmlSource) - Method in class jd.xml.xpath.model.parse.SaxParseHandler
 
getInstance() - Static method in class jd.xml.xpath.model.build.ModelBuilderFactory
Return the global ModelBuilderFactory instance.
getInt(String) - Method in class jd.util.Config
Return the value of a key as an integer.
getInt(String, int) - Method in class jd.util.Config
Return the value of a key as an integer.
getItem(XPathRootNode, Object) - Method in class jd.xml.xslt.util.ModelCache
Return a cached value.
getItemList(String) - Method in class jd.util.Config
 
getItemList(String, Vector) - Method in class jd.util.Config
 
getJavaName() - Method in class jd.io.Encoding
Return the associated java encoding.
getKeyMaps(XPathRootNode) - Method in class jd.xml.xslt.util.ModelCache
Return the KeyMaps of a document.
getKeyNodes(String, String) - Method in class jd.xml.xslt.XsltContext
Retrieve all nodes of a key with the specified value.
getKeys() - Method in class jd.xml.xslt.parser.StylesheetData
 
getLang() - Method in class jd.xml.xslt.format.Sort
 
getLanguage() - Method in interface jd.xml.xpath.model.XPathNode
Return the language of the node, determined by the value of the xml:lang attribute on the node, or, if it has no xml:lang attribute, by the value of the xml:lang attribute on the nearest ancestor of the node that has an xml:lang attribute.
getLanguage() - Method in class jd.xml.xpath.model.build.AbstractXPathNode
Return the language of the node.
getLanguage() - Method in class jd.xml.xslt.extension.ScriptExtensionHandler
Return the script language of this ExtensionHandler.
getLastDayOfMonth() - Method in class jd.util.Date
Returns the value for the last day of the month of this date (ranging from 28 to 31).
getLastDayOfMonth(int, int) - Static method in class jd.util.Date
Returns the last day of the month for the given month and year (ranging from 28 to 31).
getLastError(XsltContext) - Static method in class jd.xml.xslt.extension.jd.JdFunctions
Return the last error caught by an jd:catch template.
getLastError(XsltContext) - Static method in class jd.xml.xslt.extension.jd.TryCatchTemplate
 
getLhs() - Method in class jd.xml.xpath.expr.operator.NodeSetOperator
Return the "left hand side" expression.
getLineNumber() - Method in interface jd.xml.xpath.model.XPathNode
Return the line number of this node in a source document.
getLineNumber() - Method in interface jd.xml.xpath.model.build.ModelLocator
 
getLineNumber(int) - Method in class jd.xml.xpath.model.build.normal.LineNumberMap
 
getLineNumber() - Method in class jd.xml.xpath.model.build.normal.Node
Return the line number of this node in a source document.
getLineNumber(Node) - Method in class jd.xml.xpath.model.build.normal.RootNode
Return the line number of the node in a source document.
getLineNumber() - Method in class jd.xml.xpath.model.parse.PullParseHandler
 
getLineNumber() - Method in class jd.xml.xpath.model.parse.SaxParseHandler
 
getLineSeparator() - Static method in class jd.io.FileUtil
 
getList(String, String) - Method in class jd.util.Config
Return the value of a key splitted into an string array.
getList(String, String, Vector) - Method in class jd.util.Config
Return the value of a key splitted into an string array.
getLocalId() - Method in interface jd.xml.xpath.model.XPathNode
Return a number for the node that is unique within the document.
getLocalId() - Method in class jd.xml.xpath.model.build.normal.Node
Return a number for the node that is unique within the document.
getLocalName() - Method in interface jd.xml.xpath.model.XPathNode
Return the local name of the node.
getLocalName() - Method in class jd.xml.xpath.model.build.AbstractXPathNode
Returns getName().
getLocalName() - Method in class jd.xml.xpath.model.build.normal.AttributeNode
Return the XPath local name.
getLocalName() - Method in class jd.xml.xpath.model.build.normal.ElementNode
Return the XPath local name.
getLocalPart(String) - Static method in class jd.xml.util.XmlUtil
Return the local part of an element name.
getLocalVariable(int) - Method in class jd.xml.xslt.XsltContext
Return a global variable value.
getLocalVariableFrame() - Method in class jd.xml.xslt.XsltContext
 
getLocalVariableValues() - Method in class jd.xml.xslt.XsltContext
 
getLocation() - Method in class jd.xml.xslt.trace.TraceExpression
 
getLocation() - Method in class jd.xml.xslt.trace.TracePattern
 
getLocation() - Method in class jd.xml.xslt.trace.TraceTemplate
 
getLong(String) - Method in class jd.util.Config
Return the value of a key as a long.
getLong(String, long) - Method in class jd.util.Config
Return the value to which the key is mapped as a long.
getMainModel() - Method in class jd.xml.xslt.util.ModelCache
Return the main model.
getMatch() - Method in class jd.xml.xslt.pattern.Key
 
getMatchingRule(XsltContext, int, ResultBuilder) - Method in class jd.xml.xslt.template.TemplateRuleList
Return a template that matches the current node of the given context.
getMatchingSiblings(XsltContext, XPathNode, Pattern) - Method in class jd.xml.xslt.format.LevelNumbering
 
getMaxBytesPerChar() - Method in class jd.io.CharToByteConverter
 
getMaxBytesPerChar() - Method in class jd.io.CharToByteUtf8
 
getMaxLocalParameterCount() - Method in class jd.xml.xslt.parser.StylesheetData
Return the maximum number of parameters among all templates.
getMaxLocalVariableCount() - Method in class jd.xml.xslt.parser.StylesheetData
Return the maximum number of local variables and parameters among all templates.
getMaxMemory() - Method in class jd.xml.xslt.XsltContext
Return the debug mode.
getMaxResultSize(NodeTest) - Method in class jd.xml.xpath.axis.AttributeAxis
Return 1 if the nodetest is an exact nametest, 0 else.
getMaxResultSize(NodeTest) - Method in class jd.xml.xpath.axis.Axis
Return the maximum result size or 0 if not known in advance.
getMaxResultSize(NodeTest) - Method in class jd.xml.xpath.axis.ParentAxis
Return 1.
getMaxResultSize(NodeTest) - Method in class jd.xml.xpath.axis.RootAxis
Return 1.
getMaxResultSize(NodeTest) - Method in class jd.xml.xpath.axis.SelfAxis
Return 1.
getMaxResultSize() - Method in class jd.xml.xpath.expr.NodeSetExpression
Return the maximum size of the returned NodeSet or 0 if not known.
getMaxResultSize(Expression) - Static method in class jd.xml.xpath.expr.NodeSetExpression
 
getMaxResultSize() - Method in class jd.xml.xpath.expr.path.FilteredLocationStep
 
getMaxResultSize() - Method in class jd.xml.xpath.expr.path.LocationStep
 
getMaxResultSize() - Method in class jd.xml.xslt.expr.TextContentExpression
 
getMediaType(String) - Method in class jd.xml.xslt.format.OutputFormat
Return the media type attribute.
getMessage() - Method in class jd.xml.xslt.parser.XsltParseException
Returns the error message string of this Exception.
getMethod() - Method in class jd.xml.xslt.format.OutputFormat
Return the output method.
getMinResultSize(NodeTest) - Method in class jd.xml.xpath.axis.Axis
Return the minimum result size or 0 if not known in advance.
getMinResultSize(NodeTest) - Method in class jd.xml.xpath.axis.RootAxis
Return 1.
getMinResultSize(NodeTest) - Method in class jd.xml.xpath.axis.SelfAxis
Return 1.
getMinResultSize() - Method in class jd.xml.xpath.expr.NodeSetExpression
Return the minimum size of the returned NodeSet or 0 if not known.
getMinResultSize(Expression) - Static method in class jd.xml.xpath.expr.NodeSetExpression
 
getMinResultSize() - Method in class jd.xml.xpath.expr.path.SimpleLocationStep
 
getMinResultSize() - Method in class jd.xml.xslt.expr.TextContentExpression
 
getMinute() - Method in class jd.util.Time
Return the minute.
getMode() - Method in class jd.xml.xslt.template.TemplateRule
Return the mode.
getMode() - Method in class jd.xml.xslt.template.TemplateRuleList
 
getModel(String, String) - Method in class jd.xml.xslt.XsltContext
Get a document.
getModel(String, String) - Method in class jd.xml.xslt.util.ModelCache
Get a document.
getModel(String, String, XsltSecurityManager) - Method in class jd.xml.xslt.util.ModelCache
 
getModelBuilder(XmlSource, ModelBuilder) - Static method in class jd.xml.xpath.model.build.ModelBuilderFactory
Get a ModelBuilder which is suitable for the given document source.
getModelBuilder(ModelBuilder) - Method in class jd.xml.xpath.model.build.ModelBuilderFactory
Get a ModelBuilder.
getModelBuilder(ModelBuilder) - Method in class jd.xml.xpath.model.build.normal.NormalModelBuilderFactory
 
getModelCache() - Method in class jd.xml.xslt.XsltContext
Return the ModelCache.
getModelName() - Method in interface jd.xml.xpath.model.XPathRootNode
Return the name of the XPath model implementation.
getModelName() - Method in class jd.xml.xpath.model.build.normal.RootNode
Return the name of the XPath model implementation.
getModelReader() - Method in class jd.xml.xslt.util.ModelCache
Return the model reader.
getModelWalker() - Method in class jd.xml.xpath.axis.AncestorAxis
Return this.
getModelWalker() - Method in class jd.xml.xpath.axis.AttributeAxis
Return a ModelWalker for the axis.
getModelWalker() - Method in class jd.xml.xpath.axis.Axis
Return a ModelWalker for the axis nodes in document order.
getModelWalker() - Method in class jd.xml.xpath.axis.ChildAxis
Return this.
getModelWalker() - Method in class jd.xml.xpath.axis.DescendantAxis
 
getModelWalker() - Method in class jd.xml.xpath.axis.FollowingAxis
 
getModelWalker() - Method in class jd.xml.xpath.axis.FollowingSiblingAxis
Return this.
getModelWalker() - Method in class jd.xml.xpath.axis.NamespaceAxis
Return a ModelWalker for the axis.
getModelWalker() - Method in class jd.xml.xpath.axis.ParentAxis
Return this.
getModelWalker() - Method in class jd.xml.xpath.axis.PrecedingAxis
 
getModelWalker() - Method in class jd.xml.xpath.axis.PrecedingSiblingAxis
Return a PrecedingSiblingWalker.
getModelWalker() - Method in class jd.xml.xpath.axis.RootAxis
Return this.
getModelWalker() - Method in class jd.xml.xpath.axis.SelfAxis
Return this.
getModelWalker() - Method in class jd.xml.xpath.expr.NodeSetExpression
Evaluate the NodeSet-Expression to a ModelWalker.
getModelWalker() - Method in class jd.xml.xpath.expr.path.LocationStepChain
Return a ModelWalker.
getModelWalker() - Method in class jd.xml.xpath.expr.path.SimpleLocationStep
Return a ModelWalker.
getMonth() - Method in class jd.util.Date
Return the month value (ranging from 1 to 12).
getMonthName(int) - Method in class jd.util.DateFormat
Return the name of a month
getMonthPosition() - Method in class jd.util.DateFormat
Returns the position (0-2) of the month value in date string.
getName() - Method in class jd.io.Encoding
Return the encoding name.
getName() - Method in class jd.xml.xpath.VariableName
Return the variable name.
getName() - Method in class jd.xml.xpath.axis.Axis
Return the axis name.
getName(String, String, String) - Method in class jd.xml.xpath.model.NodeNamePool
 
getName(String, String, String, boolean) - Method in class jd.xml.xpath.model.NodeNamePool
 
getName() - Method in interface jd.xml.xpath.model.XPathNode
Return the name of the node.
getName() - Method in class jd.xml.xpath.model.build.AbstractXPathNode
Return null.
getName() - Method in class jd.xml.xpath.model.build.normal.AttributeNode
Return the attribute name.
getName() - Method in class jd.xml.xpath.model.build.normal.ElementNode
Return the element name.
getName() - Method in class jd.xml.xpath.model.build.normal.NamespaceNode
Return the XPath name of the node.
getName() - Method in class jd.xml.xpath.model.build.normal.PiNode
Return the XPath name of the node.
getName() - Method in class jd.xml.xpath.model.build.normal.TextNode
Return null.
getName() - Method in class jd.xml.xslt.parser.AttributeIterator
Return the name of the current attribute.
getName(String, XPathNode) - Method in class jd.xml.xslt.parser.GlobalVariableNames
Get a existent VariableName or create a preliminary name.
getName(String) - Method in class jd.xml.xslt.parser.LocalVariableNames
Get a VariableName.
getName(int) - Method in class jd.xml.xslt.result.AttributeList
Return the name of the i-th attribute.
getName() - Method in class jd.xml.xslt.result.NamespaceSupport.Declaration
Return the qualififed name of the namespace declaration.
getName() - Method in class jd.xml.xslt.template.AttributeSet
Return the name.
getName() - Method in class jd.xml.xslt.template.TemplateRule
Return the name.
getNameForId(int) - Method in class jd.xml.xpath.model.NodeNamePool
 
getNamePattern(String) - Method in class jd.xml.xpath.model.NodeNamePool
 
getNamePoolSize() - Method in class jd.xml.xslt.template.TemplateRuleList
 
getNamedTemplateRules() - Method in class jd.xml.xslt.parser.StylesheetData
 
getNames() - Method in class jd.xml.xpath.model.NodeNamePool
Return an array with all names with getNames()[i].index = i
getNamespaceContext() - Method in interface jd.xml.xpath.model.XPathNode
Return the namespace context of the node.
getNamespaceContext() - Method in class jd.xml.xpath.model.build.ModelBuilder
 
getNamespaceContext() - Method in class jd.xml.xpath.model.build.normal.ComplexElementNode
Return the namespace context of the node.
getNamespaceContext() - Method in class jd.xml.xpath.model.build.normal.Node
Return the namespace context of the node.
getNamespaceContext() - Method in class jd.xml.xslt.expr.Available
 
getNamespaceContext() - Method in class jd.xml.xslt.expr.FormatNumber
 
getNamespaceContext() - Method in class jd.xml.xslt.expr.KeyFunction
 
getNamespaceContext() - Method in interface jd.xml.xslt.expr.StaticExprContext
Return the namespace.
getNamespaceContext() - Method in class jd.xml.xslt.expr.SystemProperty
 
getNamespaceContext() - Method in class jd.xml.xslt.parser.XsltParseContext
Return the current namespace context.
getNamespaceContext() - Method in class jd.xml.xslt.template.OutputFormatTemplate
 
getNamespaceNodes() - Method in interface jd.xml.xpath.model.XPathNode
Return the NamespaceNodes of this XPathNode.
getNamespaceNodes() - Method in class jd.xml.xpath.model.build.AbstractXPathNode
Return null.
getNamespaceNodes() - Method in class jd.xml.xpath.model.build.normal.ElementNode
Return the NamespaceNodes of this XPathNode.
getNamespacePrefix(String) - Method in class jd.xml.xslt.result.CanXmlResultBuilder
Return the current namespace prefix of the namespace with the given uri
getNamespacePrefix(String) - Method in class jd.xml.xslt.result.DomResultBuilder
Return the current namespace prefix of the namespace with the given uri
getNamespacePrefix(String) - Method in class jd.xml.xslt.result.EmptyResultBuilder
 
getNamespacePrefix(String) - Method in class jd.xml.xslt.result.MarkupResultBuilder
Return the current namespace prefix of the namespace with the given uri
getNamespacePrefix(String) - Method in class jd.xml.xslt.result.ModelResultBuilder
Return the current namespace prefix of the namespace with the given uri
getNamespacePrefix(String) - Method in class jd.xml.xslt.result.ProxyResultBuilder
Return the current namespace prefix of the namespace with the given uri
getNamespacePrefix(String) - Method in class jd.xml.xslt.result.ResultBuilder
Return the current namespace prefix of the namespace with the given uri
getNamespacePrefix(String) - Method in class jd.xml.xslt.result.ResultTextRecorder
 
getNamespacePrefix(String) - Method in class jd.xml.xslt.result.ResultTreeRecorder
 
getNamespacePrefix(String) - Method in class jd.xml.xslt.result.SaxResultBuilder
Return the current namespace prefix of the namespace with the given uri
getNamespacePrefix(String) - Method in class jd.xml.xslt.result.TextResultBuilder
Return null.
getNamespaceUri(Node, String) - Static method in class jd.xml.util.DomUtil
Return the namespace uri for a given prefix.
getNamespaceUri() - Method in interface jd.xml.xpath.model.XPathNode
Return the namespace uri of the node.
getNamespaceUri() - Method in class jd.xml.xpath.model.build.AbstractXPathNode
Return null.
getNamespaceUri() - Method in class jd.xml.xpath.model.build.normal.AttributeNode
Return the XPath namespace uri.
getNamespaceUri() - Method in class jd.xml.xpath.model.build.normal.ElementNode
Return the XPath namespace uri.
getNamespaceUri(Scanner, String) - Method in class jd.xml.xpath.parser.ExpressionParser
Return the namespace uri for the given prefix.
getNamespaceUri(String) - Method in class jd.xml.xpath.parser.XPathParseContext
Return the namespace uri for the prefix.
getNamespaceUri(NamespaceContext, String) - Static method in class jd.xml.xslt.XsltContext
Map a prefix to a namespace uri.
getNamespaceUri(NamespaceContext, String, boolean) - Static method in class jd.xml.xslt.XsltContext
Map a prefix to a namespace uri.
getNamespaceUri(String) - Method in class jd.xml.xslt.parser.XsltParseContext
Return the namespace uri for the prefix.
getNext() - Method in class jd.xml.xslt.AttributeValue
 
getNext() - Method in class jd.xml.xslt.format.Sort
 
getNext() - Method in class jd.xml.xslt.pattern.Key
 
getNext() - Method in class jd.xml.xslt.template.Template
 
getNextSibling() - Method in interface jd.xml.xpath.model.XPathNode
Return the next sibling.
getNextSibling() - Method in class jd.xml.xpath.model.build.normal.Node
Return the next XPathNode sibling.
getNextSibling() - Method in class jd.xml.xpath.model.build.normal.TreeNode
Return the next XPathNode sibling.
getNextStylesheetSibling(XPathNode) - Method in class jd.xml.xslt.parser.Parser
Get the next sibling that is a stylesheet node.
getNextTemplateRuleIndex() - Method in class jd.xml.xslt.parser.XsltParseContext
 
getNode() - Method in class jd.xml.xpath.XPathContext
Return the context node.
getNode(int) - Method in class jd.xml.xpath.object.XConvertibleNodeSet
Get the node for the given index.
getNode(int) - Method in class jd.xml.xpath.object.XCountNodeSet
 
getNode(int) - Method in class jd.xml.xpath.object.XEmptyNodeSet
Throw a XPathException.
getNode(int) - Method in class jd.xml.xpath.object.XListNodeSet
 
getNode(int) - Method in class jd.xml.xpath.object.XNodeSet
Get the node for the given index.
getNode(int) - Method in class jd.xml.xpath.object.XSingleNodeSet
Return the node for the given index (which should be 0).
getNode(int) - Method in class jd.xml.xpath.object.XSumNodeSet
 
getNode(int) - Method in class jd.xml.xslt.expr.XResultTreeFragment
Return the root node of the result tree fragment.
getNode(int) - Method in class jd.xml.xslt.expr.XTextContentFragment
Return the root node of the result tree fragment.
getNode() - Method in class jd.xml.xslt.parser.XsltParseException
Return the node which caused the error.
getNodeInfo(XPathNode) - Method in class jd.xml.xslt.parser.XsltParseException
 
getNodeLevel(Node) - Static method in class jd.xml.util.DomUtil
Return the node level.
getNodeName() - Method in interface jd.xml.xpath.model.XPathNode
Return the nodename of the node.
getNodeName() - Method in class jd.xml.xpath.model.build.AbstractXPathNode
Return null.
getNodeName() - Method in class jd.xml.xpath.model.build.normal.AttributeNode
Return the attribute node name.
getNodeName() - Method in class jd.xml.xpath.model.build.normal.ElementNode
Return the attribute node name.
getNodeName(String, String, String) - Method in class jd.xml.xpath.model.parse.ParseHandler
 
getNodeName(String, boolean) - Method in class jd.xml.xpath.model.parse.ParseHandler
 
getNodeNamePool() - Method in interface jd.xml.xpath.model.XPathRootNode
Return the NodeNamePool used by this node tree.
getNodeNamePool() - Method in class jd.xml.xpath.model.build.normal.RootNode
Return null.
getNodeNamePool() - Method in class jd.xml.xpath.parser.XPathParseContext
Return a NodeNamePool which is used to build optimized NodeNameTests.
getNodeNamePool() - Method in class jd.xml.xslt.AbstractStylesheet
Return the NodeNamePool of the stylesheet.
getNodeNamePool() - Method in class jd.xml.xslt.IdentityTransformation
Return null.
getNodeNamePool() - Method in class jd.xml.xslt.Transformation
Return the NodeNamePool of the transformation.
getNodeNamePool() - Method in class jd.xml.xslt.TransformationChain
Return the NodeNamePool of the first transformation in this chain.
getNodeNamePool() - Method in class jd.xml.xslt.parser.StylesheetData
 
getNodeNamePool() - Method in class jd.xml.xslt.parser.XsltParseContext
Return a NodeNamePool which is used to build optimized NodeNameTests.
getNodeNamePool() - Method in class jd.xml.xslt.util.ModelCache
Return the NodeNamePool which is used as name pool for built documents.
getNodeSet(Vector) - Static method in class jd.xml.xslt.extension.exslt.ExsltUtil
 
getNodeSet(String) - Method in class jd.xml.xslt.util.KeyMap
 
getNodeSum() - Method in class jd.xml.xpath.object.XNodeSet
Get the sum of the number value of all nodes in this nodeset.
getNodeSum() - Method in class jd.xml.xpath.object.XSumNodeSet
 
getNodeTest() - Method in class jd.xml.xpath.expr.path.LocationStep
Return the NodeTest of the LocationStep.
getNodes(XPathNode, NodeTest, XMutableNodeSet) - Method in class jd.xml.xpath.axis.AncestorAxis
Get the nodes of the axis, filtered by the NodeTest.
getNodes(XPathNode, NodeTest, XMutableNodeSet) - Method in class jd.xml.xpath.axis.AttributeAxis
Get the nodes of the axis, filtered by the NodeTest.
getNodes(XPathNode, NodeTest, XMutableNodeSet) - Method in class jd.xml.xpath.axis.Axis
Get the nodes of the axis, filtered by the NodeTest.
getNodes(XPathNode, NodeTest, XMutableNodeSet) - Method in class jd.xml.xpath.axis.ChildAxis
Get the nodes of the axis, filtered by the NodeTest.
getNodes(XPathNode, NodeTest, XMutableNodeSet) - Method in class jd.xml.xpath.axis.FollowingSiblingAxis
Get the nodes of the axis, filtered by the NodeTest.
getNodes(XPathNode, NodeTest, XMutableNodeSet) - Method in class jd.xml.xpath.axis.ParentAxis
Get the nodes of the axis, filtered by the NodeTest.
getNodes(XPathNode, NodeTest, XMutableNodeSet) - Method in class jd.xml.xpath.axis.PrecedingSiblingAxis
Get the nodes of the axis, filtered by the NodeTest.
getNodes(XPathNode, NodeTest, XMutableNodeSet) - Method in class jd.xml.xpath.axis.RootAxis
Add the root to the result set.
getNodes(XPathNode, NodeTest, XMutableNodeSet) - Method in class jd.xml.xpath.axis.SelfAxis
Get the nodes of the axis, filtered by the NodeTest.
getNodes(XPathContext, XMutableNodeSet) - Method in class jd.xml.xpath.expr.path.FilteredLocationStep
Evaluate the FilteredLocationStep.
getNodes(XPathContext, XMutableNodeSet) - Method in class jd.xml.xpath.expr.path.LocationStep
Evaluate the LocationStep.
getNodes(XPathContext, XMutableNodeSet) - Method in class jd.xml.xpath.expr.path.RootPath
Evaluate the LocationStep.
getNodes(XPathContext, XMutableNodeSet) - Method in class jd.xml.xpath.expr.path.SimpleLocationStep
Evaluate the LocationStep.
getNumberingFormat(String, int, char) - Method in class jd.xml.xslt.XsltContext
Return a NumberingFormat for the definition.
getNumbers(XsltContext, Pattern, Pattern) - Method in class jd.xml.xslt.format.AnyLevelNumbering
 
getNumbers(XsltContext) - Method in class jd.xml.xslt.format.LevelNumbering
 
getNumbers(XsltContext, Pattern, Pattern) - Method in class jd.xml.xslt.format.LevelNumbering
 
getNumbers(XsltContext, Pattern, Pattern) - Method in class jd.xml.xslt.format.MultiLevelNumbering
 
getNumbers(XsltContext) - Method in class jd.xml.xslt.format.Numbering
 
getNumbers(XsltContext, Pattern, Pattern) - Method in class jd.xml.xslt.format.SingleLevelNumbering
 
getNumbers(XsltContext) - Method in class jd.xml.xslt.format.ValueNumbering
 
getOmitXmlDeclaration(boolean) - Method in class jd.xml.xslt.format.OutputFormat
Return whether to omit the xml declaration.
getOption(int) - Method in class jd.xml.xslt.format.OutputFormat
Return the string value of an option.
getOption(int) - Method in class jd.xml.xslt.template.OutputFormatTemplate
 
getOptionIndex(String) - Static method in class jd.xml.xslt.format.OutputFormat
Return the option index for its name.
getOptionName(int) - Static method in class jd.xml.xslt.format.OutputFormat
Return the option name for its index.
getOrder() - Method in class jd.xml.xslt.format.Sort
 
getOrdering() - Method in class jd.xml.xpath.object.XConvertibleNodeSet
Return XNodeSet.ORDER_CONVERTIBLE.
getOrdering() - Method in class jd.xml.xpath.object.XCountNodeSet
Return XNodeset.COUNTED.
getOrdering() - Method in class jd.xml.xpath.object.XListNodeSet
Return the ordering.
getOrdering() - Method in class jd.xml.xpath.object.XNodeSet
Return the ordering of this NodeSet.
getOrdering() - Method in class jd.xml.xpath.object.XSumNodeSet
 
getOriginalPattern() - Method in class jd.xml.xslt.template.TemplateRule
Return the pattern, which was defined in the xsl:template instructions match attribute.
getOutputFormat() - Method in class jd.xml.xslt.AbstractStylesheet
Return the OutputFormat.
getOutputFormat() - Method in class jd.xml.xslt.IdentityTransformation
Return the OutputFormat.
getOutputFormat() - Method in class jd.xml.xslt.Transformation
Return the OutputFormat.
getOutputFormat() - Method in class jd.xml.xslt.TransformationChain
Return the OutputFormat.
getOutputFormat() - Method in class jd.xml.xslt.XsltContext
Return the OutputFormat of the transformation.
getOutputFormatTemplate() - Method in class jd.xml.xslt.parser.StylesheetData
 
getOutputProperties() - Method in class jd.xml.xslt.trax.TemplatesImpl
Return a empty Properties object.
getOutputProperties() - Method in class jd.xml.xslt.trax.TransformerImpl
Return the output properties.
getOutputProperty(String) - Method in class jd.xml.xslt.trax.TransformerImpl
Returns getOutputProperties().getProperty(name).
getOutputStream() - Method in class jd.xml.xslt.XsltResult
Return the OutputStream.
getOwnerDocument() - Method in class jd.xml.xslt.extension.JavaXsltContext
Throws an expection since the XPath model used by jd.xslt is not a DOM model
getOwnerDocument() - Method in interface org.w3c.xsl.XSLTContext
Returns a Document to be used for creating nodes.
getPackageName(Object) - Static method in class jd.util.ClassUtil
Return package prefix of a class name.
getPackageName(Class) - Static method in class jd.util.ClassUtil
Return package prefix of a class name.
getParamExpressionValue(String) - Method in class jd.xml.xslt.CommandLine
 
getParamExpressionValue(String) - Method in class jd.xml.xslt.Stylesheet.CmdLine
 
getParameter(String) - Method in class jd.xml.xslt.trax.TransformerImpl
Get a parameter that was explicitly set with setParameter or setParameters.
getParameters() - Method in class jd.xml.xslt.template.TemplateRule
Return the parameters.
getParent() - Method in interface jd.xml.xpath.model.XPathNode
Return the parent of this node.
getParent() - Method in class jd.xml.xpath.model.build.normal.Node
Return the parent XPathNode.
getParent() - Method in class jd.xml.xslt.template.Template
 
getParentOrOwner(Node) - Static method in class jd.xml.util.DomUtil
Return the parent of the node or the owner element (if it is an Attribute).
getParseHandler() - Method in class jd.xml.xpath.model.ModelReader
Return the parse handler.
getParseHandler() - Method in class jd.xml.xslt.util.ModelCache
Return the ModelReaders ParseHandler.
getParser() - Method in class jd.xml.util.XmlSource
Return the Parser previously set by setParser().
getParser() - Method in class jd.xml.xpath.model.parse.ParseHandler
 
getParser() - Method in class jd.xml.xpath.model.parse.PullParseHandler
 
getParser() - Method in class jd.xml.xpath.model.parse.Sax1ParseHandler
 
getParser() - Method in class jd.xml.xpath.model.parse.Sax2ParseHandler
 
getParserMessage() - Method in class jd.xml.xslt.parser.XsltParseException
Return the orginal error message of the parser (without the context information).
getPath(String) - Method in class jd.util.Config
Return the value to which the key is mapped.
getPath(String, boolean, boolean) - Method in class jd.util.Config
Return the value to which the key is mapped.
getPattern() - Method in class jd.xml.xslt.parser.AttributeIterator
Return the value of the current attribute as a parsed pattern.
getPattern() - Method in class jd.xml.xslt.pattern.ProxyPattern
 
getPattern() - Method in class jd.xml.xslt.template.TemplateRule
Return the pattern which is used to test if a node matches the template.
getPatterns() - Method in class jd.xml.xslt.pattern.OrPattern
Return the patterns of this OrPattern.
getPiPseudoAttributes(String) - Static method in class jd.xml.util.XmlUtil
Parse the data of a processing instruction into name-value pairs.
getPosition() - Method in class jd.xml.xpath.XPathContext.State
 
getPosition() - Method in class jd.xml.xpath.XPathContext
Return the context position.
getPosition() - Method in class jd.xml.xpath.parser.Scanner
 
getPrecedence(Expression) - Method in class jd.xml.xpath.expr.visitor.ExprPrecedence
 
getPrefix(String) - Static method in class jd.xml.util.XmlUtil
Return the prefix of an element name or null if does not have one.
getPrefix() - Method in class jd.xml.xpath.model.NamespaceContext
Return the prefix of this NamespaceContext obect.
getPrefix(String) - Method in class jd.xml.xpath.model.NamespaceContext
Return the prefix associated with the supplied uri.
getPrefix(NamespaceContext, String) - Static method in class jd.xml.xpath.model.NamespaceContext
 
getPrefix() - Method in interface jd.xml.xpath.model.XPathNode
Return the prefix of the node.
getPrefix() - Method in class jd.xml.xpath.model.build.AbstractXPathNode
Return null.
getPrefix() - Method in class jd.xml.xpath.model.build.normal.AttributeNode
Return the prefix of the node.
getPrefix() - Method in class jd.xml.xpath.model.build.normal.ElementNode
Return the prefix of the node.
getPrefix(String) - Method in class jd.xml.xslt.result.NamespaceSupport
Return the prefix for the namespace uri
getPreserveXmlSpace(Node) - Static method in class jd.xml.util.DomUtil
Test if the value of the inherited attribute xml:space equals "preserve".
getPrevSibling() - Method in interface jd.xml.xpath.model.XPathNode
Return the previous sibling.
getPrevSibling() - Method in class jd.xml.xpath.model.build.normal.Node
Return the previous XPathNode sibling.
getPrevSibling() - Method in class jd.xml.xpath.model.build.normal.TreeNode
Return the previous XPathNode sibling.
getPrevious() - Method in class jd.xml.xpath.XPathContext.State
 
getPrincipalNodeType() - Method in class jd.xml.xpath.axis.AttributeAxis
Return ATTRIBUTE.
getPrincipalNodeType() - Method in class jd.xml.xpath.axis.Axis
Return the principal nodes type of the axis.
getPrincipalNodeType() - Method in class jd.xml.xpath.axis.NamespaceAxis
Return NAMESPACE.
getProximityModelWalker() - Method in class jd.xml.xpath.axis.AncestorAxis
Return this.
getProximityModelWalker() - Method in class jd.xml.xpath.axis.Axis
Return a ModelWalker for the axis nodes in document order, if the axis is a forward axis or in reverse order if the axis is a reverse axis.
getProximityModelWalker() - Method in class jd.xml.xpath.axis.PrecedingAxis
 
getProximityModelWalker() - Method in class jd.xml.xpath.axis.PrecedingSiblingAxis
Return this.
getRestString() - Method in class jd.xml.xpath.parser.Scanner
 
getResult(int) - Method in class jd.xml.util.Utf8Escaping
 
getResultBuilder(OutputFormat) - Method in class jd.xml.xslt.XsltResult
Return a ResultBuilder.
getResultNamespaceContext() - Method in class jd.xml.xslt.parser.XsltParseContext
Return the current namespace context of the result tree.
getResultRoot() - Method in class jd.xml.xslt.result.DomResultBuilder
Return the result root.
getResultTextRecorder() - Method in class jd.xml.xslt.XsltContext
 
getResultType() - Method in class jd.xml.xpath.expr.BooleanExpression
Return XObject.TYPE_BOOLEAN.
getResultType() - Method in interface jd.xml.xpath.expr.Expression
Return the type of the result object, before any conversions to the desired result type are performed.
getResultType() - Method in class jd.xml.xpath.expr.NodeSetExpression
Return XObject.TYPE_NODESET.
getResultType() - Method in class jd.xml.xpath.expr.NumericExpression
Return XObject.TYPE_NUMBER.
getResultType() - Method in class jd.xml.xpath.expr.StringExpression
Return XObject.TYPE_STRING.
getResultType() - Method in class jd.xml.xpath.expr.VariableExpression
Return XObject.TYPE_VARIABLE.
getResultType() - Method in class jd.xml.xpath.expr.misc.Constant
Return the type of the value.
getResultType() - Method in class jd.xml.xpath.expr.misc.ProxyExpression
 
getResultUri() - Method in class jd.xml.xslt.parser.NamespaceAlias
 
getReverse() - Method in class jd.xml.xpath.object.Relation
 
getRhs() - Method in class jd.xml.xpath.expr.operator.NodeSetOperator
Return the "right hand side" expression.
getRoot() - Method in interface jd.xml.xpath.model.XPathNode
Return the root of this node.
getRoot() - Method in class jd.xml.xpath.model.build.normal.Node
Return the root.
getRoot() - Method in class jd.xml.xpath.model.build.normal.RootNode
Return the root.
getRoot(String, Node, NodeNamePool) - Static method in class jd.xml.xslt.result.pipe.Dom2ResultPipe
 
getRoot() - Method in class jd.xml.xslt.trax.TraxModelXmlSource
 
getRuleList(String) - Method in class jd.xml.xslt.parser.XsltParseContext
 
getRules() - Method in class jd.xml.xslt.template.TemplateRuleList
Return an enumeration of the TemplateRules.
getSecond() - Method in class jd.util.Time
Return the second.
getSecurityManager() - Method in class jd.xml.xslt.XsltContext
Return the security manager for the
getSelect() - Method in class jd.xml.xslt.format.Sort
 
getSeparatorSymbol() - Method in class jd.util.DateFormat
Return the locale dependent symbol which separates date parts (e.g.
getShortMonthName(int) - Method in class jd.util.DateFormat
Return the short name of a month
getShortWeekdayName(int) - Method in class jd.util.DateFormat
Return the short name of a weekday
getSize() - Method in class jd.xml.xpath.XPathContext.State
 
getSize() - Method in class jd.xml.xpath.XPathContext
Return the context size.
getSortedVariables() - Method in class jd.xml.xslt.parser.VariableSorter
 
getSource(String) - Method in class jd.xml.xslt.CommandLine
 
getSourceFile() - Method in class jd.util.Config
 
getStandalone() - Method in class jd.xml.xslt.format.OutputFormat
Return the standalone attribute.
getStartNode(XPathNode) - Method in class jd.xml.xpath.axis.AncestorAxis
 
getStrackTrace(Throwable) - Static method in class jd.util.StringUtil
Get the stack trace of the Throwable as an array of strings.
getString() - Method in class jd.xml.xslt.AttributeValue
 
getStringContent() - Method in class jd.xml.xslt.result.ResultTreeRecorder
 
getStylesheetNode(XPathNode) - Method in class jd.xml.xslt.parser.Parser
Skip comments and processing instructions which are ignored in a stylesheet.
getStylesheetSource(XmlSource) - Method in class jd.xml.xslt.util.AssocStylesheetBuilder
Get the associated stylesheet as a String.
getStylesheetString(XmlSource) - Method in class jd.xml.xslt.util.AssocStylesheetBuilder
Get the associated stylesheet as a String.
getStylesheetUri() - Method in class jd.xml.xslt.parser.NamespaceAlias
 
getSubConfig(String) - Method in class jd.util.Config
Return a sub config.
getSubConfig(String, boolean) - Method in class jd.util.Config
Return a sub config.
getSubConfig(String, Config) - Method in class jd.util.Config
Return a sub config.
getSubResultBuilder(String, OutputFormat) - Method in class jd.xml.xslt.result.DomResultBuilder
Create a ResultBuilder to output a subdocument.
getSubResultBuilder(String, OutputFormat) - Method in class jd.xml.xslt.result.EmptyResultBuilder
 
getSubResultBuilder(String, OutputFormat) - Method in class jd.xml.xslt.result.ResultBuilder
Create a ResultBuilder to output a subdocument.
getSubResultBuilder(String, OutputFormat) - Method in class jd.xml.xslt.result.ResultTextRecorder
 
getSubResultBuilder(String, OutputFormat) - Method in class jd.xml.xslt.result.ResultTreeRecorder
 
getSymbol() - Method in class jd.xml.xpath.object.Equality
 
getSymbol() - Method in class jd.xml.xpath.object.Relation
 
getSystemId() - Method in class jd.xml.xslt.trax.TemplatesHandlerImpl
 
getSystemId() - Method in class jd.xml.xslt.trax.TransformerHandlerImpl
 
getSystemId() - Method in class jd.xml.xslt.trax.TraxModelXmlSource
 
getTabCount() - Method in class jd.io.TabWriter
Return the number of tabs.
getTailRecParams() - Method in class jd.xml.xslt.XsltContext
 
getTailRecSuppliedParams() - Method in class jd.xml.xslt.XsltContext
 
getTempVariableValues() - Method in class jd.xml.xslt.XsltContext
Returns an array for temporary variable values.
getTemplate() - Method in class jd.xml.xslt.template.TemplateRule
Return the template content.
getTemplate() - Method in class jd.xml.xslt.template.Variable
Return the template or null.
getTemplateName() - Method in class jd.xml.xslt.template.CallTemplate
Return the template name.
getTemplateRulesLists() - Method in class jd.xml.xslt.parser.StylesheetData
Return an enumeration of all template rule lists, the first is the default template rule list (mode = null) and the following are the mode template rule list.
getTemplates() - Method in class jd.xml.xslt.trax.TemplatesHandlerImpl
 
getTest(String, String, String, String, NodeNamePool) - Static method in class jd.xml.xpath.axis.NodeNameTest
Create a NodeNameTest
getTest(String, String) - Static method in class jd.xml.xpath.axis.NodeTypeTest
Create a NodeTypeTest.
getText(int) - Method in interface jd.util.KeyList
 
getText(int) - Method in class jd.util.SimpleKeyList
 
getText(XsltContext) - Method in class jd.xml.xslt.format.Numbering
 
getText() - Method in class jd.xml.xslt.parser.TextContentBuilder
Return the text content
getTextExpression() - Method in class jd.xml.xslt.parser.TextContentBuilder
Return the text expression
getTextNodeFragment(String, NodeNamePool) - Method in class jd.xml.xpath.model.ModelReader
Return a text node fragment, i.e.
getTextNodeFragment(String) - Method in class jd.xml.xslt.util.ModelCache
 
getTextValue() - Method in class jd.xml.xpath.model.build.normal.CompositeNode
Return the concatenation of the value of all text node descendants.
getTokenName() - Method in class jd.xml.xpath.parser.Scanner
 
getTokenName(int) - Static method in class jd.xml.xpath.parser.Scanner
 
getTokenString() - Method in class jd.xml.xpath.parser.Scanner
 
getTransformation(Vector) - Method in class jd.xml.xslt.CommandLine
 
getTransformation(Vector) - Method in class jd.xml.xslt.Stylesheet.CmdLine
 
getTransformation(int) - Method in class jd.xml.xslt.TransformationChain
Return a transformation.
getTransformation() - Method in class jd.xml.xslt.trax.TransformerImpl
 
getTransformer() - Method in class jd.xml.xslt.trax.TransformerHandlerImpl
 
getTraxResolver() - Method in class jd.xml.xslt.trax.UriResolverAdapter
 
getType() - Method in interface jd.xml.xpath.model.XPathNode
Return the type of the XPathNode.
getType() - Method in class jd.xml.xpath.model.build.normal.AttributeNode
Return the type.
getType() - Method in class jd.xml.xpath.model.build.normal.CommentNode
Return COMMENT.
getType() - Method in class jd.xml.xpath.model.build.normal.ElementNode
Return the type.
getType() - Method in class jd.xml.xpath.model.build.normal.NamespaceNode
Return the type.
getType() - Method in class jd.xml.xpath.model.build.normal.PiNode
Return PI.
getType() - Method in class jd.xml.xpath.model.build.normal.RootNode
Return the type.
getType() - Method in class jd.xml.xpath.model.build.normal.TextNode
Return TEXT.
getType() - Method in class jd.xml.xpath.object.XBoolean
Return XObject.TYPE_BOOLEAN
getType() - Method in class jd.xml.xpath.object.XNodeSet
Return XObject.TYPE_NODESET
getType() - Method in class jd.xml.xpath.object.XNumber
Return XObject.TYPE_NUMBER.
getType() - Method in class jd.xml.xpath.object.XObject
Return the type code of this XObject.
getType() - Method in class jd.xml.xpath.object.XString
Return XObject.TYPE_STRING
getType() - Method in class jd.xml.xslt.extension.XExternalObject
Return XObject.TYPE_OTHER
getTypeName() - Method in interface jd.xml.xpath.model.XPathNode
Return name of the type.
getTypeName() - Method in class jd.xml.xpath.model.build.AbstractXPathNode
Return the name of the type.
getTypeName() - Method in class jd.xml.xpath.object.XObject
Return the name of this objects type.
getTypeName(int) - Static method in class jd.xml.xpath.object.XObject
Return the name of the type.
getURIResolver() - Method in class jd.xml.xslt.trax.TransformerFactoryImpl
Return the URIResolver that was set with setURIResolver or the default resolver if no URIResolver was set.
getURIResolver() - Method in class jd.xml.xslt.trax.TransformerImpl
Get an object that will be used to resolve URIs used in document(), etc.
getUnparsedEntityUri(String) - Method in interface jd.xml.xpath.model.XPathRootNode
Return the unparsed-entity-uri of the unparsed entity with the specified name.
getUnparsedEntityUri(String) - Method in class jd.xml.xpath.model.build.normal.RootNode
Return the unparsed-entity-uri of the unparsed entity with the specified name.
getUri(String, String) - Static method in class jd.xml.util.UriUtil
Merge a uri and a baseUri to another uri.
getUri() - Method in class jd.xml.util.XmlSource
Return the uri of this XmlSource.
getUri() - Method in class jd.xml.xpath.model.NamespaceContext
Return the uri of this NamespaceContext object.
getUri(String) - Method in class jd.xml.xpath.model.NamespaceContext
Return the uri associated with the supplied prefix.
getUri(NamespaceContext, String) - Static method in class jd.xml.xpath.model.NamespaceContext
 
getUri(String) - Method in class jd.xml.xpath.tool.XPathNamespaces
Get a uri for a prefix, null if no namespace for the prefix is declared.
getUri() - Method in class jd.xml.xslt.XsltResult
Return the uri.
getUri(String) - Method in class jd.xml.xslt.result.NamespaceSupport
Return the uri for the namespace prefix
getUri() - Method in class jd.xml.xslt.result.ResultBuilder
Return the document uri.
getUriResolver(URIResolver) - Static method in class jd.xml.xslt.trax.TraxUtil
Create a UriResolver from a Trax URIResolver.
getUse() - Method in class jd.xml.xslt.pattern.Key
 
getValue(int) - Method in interface jd.util.KeyList
 
getValue(int) - Method in class jd.util.SimpleKeyList
 
getValue() - Method in interface jd.xml.xpath.model.XPathNode
Return the string value of this node.
getValue() - Method in class jd.xml.xpath.model.build.normal.AttributeNode
Return the string-value of the node.
getValue() - Method in class jd.xml.xpath.model.build.normal.CommentNode
Return the string-value of the node.
getValue() - Method in class jd.xml.xpath.model.build.normal.ElementNode
Return the string-value of the node.
getValue() - Method in class jd.xml.xpath.model.build.normal.NamespaceNode
Return the namespaceUri.
getValue() - Method in class jd.xml.xpath.model.build.normal.PiNode
Return the value.
getValue() - Method in class jd.xml.xpath.model.build.normal.RootNode
Return the string value of this node.
getValue() - Method in class jd.xml.xpath.model.build.normal.TextNode
Return the text.
getValue() - Method in class jd.xml.xslt.parser.AttributeIterator
Return the value of the current attribute.
getValue(int) - Method in class jd.xml.xslt.result.AttributeList
Return the value of the i-th attribute.
getValue(XsltContext) - Method in class jd.xml.xslt.template.Variable
Return the variable value, evaluated for the given context.
getValues(XsltContext, Variable[]) - Static method in class jd.xml.xslt.template.Variable
Evaluate an array of variables
getValues() - Method in class jd.xml.xslt.util.VariableFrame
 
getVariable(VariableName) - Method in class jd.xml.xpath.XPathContext
Return a variable value.
getVariable(VariableName) - Method in class jd.xml.xslt.XsltContext
Return a variable value for the name.
getVariableArray(Vector) - Method in class jd.xml.xslt.parser.TemplateParser
 
getVariableName(String) - Method in class jd.xml.xpath.parser.XPathParseContext
Create a variables name from its qname.
getVariableName(String) - Method in class jd.xml.xslt.parser.XsltParseContext
Return the VariableName for the given name from a XPath VariableReference.
getVariableName() - Method in class jd.xml.xslt.template.Variable
Return the variable name.
getVersion(String) - Method in class jd.xml.xslt.format.OutputFormat
Return the version attribute.
getWeekdayName(int) - Method in class jd.util.DateFormat
Return the name of a weekday
getWhitespaceTests() - Method in class jd.xml.xslt.parser.StylesheetData
Return the whitespace tests.
getWriter() - Method in class jd.xml.xslt.XsltResult
Return the writer.
getXmlBaseUri(Node, String) - Static method in class jd.xml.util.DomUtil
Return the value of the inherited attribute xml:base for the given node.
getXmlLanguage(Node) - Static method in class jd.xml.util.DomUtil
Return the value of the inherited attribute xml:base for the given node.
getXmlSource(Source) - Static method in class jd.xml.xslt.trax.TraxUtil
Create a XmlSource from a javax.xml.transform.Source.
getXpContextNode() - Method in class jd.xml.xslt.extension.JavaXsltContext
Return the context node.
getXpCurrentNode() - Method in class jd.xml.xslt.extension.JavaXsltContext
Return the current node.
getXsltParseContext() - Method in class jd.xml.xslt.parser.PatternParser
 
getXsltResult(Result) - Static method in class jd.xml.xslt.trax.TraxUtil
Create a XsltResult from a javax.xml.transform.Result.
getYear() - Method in class jd.util.Date
Return the year value.
getYearPosition() - Method in class jd.util.DateFormat
Returns the position (0-2) of the year value in date string.
gotoFirstNode(XPathNode) - Method in class jd.xml.xpath.axis.AncestorAxis
Return the getStartNode(contextNode).
gotoFirstNode(XPathNode) - Method in class jd.xml.xpath.axis.FollowingSiblingAxis
Return the next sibling.
gotoFirstNode(XPathNode) - Method in class jd.xml.xpath.axis.NodeTestWalker
 
gotoFirstNode(XPathNode) - Method in class jd.xml.xpath.axis.ParentAxis
Return the root node.
gotoFirstNode(XPathNode) - Method in class jd.xml.xpath.axis.PrecedingSiblingAxis
Return the previous sibling.
gotoFirstNode(XPathNode) - Method in class jd.xml.xpath.axis.RootAxis
Return the root node.
gotoFirstNode(XPathNode) - Method in class jd.xml.xpath.axis.SelfAxis
Return the context node.
gotoFirstNode(XPathNode) - Method in class jd.xml.xpath.model.walk.AncestorWalker
 
gotoFirstNode(XPathNode) - Method in class jd.xml.xpath.model.walk.AttributeListWalker
 
gotoFirstNode(XPathNode) - Method in class jd.xml.xpath.model.walk.ChainWalker
 
gotoFirstNode(XPathNode) - Method in class jd.xml.xpath.model.walk.ChildWalker
 
gotoFirstNode(XPathNode) - Method in class jd.xml.xpath.model.walk.DescendantsWalker
 
gotoFirstNode(XPathNode) - Method in class jd.xml.xpath.model.walk.EmptyWalker
Return null.
gotoFirstNode(XPathNode) - Method in class jd.xml.xpath.model.walk.FollowingWalker
 
gotoFirstNode(XPathNode[]) - Method in class jd.xml.xpath.model.walk.ListWalker
 
gotoFirstNode(XPathNode) - Method in interface jd.xml.xpath.model.walk.ModelWalker
Return the first node of the path defined by the startNode
gotoFirstNode(XPathNode) - Method in class jd.xml.xpath.model.walk.NameTestWalker
 
gotoFirstNode(XPathNode) - Method in class jd.xml.xpath.model.walk.NamespaceListWalker
 
gotoFirstNode(XPathNode) - Method in class jd.xml.xpath.model.walk.PrecedingSiblingWalker
 
gotoFirstNode(XPathNode) - Method in class jd.xml.xpath.model.walk.PrecedingWalker
 
gotoFirstNode(XPathNode) - Method in class jd.xml.xpath.model.walk.ReversePrecedingWalker
 
gotoFirstNode(XPathNode) - Method in class jd.xml.xpath.model.walk.TypeTestWalker
 
gotoNextNode(XPathNode) - Method in class jd.xml.xpath.axis.AncestorAxis
Return the parent.
gotoNextNode(XPathNode) - Method in class jd.xml.xpath.axis.FollowingSiblingAxis
Return the next sibling.
gotoNextNode(XPathNode) - Method in class jd.xml.xpath.axis.NodeTestWalker
 
gotoNextNode(XPathNode) - Method in class jd.xml.xpath.axis.ParentAxis
Return null.
gotoNextNode(XPathNode) - Method in class jd.xml.xpath.axis.PrecedingSiblingAxis
Return the previous sibling.
gotoNextNode(XPathNode) - Method in class jd.xml.xpath.axis.RootAxis
Return null.
gotoNextNode(XPathNode) - Method in class jd.xml.xpath.axis.SelfAxis
Return null.
gotoNextNode(XPathNode) - Method in class jd.xml.xpath.model.walk.AncestorWalker
 
gotoNextNode(XPathNode) - Method in class jd.xml.xpath.model.walk.ChainWalker
 
gotoNextNode(XPathNode) - Method in class jd.xml.xpath.model.walk.ChildWalker
 
gotoNextNode(XPathNode) - Method in class jd.xml.xpath.model.walk.DescendantsWalker
 
gotoNextNode(XPathNode) - Method in class jd.xml.xpath.model.walk.EmptyWalker
Return null.
gotoNextNode(XPathNode) - Method in class jd.xml.xpath.model.walk.FollowingWalker
 
gotoNextNode(XPathNode) - Method in class jd.xml.xpath.model.walk.ListWalker
 
gotoNextNode(XPathNode) - Method in interface jd.xml.xpath.model.walk.ModelWalker
Return the next node of the path.
gotoNextNode(XPathNode) - Method in class jd.xml.xpath.model.walk.NameTestWalker
 
gotoNextNode(XPathNode) - Method in class jd.xml.xpath.model.walk.PrecedingSiblingWalker
 
gotoNextNode(XPathNode) - Method in class jd.xml.xpath.model.walk.PrecedingWalker
 
gotoNextNode(XPathNode) - Method in class jd.xml.xpath.model.walk.ReversePrecedingWalker
 
gotoNextNode(XPathNode) - Method in class jd.xml.xpath.model.walk.TypeTestWalker
 

H

HtmlResultBuilder - class jd.xml.xslt.result.HtmlResultBuilder.
A ResultBuilder for the html output method.
HtmlResultBuilder(XsltResult) - Constructor for class jd.xml.xslt.result.HtmlResultBuilder
Create a HtmlResultBuilder.
hasCompleteText() - Method in class jd.xml.xslt.parser.TextContentBuilder
Return if the Builder has collected the complete text.
hasContextDependencies(int) - Method in interface jd.xml.xpath.expr.Expression
Test if the expression has special dependecies.
hasContextDependencies(int) - Method in class jd.xml.xpath.expr.ExpressionImpl
Test if the expression has special dependecies.
hasDefinition - Variable in class jd.xml.xslt.parser.AttributeSetInfo
 
hasLocalVariables() - Method in class jd.xml.xslt.parser.XsltParseContext
Return if the current parsed templates has local variables.
hasLocalVariables() - Method in class jd.xml.xslt.template.TemplateRule
Return if the template contains local variable or parameter declarations.
hasMore() - Method in class jd.util.Arguments
Test if there are more strings to come.
hasMore(int) - Method in class jd.util.Arguments
Test if there are more strings to come.
hasName(NodeName) - Method in interface jd.xml.xpath.model.XPathNode
Test if the node name equals the given name.
hasName(NodeName) - Method in class jd.xml.xpath.model.build.AbstractXPathNode
Return false.
hasName(NodeName) - Method in class jd.xml.xpath.model.build.normal.AttributeNode
Test if the node name equals the given name.
hasName(NodeName) - Method in class jd.xml.xpath.model.build.normal.ElementNode
Test if the node name equals the given name.
hasName(NodeName) - Method in class jd.xml.xpath.model.build.normal.NamespaceNode
Test if the node name equals the given name.
hasNamespaceUri(NodeName) - Method in interface jd.xml.xpath.model.XPathNode
Test if the namespace uri of this node equals the uri of the given NodeName.
hasNamespaceUri(NodeName) - Method in class jd.xml.xpath.model.build.AbstractXPathNode
Return false.
hasNamespaceUri(NodeName) - Method in class jd.xml.xpath.model.build.normal.AttributeNode
Test if the namespace uri of this node equals the uri of the given NodeName.
hasNamespaceUri(NodeName) - Method in class jd.xml.xpath.model.build.normal.ElementNode
Test if the namespace uri of this node equals the uri of the given NodeName.
hasNamespaceUri(NodeName) - Method in class jd.xml.xpath.model.build.normal.NamespaceNode
Test if the namespace uri of this node equals the uri of the given NodeName.
hasNonTextContent() - Method in class jd.xml.xslt.parser.TextContentBuilder
Return if other nodes than text were encountered.
hasSameName(Variable) - Method in class jd.xml.xslt.template.Variable
Test if the variable has the same name.
hasSameNode(XObject, XObject) - Static method in class jd.xml.xslt.extension.exslt.SetFunctions
Implements boolean set:has-same-node(node-set, node-set), version 1.2.
hasTextExpression() - Method in class jd.xml.xslt.parser.TextContentBuilder
Return if the content only consists of a value-of expression.
hashCode() - Method in class jd.util.Date
Get a hashcode for the date.
hashCode() - Method in class jd.xml.xpath.VariableName
 
hashCode() - Method in interface jd.xml.xpath.model.XPathNode
Return a hashCode.
hashCode() - Method in class jd.xml.xpath.model.build.AbstractXPathNode
Return a hashCode.
hashCode() - Method in class jd.xml.xpath.object.XNumber
Return a hashcode for the number.
hashCode() - Method in class jd.xml.xpath.object.XObject
Return a hashcode for this XObject.
hashCode() - Method in class jd.xml.xslt.parser.AttributeSetInfo
 
highest(XObject) - Static method in class jd.xml.xslt.extension.exslt.MathFunctions
Implements math:highest, version 1.2.

I

INITIAL_NSCOUNT - Static variable in class jd.xml.xpath.model.build.ModelBuilder
 
INSTANCE - Static variable in class jd.io.ClosedWriter
 
INSTANCE - Static variable in class jd.io.ConversionBufferFullException
 
INSTANCE - Static variable in class jd.xml.util.DefaultUriResolver
The instance.
INSTANCE - Static variable in class jd.xml.xpath.axis.AncestorAxis
The axis instance.
INSTANCE - Static variable in class jd.xml.xpath.axis.AncestorOrSelfAxis
The axis instance.
INSTANCE - Static variable in class jd.xml.xpath.axis.AttributeAxis
The axis instance.
INSTANCE - Static variable in class jd.xml.xpath.axis.AxisLibrary
The library.
INSTANCE - Static variable in class jd.xml.xpath.axis.ChildAxis
The axis instance.
INSTANCE - Static variable in class jd.xml.xpath.axis.DescendantAxis
The axis instance.
INSTANCE - Static variable in class jd.xml.xpath.axis.DescendantOrSelfAxis
The axis instance.
INSTANCE - Static variable in class jd.xml.xpath.axis.FollowingAxis
The axis instance.
INSTANCE - Static variable in class jd.xml.xpath.axis.FollowingSiblingAxis
The axis instance.
INSTANCE - Static variable in class jd.xml.xpath.axis.NamespaceAxis
The axis instance.
INSTANCE - Static variable in class jd.xml.xpath.axis.ParentAxis
The axis instance.
INSTANCE - Static variable in class jd.xml.xpath.axis.PrecedingAxis
The axis instance.
INSTANCE - Static variable in class jd.xml.xpath.axis.PrecedingSiblingAxis
The axis instance.
INSTANCE - Static variable in class jd.xml.xpath.axis.RootAxis
The axis instance.
INSTANCE - Static variable in class jd.xml.xpath.axis.SelfAxis
The axis instance.
INSTANCE - Static variable in class jd.xml.xpath.expr.function.XPathFunctionLibrary
 
INSTANCE - Static variable in class jd.xml.xpath.expr.path.RootPath
The RootPath instance.
INSTANCE - Static variable in class jd.xml.xpath.model.NodeComparator
 
INSTANCE - Static variable in class jd.xml.xpath.model.walk.ChildWalker
 
INSTANCE - Static variable in class jd.xml.xpath.model.walk.EmptyWalker
 
INSTANCE - Static variable in class jd.xml.xpath.model.walk.FollowingWalker
 
INSTANCE - Static variable in class jd.xml.xpath.object.XEmptyNodeSet
The instance.
INSTANCE - Static variable in class jd.xml.xslt.expr.XsltFunctionLibrary
The instance.
INSTANCE - Static variable in class jd.xml.xslt.pattern.NodeTypeAllTest
 
INSTANCE - Static variable in class jd.xml.xslt.pattern.RootPattern
The instance.
INSTANCE - Static variable in class jd.xml.xslt.trax.DefaultErrorListener
 
INSTANCE - Static variable in class jd.xml.xslt.trax.DefaultUriResolver
The instance.
INVALID_ID - Static variable in class jd.xml.xpath.model.NodeName
 
Id - class jd.xml.xpath.expr.function.Id.
Id represents the xpath core function "node-set id(object)".
Id() - Constructor for class jd.xml.xpath.expr.function.Id
 
IdPattern - class jd.xml.xslt.pattern.IdPattern.
IdPattern represents the Id pattern.
IdPattern(String) - Constructor for class jd.xml.xslt.pattern.IdPattern
Create a IdPattern.
IdentityTransformation - class jd.xml.xslt.IdentityTransformation.
IdentityTransformation copies the source to the the result without modifications (except changes caused by the OutputFormat).
IdentityTransformation() - Constructor for class jd.xml.xslt.IdentityTransformation
Create a IdentityTransformation.
IntKeyHashtable - class jd.util.IntKeyHashtable.
A Hashtable which has keys of type int and values of type Object.
IntKeyHashtable(int, float) - Constructor for class jd.util.IntKeyHashtable
 
IntKeyHashtable(int) - Constructor for class jd.util.IntKeyHashtable
 
IntKeyHashtable() - Constructor for class jd.util.IntKeyHashtable
 
IntValHashtable - class jd.util.IntValHashtable.
A Hashtable which has keys of type Object and values of type int.
IntValHashtable(int, float) - Constructor for class jd.util.IntValHashtable
 
IntValHashtable(int) - Constructor for class jd.util.IntValHashtable
 
IntValHashtable() - Constructor for class jd.util.IntValHashtable
 
IntVector - class jd.util.IntVector.
A Vector class with values of type int.
IntVector(int, int) - Constructor for class jd.util.IntVector
 
IntVector(int) - Constructor for class jd.util.IntVector
 
IntVector() - Constructor for class jd.util.IntVector
 
InvalidExpression - class jd.xml.xslt.expr.InvalidExpression.
An expression class for invalid expressions encountered in forward compatible processing mode.
InvalidExpression(String, String) - Constructor for class jd.xml.xslt.expr.InvalidExpression
Create a InvalidExpression.
InvalidFunction - class jd.xml.xslt.expr.InvalidFunction.
InvalidFunction is a placeholder for invalid function calls which are encountered in forward compatible processing mode.
InvalidFunction(String) - Constructor for class jd.xml.xslt.expr.InvalidFunction
Create the function.
idPattern(Pattern, String) - Method in class jd.xml.xslt.pattern.PatternClassifier
 
idPattern(Pattern, String) - Method in interface jd.xml.xslt.pattern.PatternVisitor
 
idPattern(Pattern, String) - Method in class jd.xml.xslt.pattern.PatternWriter
 
idValue - Variable in class jd.xml.xpath.model.build.ElementInfo
 
ignorableWhitespace(char[], int, int) - Method in class jd.xml.xpath.model.parse.SaxParseHandler
 
ignorableWhitespace(char[], int, int) - Method in class jd.xml.xslt.result.pipe.Sax2ResultPipe
Receive notification of ignorable whitespace in element content.
implementsUri(String) - Method in class jd.xml.xslt.extension.ExtensionHandler
Test if this ExtensionHandler implements the extension for the given namespaceUri.
inTailRecursion() - Method in class jd.xml.xslt.XsltContext
 
incPosition() - Method in class jd.xml.xpath.XPathContext.State
 
increase() - Method in class jd.xml.xslt.result.ResultLevel
 
increaseChildCount() - Method in class jd.xml.xpath.model.build.normal.CompositeNode
 
increaseImportPrecedence() - Method in class jd.xml.xslt.parser.XsltParseContext
Increase the import precedence of the current stylesheet.
increasePrintIndent() - Method in class jd.xml.xslt.result.MarkupResultBuilder
 
increaseTab() - Method in class jd.io.TabWriter
Increase the tab.
indent_ - Variable in class jd.xml.xslt.result.MarkupResultBuilder
 
index - Variable in class jd.xml.xpath.model.NodeName
 
indexOf(int) - Method in class jd.util.IntVector
 
indexOf(int, int) - Method in class jd.util.IntVector
 
indexOf(Object) - Method in interface jd.util.KeyList
 
indexOf(Object) - Method in class jd.util.SimpleKeyList
 
indexOf(XPathNode) - Method in class jd.xml.xpath.object.XNodeSet
Return the index of the node in this NodeSet or -1 if the NodeSet does not contain the node.
initContextParameters(StaticExprContext) - Method in class jd.xml.xslt.expr.Available
Set function parameters provided by the given expression context.
initContextParameters(StaticExprContext) - Method in class jd.xml.xslt.expr.DocumentFunction
Set function parameters provided by the given expression context.
initContextParameters(StaticExprContext) - Method in class jd.xml.xslt.expr.FormatNumber
Set function parameters provided by the given expression context.
initContextParameters(StaticExprContext) - Method in class jd.xml.xslt.expr.FunctionAvailable
Set function parameters provided by the given expression context.
initContextParameters(StaticExprContext) - Method in class jd.xml.xslt.expr.KeyFunction
Set function parameters provided by the given expression context.
initContextParameters(StaticExprContext) - Method in class jd.xml.xslt.expr.SystemProperty
Set function parameters provided by the given expression context.
initContextParameters(StaticExprContext) - Method in interface jd.xml.xslt.expr.XsltFunction
Set function parameters provided by the given expression context.
initMainModel(XmlSource) - Method in class jd.xml.xslt.util.ModelCache
Initialize the main model of the ModelCache.
initOutputFormat(XsltContext, OutputFormat) - Method in class jd.xml.xslt.template.OutputFormatTemplate
Evaluate the output instruction for the given context and set all undefined values of the OutputFormat.
initXsltNamePattern(NodeNamePool) - Method in class jd.xml.xslt.parser.XsltParseContext
Initialize the name pattern, that is used to decide if a
insertElementAt(int, int) - Method in class jd.util.IntVector
 
instantiate(XsltContext, ResultBuilder) - Method in class jd.xml.xslt.extension.jd.TryCatchTemplate
 
instantiate(XsltContext, ResultBuilder) - Method in class jd.xml.xslt.template.ApplyImports
Instantiate the template.
instantiate(XsltContext, ResultBuilder) - Method in class jd.xml.xslt.template.ApplyTemplates
Instantiate the template.
instantiate(XsltContext, ResultBuilder) - Method in class jd.xml.xslt.template.ApplyTemplatesIterated
Instantiate the template.
instantiate(XsltContext, ResultBuilder) - Method in class jd.xml.xslt.template.ApplyTemplatesToChildren
Instantiate the template.
instantiate(XsltContext, ResultBuilder) - Method in class jd.xml.xslt.template.AttributeSet
Instantiate the template.
instantiate(XsltContext, ResultBuilder) - Method in class jd.xml.xslt.template.CallTemplate
Instantiate the called template.
instantiate(XsltContext, ResultBuilder) - Method in class jd.xml.xslt.template.Choose
Instantiate the template.
instantiate(XsltContext, ResultBuilder) - Method in class jd.xml.xslt.template.Condition
Instantiate the template.
instantiate(XsltContext, ResultBuilder) - Method in class jd.xml.xslt.template.Copy
Instantiate the template.
instantiate(XsltContext, ResultBuilder) - Method in class jd.xml.xslt.template.CopyOf
Instantiate the template.
instantiate(XsltContext, ResultBuilder) - Method in class jd.xml.xslt.template.CreateAttribute
Instantiate the template.
instantiate(XsltContext, ResultBuilder) - Method in class jd.xml.xslt.template.CreateComment
Instantiate the template.
instantiate(XsltContext, ResultBuilder) - Method in class jd.xml.xslt.template.CreateElement
Instantiate the template.
instantiate(XsltContext, ResultBuilder) - Method in class jd.xml.xslt.template.CreateElementEnd
Instantiate the template.
instantiate(XsltContext, ResultBuilder) - Method in class jd.xml.xslt.template.CreatePi
Instantiate the template.
instantiate(XsltContext, ResultBuilder) - Method in class jd.xml.xslt.template.CreateText
Instantiate the template.
instantiate(XsltContext, ResultBuilder) - Method in class jd.xml.xslt.template.CreateTextUnescaped
Instantiate the template.
instantiate(XsltContext, ResultBuilder) - Method in class jd.xml.xslt.template.DocumentTemplate
Instantiate the template.
instantiate(XsltContext, ResultBuilder) - Method in class jd.xml.xslt.template.Fallback
Does nothing.
instantiate(XsltContext, ResultBuilder) - Method in class jd.xml.xslt.template.ForEach
Instantiate the template.
instantiate(XsltContext, ResultBuilder) - Method in class jd.xml.xslt.template.LiteralAttribute
 
instantiate(XsltContext, ResultBuilder) - Method in class jd.xml.xslt.template.LiteralElement
Instantiate the template.
instantiate(XsltContext, ResultBuilder) - Method in class jd.xml.xslt.template.Message
Instantiate the template.
instantiate(XsltContext, ResultBuilder) - Method in class jd.xml.xslt.template.NumberTemplate
In the absence of a select attribute, the xsl:apply-templates instruction processes all of the children of the current node
instantiate(XsltContext, ResultBuilder, Template) - Static method in class jd.xml.xslt.template.Template
Instantiate the template and its following siblings.
instantiate(XsltContext, Template) - Static method in class jd.xml.xslt.template.Template
Instantiate a template and convert the result to a string.
instantiate(XsltContext, ResultBuilder) - Method in class jd.xml.xslt.template.Template
Instantiate the template.
instantiate(XsltContext, ResultBuilder) - Method in class jd.xml.xslt.template.Unknown
Instantiate the template.
instantiate(XsltContext, ResultBuilder) - Method in class jd.xml.xslt.template.ValueOf
Instantiate the template.
instantiate(XsltContext, ResultBuilder) - Method in class jd.xml.xslt.template.ValueOfUnescaped
Instantiate the template.
instantiate(XsltContext, ResultBuilder) - Method in class jd.xml.xslt.template.VariableBind
Instantiate the template.
instantiate(XsltContext, ResultBuilder) - Method in class jd.xml.xslt.trace.TraceTemplate
 
intersection(XObject, XObject) - Static method in class jd.xml.xslt.extension.exslt.SetFunctions
Implements set:intersection, version 1.2.
invalid(Expression, String, String) - Method in interface jd.xml.xpath.expr.ExpressionVisitor
 
invalid(Expression, String, String) - Method in class jd.xml.xpath.expr.visitor.ExprSimplifier
 
invalid(Expression, String, String) - Method in class jd.xml.xpath.expr.visitor.ExprTreeWriter
 
invalid(Expression, String, String) - Method in class jd.xml.xpath.expr.visitor.ExprVisitorImpl
 
invalid(Expression, String, String) - Method in class jd.xml.xpath.expr.visitor.ExprWriter
 
isAbsolutePath(String) - Static method in class jd.xml.util.UriUtil
Test if the uri is an absolute path.
isAbsoluteUri(String) - Static method in class jd.xml.util.UriUtil
Test if the uri is an absolute uri.
isAfter(Date) - Method in class jd.util.Date
Test if this date is after the given date.
isAfter(Time) - Method in class jd.util.Time
Test if this time is after the given time.
isBefore(Date) - Method in class jd.util.Date
Test if this date is before the given date.
isBefore(Time) - Method in class jd.util.Time
Test if this time is before the given time.
isCDataSectionElement(String, String) - Method in class jd.xml.xslt.format.OutputFormat
Test if a element is a CDATASection element.
isCDataSectionName() - Method in class jd.xml.xpath.model.NodeName
Return if elements with this NodeName should output their text childs as cdata section.
isComplexElement() - Method in class jd.xml.xpath.model.build.normal.ComplexElementNode
 
isComplexElement() - Method in class jd.xml.xpath.model.build.normal.CompositeNode
 
isComplexNodeSetExpr(Expression) - Method in class jd.xml.xpath.expr.visitor.ExprPrecedence
 
isCreatedFrom(NodeNamePool) - Method in class jd.xml.xpath.model.NodeNamePool
Test if this namepool contains the other pool
isDefaultNsDeclared - Variable in class jd.xml.xslt.result.NamespaceSupport.Declaration
 
isDistinctAxis() - Method in class jd.xml.xpath.axis.Axis
Return if the axis is a "distinct" axis, i.e.
isElementAvailable(String) - Method in class jd.xml.xslt.extension.ExtensionHandler
Return if an extension element is available.
isElementAvailable(String) - Method in class jd.xml.xslt.extension.JavaExtensionHandler
Return if an extension element is available.
isElementAvailable(String) - Method in class jd.xml.xslt.extension.ScriptExtensionHandler
Return if an extension element is available.
isElementAvailable(String) - Method in class jd.xml.xslt.extension.jd.JdExtensionHandler
Return if an extension element is available.
isEmpty() - Method in class jd.util.IntVector
 
isEmpty() - Method in class jd.xml.xpath.object.XConvertibleNodeSet
Return if the nodeset is empty.
isEmpty() - Method in class jd.xml.xpath.object.XCountNodeSet
 
isEmpty() - Method in class jd.xml.xpath.object.XEmptyNodeSet
Return true.
isEmpty() - Method in class jd.xml.xpath.object.XListNodeSet
 
isEmpty() - Method in class jd.xml.xpath.object.XNodeSet
Return if the nodeset is empty.
isEmpty() - Method in class jd.xml.xpath.object.XSingleNodeSet
Return if the node-set contains one node.
isEmpty() - Method in class jd.xml.xpath.object.XSumNodeSet
 
isEmpty() - Method in class jd.xml.xslt.expr.XResultTreeFragment
Return false.
isEmpty() - Method in class jd.xml.xslt.expr.XTextContentFragment
Return false.
isEmpty() - Method in class jd.xml.xslt.result.ResultTreeRecorder
 
isExcluded(String) - Method in class jd.xml.xslt.parser.ExcludedUris
 
isExtensionNamespaceUri(String) - Method in class jd.xml.xslt.parser.XsltParseContext
Return if the given namespace uri belongs to an extension names.
isForwardAxis() - Method in class jd.xml.xpath.axis.Axis
Return if the axis is a forward axis.
isFunctionAvailable(String) - Method in class jd.xml.xslt.extension.ExtensionHandler
Return if an extension function is available.
isFunctionAvailable(String) - Method in class jd.xml.xslt.extension.JavaExtensionHandler
Return if the associated java class has a method with the given name If true this does not guarantee that the method can be called successfully.
isFunctionAvailable(String) - Method in class jd.xml.xslt.extension.ScriptExtensionHandler
Return if the associated java class has a method with the given name If true this does not guarantee that the method can be called successfully.
isFunctionInstance(Expression) - Method in class jd.xml.xpath.expr.function.FunctionType
Return if the given Expression is an instance of the function represented by this type.
isGlobal() - Method in class jd.xml.xpath.VariableName
Return the variable name index.
isLeapYear() - Method in class jd.util.Date
Tests if the year of this date is a leap year.
isLeapYear(int) - Static method in class jd.util.Date
Test if the given year is a leap year.
isNCName(String) - Static method in class jd.xml.util.XmlUtil
Test if the string is a valid NCName.
isNCNameChar(char) - Static method in class jd.xml.util.XmlUtil
Test if the character is a valid character of a NCName.
isNCNameStartChar(char) - Static method in class jd.xml.util.XmlUtil
Test if the character is a valid start character of a NCName.
isNamespaceNode(Node) - Static method in class jd.xml.util.DomUtil
Test if an attribute is a namespace node.
isNamespaceNode(String) - Static method in class jd.xml.util.DomUtil
Test if an attribute with the given name is a namespace node.
isOrdered() - Method in class jd.xml.xpath.object.XNodeSet
Return if this NodeSet is ordered.
isOrdered(int) - Static method in class jd.xml.xpath.object.XNodeSet
Return if this ordering constant signal that nodes have to be added in order.
isParameter() - Method in class jd.xml.xslt.template.Variable
Return true if the variable was defined by a xsl:param element or false if by a xsl:variable element.
isParsingTemplate() - Method in class jd.xml.xslt.parser.XsltParseContext
Return if a template is currently parsed.
isPrintable(char) - Method in class jd.io.Encoding
Test if encoding contains the character.
isPrintable(char) - Method in class jd.io.encoding.Latin2Encoding
 
isPrintable(char) - Method in class jd.io.encoding.SimpleEncoding
 
isPrintable(char) - Method in class jd.io.encoding.UnicodeEncoding
 
isQName(String) - Static method in class jd.xml.util.XmlUtil
Test if the string is a valid QName.
isSealed() - Method in class jd.xml.xpath.model.NodeNamePool
 
isSetup() - Method in class jd.xml.xslt.AbstractStylesheet
Test if the stylesheet has been initialized.
isSetup() - Method in class jd.xml.xslt.Stylesheet
Test if the stylesheet has been initialized.
isStandardMethod(String) - Static method in class jd.xml.xslt.format.OutputFormat
Test if a method is a standard method (xml, html or text).
isStylesheetElement(XPathNode) - Method in class jd.xml.xslt.parser.Parser
Test if the node is a stylesheet element, i.e.
isStylesheetElement(XPathNode, String) - Method in class jd.xml.xslt.parser.Parser
Test if the node is a stylesheet element with the given local name.
isStylesheetNode(XPathNode) - Method in class jd.xml.xslt.parser.Parser
Test if the node is a stylesheet node, i.e.
isStylesheetNode(XPathNode) - Method in class jd.xml.xslt.parser.XsltParseContext
Test if the node is a stylesheet node, i.e.
isSupportedVersion(double) - Static method in class jd.xml.xslt.expr.SystemProperty
 
isUniqueFilter() - Method in interface jd.xml.xpath.expr.Expression
Test if this expression only matches one node when used as a predicate filter for a node-set.
isUniqueFilter() - Method in class jd.xml.xpath.expr.ExpressionImpl
Test if this expression only matches one node when used as a predicate filter for a node-set.
isUniqueFilter() - Method in class jd.xml.xpath.expr.compare.Equals
Test if this expression only matches one node when used as a predicate filter for a node-set.
isUniqueFilter() - Method in class jd.xml.xpath.expr.misc.ProxyExpression
 
isValidDate(int, int, int) - Static method in class jd.util.Date
Test if the given values represent a valid date.
isValidTime(int, int, int) - Static method in class jd.util.Time
Test if the given values represent a valid time.
isValidating(XMLReader) - Static method in class jd.xml.util.SaxUtil
Specifies that the parser will validate documents as they are parsed.
isValidating() - Method in class jd.xml.xpath.model.parse.ParseHandler
 
isValidating() - Method in class jd.xml.xpath.model.parse.PullParseHandler
 
isValidating() - Method in class jd.xml.xpath.model.parse.Sax1ParseHandler
 
isValidating() - Method in class jd.xml.xpath.model.parse.Sax2ParseHandler
 
isWhitespace(char) - Static method in class jd.xml.util.XmlUtil
Test if a character is a whitespace character (i.e.
isWhitespace - Variable in class jd.xml.xpath.model.parse.ParseTextBuffer
 
isWhitespaceString(String) - Static method in class jd.xml.util.XmlUtil
Test if a string contains only whitespace characters (i.e.
isWhitespaceString(char[], int, int) - Static method in class jd.xml.util.XmlUtil
Test if a string contains only whitespace characters (i.e.
isXmlSpace - Variable in class jd.xml.xpath.model.NodeName
 

J

JavaExtensionHandler - class jd.xml.xslt.extension.JavaExtensionHandler.
An ExtensionHandler that maps extension functions to java methods.
JavaExtensionHandler(String, Class) - Constructor for class jd.xml.xslt.extension.JavaExtensionHandler
Create a JavaExtensionHandler
JavaFunction - class jd.xml.xslt.extension.JavaFunction.
A XPath function that is evaluated by calling a java method.
JavaFunction(Constructor, boolean, boolean) - Constructor for class jd.xml.xslt.extension.JavaFunction
 
JavaFunction(Expression, Method, boolean, boolean) - Constructor for class jd.xml.xslt.extension.JavaFunction
 
JavaXsltContext - class jd.xml.xslt.extension.JavaXsltContext.
A wrapper around a jd.xml.xslt.XsltContext to provide an org.w3c.xsl.XSLTContext to a Java extension function.
JavaXsltContext(XsltContext) - Constructor for class jd.xml.xslt.extension.JavaXsltContext
 
JdExtensionHandler - class jd.xml.xslt.extension.jd.JdExtensionHandler.
My own extension handler.
JdExtensionHandler() - Constructor for class jd.xml.xslt.extension.jd.JdExtensionHandler
Create a JdExtensionHandler
JdFunctions - class jd.xml.xslt.extension.jd.JdFunctions.
My own extension functions.
JdFunctions() - Constructor for class jd.xml.xslt.extension.jd.JdFunctions
 
jd.io - package jd.io
Contains i/o related classes.
jd.io.encoding - package jd.io.encoding
Contains encoding implementations.
jd.util - package jd.util
Contains utility classes.
jd.xml.util - package jd.xml.util
Contains utility classes.
jd.xml.util.resolver - package jd.xml.util.resolver
 
jd.xml.xpath - package jd.xml.xpath
Contains a XPath Version 1.0 implementation.
jd.xml.xpath.axis - package jd.xml.xpath.axis
Contains classes that implement the path expressions.
jd.xml.xpath.axis.name - package jd.xml.xpath.axis.name
Contains implementations for NodeNameTest.
jd.xml.xpath.axis.type - package jd.xml.xpath.axis.type
Contains implementations for NodeTypeTest.
jd.xml.xpath.expr - package jd.xml.xpath.expr
Contains the base XPath expression classes.
jd.xml.xpath.expr.compare - package jd.xml.xpath.expr.compare
Contains classes for the =, !=, >, >=, <, <= operators.
jd.xml.xpath.expr.function - package jd.xml.xpath.expr.function
Contains the XPath functions.
jd.xml.xpath.expr.misc - package jd.xml.xpath.expr.misc
Contains classes representing various XPath expressions.
jd.xml.xpath.expr.operator - package jd.xml.xpath.expr.operator
Contains classes representing various XPath operators.
jd.xml.xpath.expr.path - package jd.xml.xpath.expr.path
 
jd.xml.xpath.expr.visitor - package jd.xml.xpath.expr.visitor
 
jd.xml.xpath.model - package jd.xml.xpath.model
Contains classes for the XPath node model.
jd.xml.xpath.model.build - package jd.xml.xpath.model.build
Contains classes to build a XPath model.
jd.xml.xpath.model.build.normal - package jd.xml.xpath.model.build.normal
Contains the default implementation for XPath node model.
jd.xml.xpath.model.parse - package jd.xml.xpath.model.parse
Contains classes to parse a XML document and construct a XPath model.
jd.xml.xpath.model.visit - package jd.xml.xpath.model.visit
Contains NodeVisitor implementations.
jd.xml.xpath.model.walk - package jd.xml.xpath.model.walk
Contains walker classes for the XPath tree model.
jd.xml.xpath.object - package jd.xml.xpath.object
Contains classes for the XPath objects, i.e.
jd.xml.xpath.parser - package jd.xml.xpath.parser
Contains the XPath expression parser.
jd.xml.xpath.tool - package jd.xml.xpath.tool
Contains utility classes to evaluate XPath expressions.
jd.xml.xslt - package jd.xml.xslt
Contains a XSLT Version 1.1 implementation.
jd.xml.xslt.expr - package jd.xml.xslt.expr
Contains the XPath functions and expressions defined by XSLT.
jd.xml.xslt.extension - package jd.xml.xslt.extension
Contains support for extension functions defined by the XSLT script element.
jd.xml.xslt.extension.exslt - package jd.xml.xslt.extension.exslt
Contains support for extensions defined by EXSLT .
jd.xml.xslt.extension.jd - package jd.xml.xslt.extension.jd
Contains my own extension functions and elements.
jd.xml.xslt.format - package jd.xml.xslt.format
Contains helper classes for XSLT format and sort tasks.
jd.xml.xslt.parser - package jd.xml.xslt.parser
Contains parser classes for stylesheets, stylesheet templates elements and patterns.
jd.xml.xslt.pattern - package jd.xml.xslt.pattern
Contains classes for XSLT template patterns.
jd.xml.xslt.result - package jd.xml.xslt.result
Contains classes to output the result of an XSLT tranformation.
jd.xml.xslt.result.output - package jd.xml.xslt.result.output
 
jd.xml.xslt.result.pipe - package jd.xml.xslt.result.pipe
Contains classes to transform a XML document representation into ResultBuilder events.
jd.xml.xslt.template - package jd.xml.xslt.template
Contains classes representing the various XSLT template elements and instructions.
jd.xml.xslt.trace - package jd.xml.xslt.trace
 
jd.xml.xslt.trax - package jd.xml.xslt.trax
Contains a implementation of the Transformation API for XML (TraAX).
jd.xml.xslt.util - package jd.xml.xslt.util
Contains XSLT related utility classes.

K

Key - class jd.xml.xslt.pattern.Key.
Key represents the key-element.
Key(Pattern, Expression, int) - Constructor for class jd.xml.xslt.pattern.Key
Create a Key.
KeyFunction - class jd.xml.xslt.expr.KeyFunction.
Document represents the xslt function "node-set key(string, object)".
KeyFunction() - Constructor for class jd.xml.xslt.expr.KeyFunction
 
KeyList - interface jd.util.KeyList.
Key represents a sorted list of text-value pairs.
KeyMap - class jd.xml.xslt.util.KeyMap.
KeyMap represents th mapping: key-value -> node-set and is used to implements keys and the key-function.
KeyMap() - Constructor for class jd.xml.xslt.util.KeyMap
 
KeyPattern - class jd.xml.xslt.pattern.KeyPattern.
KeyPattern represents the key pattern.
KeyPattern(String, String) - Constructor for class jd.xml.xslt.pattern.KeyPattern
Create a KeyPattern.
keyPattern(Pattern, String, String) - Method in class jd.xml.xslt.pattern.PatternClassifier
 
keyPattern(Pattern, String, String) - Method in interface jd.xml.xslt.pattern.PatternVisitor
 
keyPattern(Pattern, String, String) - Method in class jd.xml.xslt.pattern.PatternWriter
 
keys() - Method in class jd.util.Config
Return an enumeration of all keys.
keys() - Method in class jd.util.IntKeyHashtable
 
keys_ - Variable in class jd.xml.xslt.AbstractStylesheet
 

L

LESS - Static variable in class jd.xml.xpath.object.Relation
 
LESS - Static variable in interface jd.xml.xpath.parser.TokenConstants
 
LESS_EQUALS - Static variable in class jd.xml.xpath.object.Relation
 
LESS_EQUALS - Static variable in interface jd.xml.xpath.parser.TokenConstants
 
LITERAL - Static variable in interface jd.xml.xpath.parser.TokenConstants
 
Lang - class jd.xml.xpath.expr.function.Lang.
Lang represents the xpath core function "boolean lang(string)".
Lang() - Constructor for class jd.xml.xpath.expr.function.Lang
 
Last - class jd.xml.xpath.expr.function.Last.
Last represents the xpath core function "number last()".
Last() - Constructor for class jd.xml.xpath.expr.function.Last
 
Latin2Encoding - class jd.io.encoding.Latin2Encoding.
 
Latin2Encoding() - Constructor for class jd.io.encoding.Latin2Encoding
 
LevelNumbering - class jd.xml.xslt.format.LevelNumbering.
 
LevelNumbering(Pattern, Pattern) - Constructor for class jd.xml.xslt.format.LevelNumbering
 
LineNumberMap - class jd.xml.xpath.model.build.normal.LineNumberMap.
LineNumberMap maps serialNumbers of XPathNodes to the line-number of the node in the corresponding XML document.
LineNumberMap() - Constructor for class jd.xml.xpath.model.build.normal.LineNumberMap
 
ListWalker - class jd.xml.xpath.model.walk.ListWalker.
An walker for an array of nodes.
ListWalker() - Constructor for class jd.xml.xpath.model.walk.ListWalker
 
LiteralAttribute - class jd.xml.xslt.template.LiteralAttribute.
 
LiteralElement - class jd.xml.xslt.template.LiteralElement.
A template for literal result elements.
LiteralElement(NodeName, NamespaceContext, LiteralAttribute, AttributeSet[]) - Constructor for class jd.xml.xslt.template.LiteralElement
Create a LiteralElement object.
LocalName - class jd.xml.xpath.expr.function.LocalName.
LocalName represents the xpath core function "local-name(node-set?)".
LocalName() - Constructor for class jd.xml.xpath.expr.function.LocalName
 
LocalVariableNames - class jd.xml.xslt.parser.LocalVariableNames.
A helper class to manage variable declarations
LocalVariableNames() - Constructor for class jd.xml.xslt.parser.LocalVariableNames
 
Location - class jd.xml.xslt.trace.Location.
 
Location(String, int) - Constructor for class jd.xml.xslt.trace.Location
 
LocationStep - class jd.xml.xpath.expr.path.LocationStep.
An expression class to represent XPath location steps with and without predicate filters.
LocationStep(Axis, NodeTest) - Constructor for class jd.xml.xpath.expr.path.LocationStep
Create a new LocationStep.
LocationStepChain - class jd.xml.xpath.expr.path.LocationStepChain.
A LocationStepChain is a sequence of single location steps, chained together by the '/' operator.
LocationStepChain(LocationStep[]) - Constructor for class jd.xml.xpath.expr.path.LocationStepChain
Create a LocationStepChain.
leading(XObject, XObject) - Static method in class jd.xml.xslt.extension.exslt.SetFunctions
Implements node-set set:leading(node-set, node-set), version 1.2.
length() - Method in class jd.util.TextBuffer
 
level() - Method in class jd.xml.xslt.parser.LocalVariableNames
 
level - Variable in class jd.xml.xslt.result.NamespaceSupport.Declaration
 
level - Variable in class jd.xml.xslt.result.ResultLevel
 
lhs_ - Variable in class jd.xml.xpath.expr.operator.BooleanOperator
 
lhs_ - Variable in class jd.xml.xpath.expr.operator.NodeSetOperator
 
lhs_ - Variable in class jd.xml.xpath.expr.operator.NumericOperator
 
line - Variable in class jd.xml.xslt.trace.Location
 
localName - Variable in class jd.xml.xpath.model.NodeName
 
localName - Variable in class jd.xml.xslt.parser.WhitespaceTest
 
locationStep(Expression, Axis, NodeTest) - Method in interface jd.xml.xpath.expr.ExpressionVisitor
 
locationStep(Expression, Axis, NodeTest, Expression, boolean, boolean) - Method in interface jd.xml.xpath.expr.ExpressionVisitor
 
locationStep(Expression, Axis, NodeTest, Expression, boolean, boolean) - Method in class jd.xml.xpath.expr.visitor.ExprScreener
 
locationStep(Expression, Axis, NodeTest) - Method in class jd.xml.xpath.expr.visitor.ExprSimplifier
 
locationStep(Expression, Axis, NodeTest, Expression, boolean, boolean) - Method in class jd.xml.xpath.expr.visitor.ExprSimplifier
 
locationStep(Expression, Axis, NodeTest) - Method in class jd.xml.xpath.expr.visitor.ExprTreeWriter
 
locationStep(Expression, Axis, NodeTest, Expression, boolean, boolean) - Method in class jd.xml.xpath.expr.visitor.ExprTreeWriter
 
locationStep(Expression, Axis, NodeTest) - Method in class jd.xml.xpath.expr.visitor.ExprVisitorImpl
 
locationStep(Expression, Axis, NodeTest, Expression, boolean, boolean) - Method in class jd.xml.xpath.expr.visitor.ExprVisitorImpl
 
locationStep(Expression, Axis, NodeTest) - Method in class jd.xml.xpath.expr.visitor.ExprWriter
 
locationStep(Expression, Axis, NodeTest, Expression, boolean, boolean) - Method in class jd.xml.xpath.expr.visitor.ExprWriter
 
locator_ - Variable in class jd.xml.xpath.model.parse.SaxParseHandler
 
lowest(XObject) - Static method in class jd.xml.xslt.extension.exslt.MathFunctions
Implements math:lowest, version 1.2.

M

MAX - Static variable in class jd.xml.xpath.expr.visitor.ExprPrecedence
 
MAX - Static variable in interface jd.xml.xpath.parser.TokenConstants
 
MAX_POS - Static variable in class jd.xml.xslt.result.MarkupResultBuilder
 
MBF_BIG - Static variable in class jd.xml.xslt.CommandLine
 
MBF_NORMAL - Static variable in class jd.xml.xslt.CommandLine
 
METHOD_CANONICAL_XML - Static variable in class jd.xml.xslt.format.OutputFormat
 
METHOD_DEFAULT - Static variable in class jd.xml.xslt.format.OutputFormat
 
METHOD_EMPTY - Static variable in class jd.xml.xslt.format.OutputFormat
 
METHOD_HTML - Static variable in class jd.xml.xslt.format.OutputFormat
 
METHOD_TEXT - Static variable in class jd.xml.xslt.format.OutputFormat
 
METHOD_XML - Static variable in class jd.xml.xslt.format.OutputFormat
 
MIN - Static variable in class jd.xml.xpath.expr.visitor.ExprPrecedence
 
MINUS - Static variable in interface jd.xml.xpath.parser.TokenConstants
 
MODEL_NAME - Static variable in class jd.xml.xpath.model.build.normal.NormalModelBuilder
 
MODEL_NAME - Static variable in class jd.xml.xpath.model.build.normal.RootNode
 
MULTIPLICATIVE - Static variable in class jd.xml.xpath.expr.visitor.ExprPrecedence
 
MULTIPLY - Static variable in interface jd.xml.xpath.parser.TokenConstants
 
MarkupResultBuilder - class jd.xml.xslt.result.MarkupResultBuilder.
A base class ResultBuilders which output a markup stream.
MarkupResultBuilder(XsltResult) - Constructor for class jd.xml.xslt.result.MarkupResultBuilder
Create a new XmlResultBuilder.
MathFunctions - class jd.xml.xslt.extension.exslt.MathFunctions.
The Functions of the EXSLT Math Module.
MathFunctions() - Constructor for class jd.xml.xslt.extension.exslt.MathFunctions
 
Message - class jd.xml.xslt.template.Message.
A template class.
Message(Template, boolean) - Constructor for class jd.xml.xslt.template.Message
Create a Message.
MessageListener - interface jd.xml.xslt.MessageListener.
A MessageListener is notified when stylesheet messages caused by an xsl:message element are processed.
Model2ResultPipe - class jd.xml.xslt.result.pipe.Model2ResultPipe.
Model2ResultPipe performs a deep copy of a XPath tree to a ResultBuilder.
Model2ResultPipe(ResultBuilder, OutputFormat) - Constructor for class jd.xml.xslt.result.pipe.Model2ResultPipe
 
ModelBuilder - class jd.xml.xpath.model.build.ModelBuilder.
A ModelBuilder creates the XPathNode objects of a XPath model implementation.
ModelBuilder() - Constructor for class jd.xml.xpath.model.build.ModelBuilder
 
ModelBuilderFactory - class jd.xml.xpath.model.build.ModelBuilderFactory.
A Factory class for ModelBuilder objects.
ModelBuilderFactory() - Constructor for class jd.xml.xpath.model.build.ModelBuilderFactory
 
ModelCache - class jd.xml.xslt.util.ModelCache.
ModelCache is a helper class to hold the models used during a transformation.
ModelCache(NodeNamePool, Object) - Constructor for class jd.xml.xslt.util.ModelCache
Create a ModelCache.
ModelIterator - class jd.xml.xpath.model.walk.ModelIterator.
A ModelIterator wraps a ModelWalker to provide a safe, iterator style enumeration of nodes.
ModelIterator(ModelWalker, XPathNode) - Constructor for class jd.xml.xpath.model.walk.ModelIterator
 
ModelLocator - interface jd.xml.xpath.model.build.ModelLocator.
An interface to provide Locator information.
ModelReader - class jd.xml.xpath.model.ModelReader.
A ModelReader is used to create a XPath model from an input source.
ModelReader() - Constructor for class jd.xml.xpath.model.ModelReader
Create a ModelReader with a default parser.
ModelReader(Object) - Constructor for class jd.xml.xpath.model.ModelReader
Create a ModelReader.
ModelResultBuilder - class jd.xml.xslt.result.ModelResultBuilder.
A ModelResultBuilder builds a new XPath tree model from the transformation output.
ModelResultBuilder(String, NodeNamePool) - Constructor for class jd.xml.xslt.result.ModelResultBuilder
Create a ModelResultBuilder.
ModelResultBuilder(String, NodeNamePool, ModelBuilder) - Constructor for class jd.xml.xslt.result.ModelResultBuilder
Create a ModelResultBuilder.
ModelWalker - interface jd.xml.xpath.model.walk.ModelWalker.
A ModelWalker represents a certain way to navigate through a XPath tree.
Modulo - class jd.xml.xpath.expr.operator.Modulo.
Mod represents the 'mod' expression.
Modulo(Expression, Expression) - Constructor for class jd.xml.xpath.expr.operator.Modulo
 
MultiLevelNumbering - class jd.xml.xslt.format.MultiLevelNumbering.
 
MultiLevelNumbering(Pattern, Pattern) - Constructor for class jd.xml.xslt.format.MultiLevelNumbering
 
Multiply - class jd.xml.xpath.expr.operator.Multiply.
Multiply represents the '*' expression.
Multiply(Expression, Expression) - Constructor for class jd.xml.xpath.expr.operator.Multiply
 
main(String[]) - Static method in class jd.xml.xpath.model.build.ModelBuilderFactory
 
main(String[]) - Static method in class jd.xml.xpath.tool.XPath
 
main(String[]) - Static method in class jd.xml.xslt.Stylesheet
Command line interface.
main(String[]) - Static method in class jd.xml.xslt.TransformationChain
Deprecated.  
match(String) - Method in class jd.util.Arguments
Return if the next argument matches the string.
match(String) - Method in class jd.xml.xslt.parser.AttributeIterator
Test if the local name of the current attribute matches the given name.
match(XPathContext) - Method in class jd.xml.xslt.pattern.ComposedPathPattern
Test if the context node matches the pattern.
match(XPathContext) - Method in class jd.xml.xslt.pattern.FilteredStepPattern
Test if the context node matches the pattern.
match(XPathContext) - Method in class jd.xml.xslt.pattern.IdPattern
Test if the context node matches the pattern.
match(XPathContext) - Method in class jd.xml.xslt.pattern.KeyPattern
Test if the context node matches the pattern.
match(XPathContext) - Method in class jd.xml.xslt.pattern.NumberCountPattern
Test if the context node matches the pattern.
match(XPathContext) - Method in class jd.xml.xslt.pattern.OrPattern
Test if the context node matches the pattern.
match(XPathContext) - Method in class jd.xml.xslt.pattern.Pattern
Test if the context node matches the pattern.
match(XPathContext) - Method in class jd.xml.xslt.pattern.ProxyPattern
 
match(XPathContext) - Method in class jd.xml.xslt.pattern.RootPattern
Test if the context node matches the pattern.
match(XPathContext) - Method in class jd.xml.xslt.pattern.StepPattern
Test if the context node matches the pattern.
match(String) - Method in class jd.xml.xslt.template.TemplateRule
Test if the name of this TemplateRule matches the given name.
match(XPathContext) - Method in class jd.xml.xslt.template.TemplateRule
Test if the pattern of this TemplateRule matches the context node.
match(XPathContext, String) - Method in class jd.xml.xslt.template.TemplateRule
Test if the pattern of this TemplateRule matches the context node.
match(XPathContext) - Method in class jd.xml.xslt.trace.TracePattern
 
matchNames() - Method in class jd.xml.xpath.axis.NodeNameTest
Return WILDCARD.
matchNames() - Method in class jd.xml.xpath.axis.NodeTest
Return how the NodeTest accepts regarding their names.
matchNames() - Method in class jd.xml.xpath.axis.NodeTestUnion
 
matchNames() - Method in class jd.xml.xpath.axis.NodeTypeTest
Return NO.
matchNames() - Method in class jd.xml.xpath.axis.name.NcNameTest
Return EXACT.
matchNames() - Method in class jd.xml.xpath.axis.name.PooledNameTest
Return EXACT.
matchNames() - Method in class jd.xml.xpath.axis.name.QNameTest
Return EXACT.
matchToken(int) - Method in class jd.xml.xpath.parser.Scanner
 
matchToken(int, String) - Method in class jd.xml.xpath.parser.Scanner
 
matchesFilter(XPathContext) - Method in interface jd.xml.xpath.expr.Expression
Evaluate the expression and return if the context node matches the expression when used as predicate filter.
matchesFilter(XPathContext) - Method in class jd.xml.xpath.expr.ExpressionImpl
Evaluate the expression and return if the context node matches the expression when used as predicate filter.
matchesFilter(XPathContext) - Method in class jd.xml.xpath.expr.misc.ProxyExpression
 
max(XObject) - Static method in class jd.xml.xslt.extension.exslt.MathFunctions
Implements math:max, version 1.2.
maxArgumentCount - Variable in class jd.xml.xpath.expr.function.FunctionType
 
maxAxisResultSize_ - Variable in class jd.xml.xpath.expr.path.LocationStep
 
max_ - Variable in class jd.xml.xslt.result.output.ByteOutput
 
merge(XNodeSet, XNodeSet) - Method in class jd.xml.xpath.object.XMutableNodeSet
Merge two nodesets, which are already ordered in document order.
mergeMultiDoc(XNodeSet, XNodeSet) - Method in class jd.xml.xpath.object.XConvertibleNodeSet
Merge two node-sets whose nodes belong to different documents.
mergeMultiDoc(XNodeSet, XNodeSet) - Method in class jd.xml.xpath.object.XMutableNodeSet
Merge two node-sets whose nodes belong to different documents.
mergeSingleDoc(XNodeSet, XNodeSet) - Method in class jd.xml.xpath.object.XConvertibleNodeSet
Merge two node-sets whose nodes all belong to the same document.
mergeSingleDoc(XNodeSet, XNodeSet) - Method in class jd.xml.xpath.object.XMutableNodeSet
Merge two node-sets whose nodes all belong to the same document.
message(String) - Method in interface jd.xml.xslt.MessageListener
 
message(Template, boolean) - Method in class jd.xml.xslt.parser.TextContentBuilder
 
message(Template, boolean) - Method in class jd.xml.xslt.template.TemplateScreener
 
message(Template, boolean) - Method in interface jd.xml.xslt.template.TemplateVisitor
 
messageListener_ - Variable in class jd.xml.xslt.AbstractStylesheet
 
min(XObject) - Static method in class jd.xml.xslt.extension.exslt.MathFunctions
Implements math:min, version 1.2.
minArgumentCount - Variable in class jd.xml.xpath.expr.function.FunctionType
 
modelBuilder_ - Variable in class jd.xml.xpath.model.parse.ParseHandler
 
modelTiming - Variable in class jd.xml.xslt.util.VerboseLog
 
modulo(Expression, Expression, Expression) - Method in interface jd.xml.xpath.expr.ExpressionVisitor
 
modulo(Expression, Expression, Expression) - Method in class jd.xml.xpath.expr.visitor.ExprPrecedence
 
modulo(Expression, Expression, Expression) - Method in class jd.xml.xpath.expr.visitor.ExprScreener
 
modulo(Expression, Expression, Expression) - Method in class jd.xml.xpath.expr.visitor.ExprSimplifier
 
modulo(Expression, Expression, Expression) - Method in class jd.xml.xpath.expr.visitor.ExprTreeWriter
 
modulo(Expression, Expression, Expression) - Method in class jd.xml.xpath.expr.visitor.ExprVisitorImpl
 
modulo(Expression, Expression, Expression) - Method in class jd.xml.xpath.expr.visitor.ExprWriter
 
multiply(Expression, Expression, Expression) - Method in interface jd.xml.xpath.expr.ExpressionVisitor
 
multiply(Expression, Expression, Expression) - Method in class jd.xml.xpath.expr.visitor.ExprPrecedence
 
multiply(Expression, Expression, Expression) - Method in class jd.xml.xpath.expr.visitor.ExprScreener
 
multiply(Expression, Expression, Expression) - Method in class jd.xml.xpath.expr.visitor.ExprSimplifier
 
multiply(Expression, Expression, Expression) - Method in class jd.xml.xpath.expr.visitor.ExprTreeWriter
 
multiply(Expression, Expression, Expression) - Method in class jd.xml.xpath.expr.visitor.ExprVisitorImpl
 
multiply(Expression, Expression, Expression) - Method in class jd.xml.xpath.expr.visitor.ExprWriter
 

N

NAME - Static variable in class jd.xml.xpath.expr.function.Name
The function name.
NAME - Static variable in interface jd.xml.xpath.parser.TokenConstants
 
NAMESPACE - Static variable in interface jd.xml.xpath.model.XPathNode
 
NAME_ALL - Static variable in class jd.xml.xpath.axis.NodeTypeTest
 
NAME_COMMENT - Static variable in class jd.xml.xpath.axis.NodeTypeTest
 
NAME_PI - Static variable in class jd.xml.xpath.axis.NodeTypeTest
 
NAME_TEXT - Static variable in class jd.xml.xpath.axis.NodeTypeTest
 
NO - Static variable in class jd.xml.xpath.axis.NodeTest
 
NOT_EQUAL - Static variable in class jd.xml.xpath.object.Equality
 
NOT_EQUALS - Static variable in interface jd.xml.xpath.parser.TokenConstants
 
NULL_ARGUMENTS - Static variable in interface jd.xml.xpath.expr.function.Function
 
NUMBER - Static variable in interface jd.xml.xpath.parser.TokenConstants
 
Name - class jd.xml.xpath.expr.function.Name.
Name represents the xpath core function "string name(node-set?)".
Name() - Constructor for class jd.xml.xpath.expr.function.Name
 
NameTestWalker - class jd.xml.xpath.model.walk.NameTestWalker.
A walker which filters the nodes of another walker with a node-test.
NameTestWalker(NodeName, ModelWalker) - Constructor for class jd.xml.xpath.model.walk.NameTestWalker
 
NamespaceAlias - class jd.xml.xslt.parser.NamespaceAlias.
NamespaceAlias represents the xsl:namespace-alias instruction.
NamespaceAxis - class jd.xml.xpath.axis.NamespaceAxis.
NamespaceAxis represents the namespace axis.
NamespaceContext - class jd.xml.xpath.model.NamespaceContext.
NamespaceContext provides information about namespace declarations.
NamespaceListWalker - class jd.xml.xpath.model.walk.NamespaceListWalker.
An walker for the namespace nodes of a node.
NamespaceListWalker() - Constructor for class jd.xml.xpath.model.walk.NamespaceListWalker
 
NamespaceNode - class jd.xml.xpath.model.build.normal.NamespaceNode.
NamespaceNode represents a XPath namespace node.
NamespaceNode(String, String, ElementNode) - Constructor for class jd.xml.xpath.model.build.normal.NamespaceNode
 
NamespaceSupport - class jd.xml.xslt.result.NamespaceSupport.
NamespaceSupport helps ResultBuilders to output the correct namespace declarations.
NamespaceSupport() - Constructor for class jd.xml.xslt.result.NamespaceSupport
 
NamespaceSupport.Declaration - class jd.xml.xslt.result.NamespaceSupport.Declaration.
 
NamespaceSupport.Declaration(String, String, int, NamespaceSupport.Declaration) - Constructor for class jd.xml.xslt.result.NamespaceSupport.Declaration
 
NamespaceUri - class jd.xml.xpath.expr.function.NamespaceUri.
NameSpaceUri represents the xpath core function "string namespace-uri(node-set?)".
NamespaceUri() - Constructor for class jd.xml.xpath.expr.function.NamespaceUri
 
NcNameTest - class jd.xml.xpath.axis.name.NcNameTest.
A NodeTest to filter nodes which match a unqualified NCName.
NcNameTest(String) - Constructor for class jd.xml.xpath.axis.name.NcNameTest
Create a NcNameTest.
Negate - class jd.xml.xpath.expr.misc.Negate.
Negate represents the negate expression.
Negate(Expression) - Constructor for class jd.xml.xpath.expr.misc.Negate
 
Node - class jd.xml.xpath.model.build.normal.Node.
An implementation of a XPathNode.
Node() - Constructor for class jd.xml.xpath.model.build.normal.Node
 
NodeComparator - class jd.xml.xpath.model.NodeComparator.
A Comparator for XPathNodes.
NodeComparator() - Constructor for class jd.xml.xpath.model.NodeComparator
 
NodeFunction - class jd.xml.xpath.expr.function.NodeFunction.
NodeFunction is a base class for functions which use the first node of the node-set argument or the context node to calculate their string result.
NodeFunction() - Constructor for class jd.xml.xpath.expr.function.NodeFunction
 
NodeFunctionType - class jd.xml.xpath.expr.function.NodeFunctionType.
NodeFunctionType is a FunctionType for functions which use the context node as argument if no argument is supplied.
NodeFunctionType(String) - Constructor for class jd.xml.xpath.expr.function.NodeFunctionType
Create a NodeFunctionType.
NodeName - class jd.xml.xpath.model.NodeName.
A NodeName represents the name of a XPath node.
NodeName(String, String, String, int, int, int) - Constructor for class jd.xml.xpath.model.NodeName
Create a NodeName.
NodeName(NodeName, String, int) - Constructor for class jd.xml.xpath.model.NodeName
Create a copy of a NodeName with a non null namespace uri.
NodeNamePool - class jd.xml.xpath.model.NodeNamePool.
A NodeNamePool is a collection of NodeName objects.
NodeNamePool(boolean) - Constructor for class jd.xml.xpath.model.NodeNamePool
Create a NodeNamePool.
NodeNamePool() - Constructor for class jd.xml.xpath.model.NodeNamePool
Create a NodeNamePool with preserveSpace = true.
NodeNamePool(NodeNamePool) - Constructor for class jd.xml.xpath.model.NodeNamePool
Create a NodeNamePool from another pool.
NodeNameTest - class jd.xml.xpath.axis.NodeNameTest.
A NodeTest to filter nodes with certain names.
NodeNameTest() - Constructor for class jd.xml.xpath.axis.NodeNameTest
 
NodeSetExpression - class jd.xml.xpath.expr.NodeSetExpression.
NodeSetExpression is an expression which evaluates to a NodeSet.
NodeSetExpression() - Constructor for class jd.xml.xpath.expr.NodeSetExpression
 
NodeSetFunction - class jd.xml.xpath.expr.function.NodeSetFunction.
A base class for all functions which evaluates to a node-set.
NodeSetFunction() - Constructor for class jd.xml.xpath.expr.function.NodeSetFunction
 
NodeSetOperator - class jd.xml.xpath.expr.operator.NodeSetOperator.
NodeSetOperator is a base class for operations that take two node-set expression arguments and return a node-set.
NodeSetOperator(Expression, Expression) - Constructor for class jd.xml.xpath.expr.operator.NodeSetOperator
 
NodeTest - class jd.xml.xpath.axis.NodeTest.
A base class for node tests.
NodeTest() - Constructor for class jd.xml.xpath.axis.NodeTest
 
NodeTestUnion - class jd.xml.xpath.axis.NodeTestUnion.
A NodeTest implementation which accepts a node if it is accepted by at least one of two NodeTests.
NodeTestUnion(NodeTest, NodeTest) - Constructor for class jd.xml.xpath.axis.NodeTestUnion
 
NodeTestVisitor - interface jd.xml.xpath.axis.NodeTestVisitor.
A Visitor interface for NodeTests.
NodeTestWalker - class jd.xml.xpath.axis.NodeTestWalker.
A walker which filters the nodes of another walker with a node-test.
NodeTestWalker(NodeTest, int, ModelWalker) - Constructor for class jd.xml.xpath.axis.NodeTestWalker
 
NodeTypeAllTest - class jd.xml.xslt.pattern.NodeTypeAllTest.
Implements the node-test "node()" for patterns.
NodeTypeAllTest() - Constructor for class jd.xml.xslt.pattern.NodeTypeAllTest
 
NodeTypeTest - class jd.xml.xpath.axis.NodeTypeTest.
A NodeTest to filter nodes with certain types.
NodeTypeTest() - Constructor for class jd.xml.xpath.axis.NodeTypeTest
 
NodeVisitor - interface jd.xml.xpath.model.NodeVisitor.
A NodeVisitor represents a double dispatch mechanism for a node type.
NormalModelBuilder - class jd.xml.xpath.model.build.normal.NormalModelBuilder.
A SAX ContentHandler to build a XPath tree from SAX parse events.
NormalModelBuilder() - Constructor for class jd.xml.xpath.model.build.normal.NormalModelBuilder
 
NormalModelBuilderFactory - class jd.xml.xpath.model.build.normal.NormalModelBuilderFactory.
 
NormalModelBuilderFactory() - Constructor for class jd.xml.xpath.model.build.normal.NormalModelBuilderFactory
 
NormalizeSpace - class jd.xml.xpath.expr.function.NormalizeSpace.
NormalizeSpace represents the xpath core function "string normalize-space(string?)".
NormalizeSpace() - Constructor for class jd.xml.xpath.expr.function.NormalizeSpace
 
Not - class jd.xml.xpath.expr.function.Not.
Not represents the xpath core function "boolean not(boolean)".
Not() - Constructor for class jd.xml.xpath.expr.function.Not
 
NumberCountPattern - class jd.xml.xslt.pattern.NumberCountPattern.
NumberCountPattern is a pattern used by a NumberTemplate.
NumberCountPattern(XPathNode) - Constructor for class jd.xml.xslt.pattern.NumberCountPattern
 
NumberTemplate - class jd.xml.xslt.template.NumberTemplate.
NumberTemplate represents the Number element:
NumberTemplate(Numbering) - Constructor for class jd.xml.xslt.template.NumberTemplate
Create a NumberTemplate.
Numbering - class jd.xml.xslt.format.Numbering.
Numbering implements the algorithm of the xsl:number instruction.
Numbering() - Constructor for class jd.xml.xslt.format.Numbering
 
NumberingFormat - class jd.xml.xslt.format.NumberingFormat.
NumberingFormat is a helper class to handle format-number() instructions.
NumberingFormat(String) - Constructor for class jd.xml.xslt.format.NumberingFormat
Create a NumberingFormat.
NumberingFormat(String, int, char) - Constructor for class jd.xml.xslt.format.NumberingFormat
Create a NumberingFormat.
NumericExpression - class jd.xml.xpath.expr.NumericExpression.
NumericExpression is an expression which evaluates to a number.
NumericExpression() - Constructor for class jd.xml.xpath.expr.NumericExpression
 
NumericFunction - class jd.xml.xpath.expr.function.NumericFunction.
A base class for all functions which evaluate to a number.
NumericFunction() - Constructor for class jd.xml.xpath.expr.function.NumericFunction
 
NumericOperator - class jd.xml.xpath.expr.operator.NumericOperator.
NumericOperator is a base class for numeric operations.
NumericOperator(Expression, Expression) - Constructor for class jd.xml.xpath.expr.operator.NumericOperator
Create a NumericExpression.
name - Variable in class jd.xml.xpath.expr.function.FunctionType
 
name - Variable in class jd.xml.xpath.model.build.ElementInfo
 
nameId - Variable in class jd.xml.xpath.model.NodeName
 
name_ - Variable in class jd.xml.xpath.model.build.normal.ElementNode
 
namespace(XPathNode) - Method in interface jd.xml.xpath.model.NodeVisitor
 
namespace(XPathNode) - Method in class jd.xml.xpath.model.visit.Serializer
 
namespaceUri - Variable in class jd.xml.xpath.model.NodeName
 
namespaceUri - Variable in class jd.xml.xslt.parser.WhitespaceTest
 
namespaceUriId - Variable in class jd.xml.xpath.model.NodeName
 
negate(Expression, Expression) - Method in interface jd.xml.xpath.expr.ExpressionVisitor
 
negate(Expression, Expression) - Method in class jd.xml.xpath.expr.visitor.ExprScreener
 
negate(Expression, Expression) - Method in class jd.xml.xpath.expr.visitor.ExprSimplifier
 
negate(Expression, Expression) - Method in class jd.xml.xpath.expr.visitor.ExprTreeWriter
 
negate(Expression, Expression) - Method in class jd.xml.xpath.expr.visitor.ExprVisitorImpl
 
negate(Expression, Expression) - Method in class jd.xml.xpath.expr.visitor.ExprWriter
 
newInstance(String) - Static method in class jd.util.ClassUtil
Create a new instance of a class.
newInstance(Class, Object) - Static method in class jd.util.ClassUtil
Create a new instance of a class calling a constructor with one argument.
newInstance(Class, Object[]) - Static method in class jd.util.ClassUtil
Create a new instance of a class calling a constructor with several arguments.
newLineStarted() - Method in class jd.io.TabWriter
 
newTemplates(Source) - Method in class jd.xml.xslt.trax.TransformerFactoryImpl
Process the Source into a Templates object, which is a a compiled representation of the source.
newTemplates(XmlSource) - Method in class jd.xml.xslt.trax.TransformerFactoryImpl
Process the Source into a Templates object, which is a a compiled representation of the source.
newTemplatesHandler() - Method in class jd.xml.xslt.trax.TransformerFactoryImpl
 
newTransformer() - Method in class jd.xml.xslt.trax.TemplatesImpl
Create a new transformation context for this Templates object.
newTransformer(Source) - Method in class jd.xml.xslt.trax.TransformerFactoryImpl
Process the Source into a Transformer object.
newTransformer() - Method in class jd.xml.xslt.trax.TransformerFactoryImpl
Create a new Transformer object that performs a copy of the source to the result.
newTransformerHandler() - Method in class jd.xml.xslt.trax.TransformerFactoryImpl
 
newTransformerHandler(Source) - Method in class jd.xml.xslt.trax.TransformerFactoryImpl
 
newTransformerHandler(Templates) - Method in class jd.xml.xslt.trax.TransformerFactoryImpl
 
newXMLFilter(Source) - Method in class jd.xml.xslt.trax.TransformerFactoryImpl
Return null since XMLFilters are not supported.
newXMLFilter(Templates) - Method in class jd.xml.xslt.trax.TransformerFactoryImpl
Return null since XMLFilters are not supported.
next() - Method in class jd.util.Arguments
Return the next string or null if there are no more arguments left.
next(String) - Method in class jd.util.Arguments
Return the next string or throw an BadArgException if there areno more arguments left.
next() - Method in class jd.xml.util.DescendantsEnum
 
next(int) - Method in class jd.xml.util.DescendantsEnum
 
next() - Method in class jd.xml.xpath.model.NamespaceContext
Return the next NamespaceContext in this chain.
next() - Method in class jd.xml.xpath.model.walk.ModelIterator
 
next() - Method in class jd.xml.xslt.parser.AttributeIterator
Advance to the next attribute.
next() - Method in class jd.xml.xslt.parser.NamespaceAlias
 
next - Variable in class jd.xml.xslt.pattern.PatternClassifier.Match
 
next - Variable in class jd.xml.xslt.result.NamespaceSupport.Declaration
 
next() - Method in class jd.xml.xslt.template.LiteralAttribute
 
next() - Method in class jd.xml.xslt.util.VariableFrame
 
nextByteIndex() - Method in class jd.io.CharToByteConverter
 
nextCharIndex() - Method in class jd.io.CharToByteConverter
 
nextComment() - Method in class jd.xml.util.DescendantsEnum
 
nextElement() - Method in class jd.xml.util.DescendantsEnum
 
nextPi() - Method in class jd.xml.util.DescendantsEnum
 
nextText() - Method in class jd.xml.util.DescendantsEnum
 
nextToken() - Method in class jd.xml.xpath.parser.Scanner
 
next_ - Variable in class jd.xml.xpath.model.NodeName
 
next_ - Variable in class jd.xml.xpath.model.build.normal.TreeNode
 
nodeName - Variable in class jd.xml.xslt.pattern.PatternClassifier.Match
 
nodeNamePool_ - Variable in class jd.xml.xpath.model.parse.ParseHandler
 
nodeNamePool_ - Variable in class jd.xml.xslt.AbstractStylesheet
 
nodeSet(XObject) - Static method in class jd.xml.xslt.extension.exslt.CommonFunctions
Convert the value to a NodeSet.
nodeTest_ - Variable in class jd.xml.xpath.expr.path.LocationStep
 
nodeTest_ - Variable in class jd.xml.xslt.pattern.StepPattern
 
nodeType - Variable in class jd.xml.xslt.pattern.PatternClassifier.Match
 
node_ - Variable in class jd.xml.xpath.XPathContext.State
 
normArguments(Expression[]) - Method in class jd.xml.xpath.expr.function.FunctionType
Check and norm the arguments.
notationDecl(String, String, String) - Method in class jd.xml.xpath.model.parse.SaxParseHandler
 
now() - Static method in class jd.util.Time
Return the current system time.
nsSupport_ - Variable in class jd.xml.xslt.result.MarkupResultBuilder
 
number(Numbering) - Method in class jd.xml.xslt.parser.TextContentBuilder
 
number(Numbering) - Method in class jd.xml.xslt.template.TemplateScreener
 
number(Numbering) - Method in interface jd.xml.xslt.template.TemplateVisitor
 
numberCountPattern(Pattern, XPathNode, NodeNameTest) - Method in class jd.xml.xslt.pattern.PatternClassifier
 
numberCountPattern(Pattern, XPathNode, NodeNameTest) - Method in interface jd.xml.xslt.pattern.PatternVisitor
 
numberCountPattern(Pattern, XPathNode, NodeNameTest) - Method in class jd.xml.xslt.pattern.PatternWriter
 

O

OPTIONS - Static variable in class jd.xml.xslt.format.OutputFormat
 
OPTION_DOCTYPE_PUBLIC - Static variable in class jd.xml.xslt.format.OutputFormat
 
OPTION_DOCTYPE_SYSTEM - Static variable in class jd.xml.xslt.format.OutputFormat
 
OPTION_ENCODING - Static variable in class jd.xml.xslt.format.OutputFormat
 
OPTION_INDENT - Static variable in class jd.xml.xslt.format.OutputFormat
 
OPTION_MEDIA_TYPE - Static variable in class jd.xml.xslt.format.OutputFormat
 
OPTION_METHOD - Static variable in class jd.xml.xslt.format.OutputFormat
 
OPTION_OMIT_XML_DECL - Static variable in class jd.xml.xslt.format.OutputFormat
 
OPTION_STANDALONE - Static variable in class jd.xml.xslt.format.OutputFormat
 
OPTION_VERSION - Static variable in class jd.xml.xslt.format.OutputFormat
 
OR - Static variable in class jd.xml.xpath.expr.visitor.ExprPrecedence
 
ORDER_CONVERTIBLE - Static variable in class jd.xml.xpath.object.XNodeSet
A ordering constant for nodesets that can be converted to another XPath type (and therefore store only the first added node)
ORDER_COUNTED - Static variable in class jd.xml.xpath.object.XNodeSet
A ordering constant for counted nodesets (i.e.
ORDER_ORDERED - Static variable in class jd.xml.xpath.object.XNodeSet
A ordering constant for ordered nodesets.
ORDER_SUMMARIZED - Static variable in class jd.xml.xpath.object.XNodeSet
A ordering constant for summarized nodesets (i.e.
ORDER_UNORDERED - Static variable in class jd.xml.xpath.object.XNodeSet
A ordering constant for unordered nodesets.
Operator - interface jd.xml.xpath.expr.operator.Operator.
A common interface for operator expressions.
Or - class jd.xml.xpath.expr.operator.Or.
Or represents the 'or' expression.
Or(Expression, Expression) - Constructor for class jd.xml.xpath.expr.operator.Or
 
OrPattern - class jd.xml.xslt.pattern.OrPattern.
OrPattern represents the or pattern (lhs|rhs).
OrPattern(Pattern, Pattern) - Constructor for class jd.xml.xslt.pattern.OrPattern
 
Output - interface jd.xml.xslt.result.output.Output.
 
OutputFactory - class jd.xml.xslt.result.output.OutputFactory.
 
OutputFactory() - Constructor for class jd.xml.xslt.result.output.OutputFactory
 
OutputFormat - class jd.xml.xslt.format.OutputFormat.
The output format of a transformed document.
OutputFormat() - Constructor for class jd.xml.xslt.format.OutputFormat
 
OutputFormatTemplate - class jd.xml.xslt.template.OutputFormatTemplate.
A template for xsl:output element.
OutputFormatTemplate() - Constructor for class jd.xml.xslt.template.OutputFormatTemplate
 
OutputStreamWriter - class jd.io.OutputStreamWriter.
An OutputStreamWriter like java.io.OutputStreamWriter but with the possibility to provide a custom CharToByteConverter.
OutputStreamWriter(OutputStream, CharToByteConverter) - Constructor for class jd.io.OutputStreamWriter
 
objectType(XObject) - Static method in class jd.xml.xslt.extension.exslt.CommonFunctions
Return the type name of a XObject.
openInputStream(String) - Static method in class jd.xml.util.XmlSource
 
or(Expression, Expression, Expression) - Method in interface jd.xml.xpath.expr.ExpressionVisitor
 
or(Expression, Expression, Expression) - Method in class jd.xml.xpath.expr.visitor.ExprPrecedence
 
or(Expression, Expression, Expression) - Method in class jd.xml.xpath.expr.visitor.ExprScreener
 
or(Expression, Expression, Expression) - Method in class jd.xml.xpath.expr.visitor.ExprSimplifier
 
or(Expression, Expression, Expression) - Method in class jd.xml.xpath.expr.visitor.ExprTreeWriter
 
or(Expression, Expression, Expression) - Method in class jd.xml.xpath.expr.visitor.ExprVisitorImpl
 
or(Expression, Expression, Expression) - Method in class jd.xml.xpath.expr.visitor.ExprWriter
 
orPattern(Pattern, Pattern[]) - Method in class jd.xml.xslt.pattern.PatternClassifier
 
orPattern(Pattern, Pattern[]) - Method in interface jd.xml.xslt.pattern.PatternVisitor
 
orPattern(Pattern, Pattern[]) - Method in class jd.xml.xslt.pattern.PatternWriter
 
org.w3c.xsl - package org.w3c.xsl
 
outAutoFlush_ - Variable in class jd.xml.xslt.result.MarkupResultBuilder
 
outNewLine_ - Variable in class jd.xml.xslt.result.MarkupResultBuilder
 
outputFormat_ - Variable in class jd.xml.xslt.AbstractStylesheet
 
outputFormat_ - Variable in class jd.xml.xslt.result.MarkupResultBuilder
 
output_ - Variable in class jd.xml.xslt.result.MarkupResultBuilder
 

P

PARAMETER - Static variable in class jd.xml.xslt.template.Variable
 
PARENTHESIS_CLOSE - Static variable in interface jd.xml.xpath.parser.TokenConstants
 
PARENTHESIS_OPEN - Static variable in interface jd.xml.xpath.parser.TokenConstants
 
PARENT_NODE - Static variable in class jd.xml.xpath.expr.path.AbbreviatedPaths
The path '..'
PI - Static variable in class jd.xml.xpath.axis.NodeTypeTest
The NodeTypeTest "processing-instruction()".
PI - Static variable in interface jd.xml.xpath.model.XPathNode
 
PLUS - Static variable in interface jd.xml.xpath.parser.TokenConstants
 
PROPERTY_DECLHANDLER - Static variable in class jd.xml.util.SaxUtil
 
PROPERTY_LEXHANDLER - Static variable in class jd.xml.util.SaxUtil
 
PROPERTY_NAME - Static variable in class jd.xml.xpath.model.build.ModelBuilderFactory
 
PROPERTY_NAME - Static variable in class jd.xml.xpath.model.parse.ParseHandlerFactory
 
ParentAxis - class jd.xml.xpath.axis.ParentAxis.
ParentAxis represents the parent axis.
ParenthesisExpression - class jd.xml.xpath.expr.misc.ParenthesisExpression.
ParenthesisExpression represents the Expression of the production rule '(' Expr ')'.
ParenthesisExpression(Expression) - Constructor for class jd.xml.xpath.expr.misc.ParenthesisExpression
 
ParseHandler - class jd.xml.xpath.model.parse.ParseHandler.
A ParseHandler uses a XML parser and calls appropriate ModelBuilder methods during parse.
ParseHandler() - Constructor for class jd.xml.xpath.model.parse.ParseHandler
 
ParseHandlerFactory - class jd.xml.xpath.model.parse.ParseHandlerFactory.
ParseHandlerFactory creates ParseHandlers.
ParseHandlerFactory() - Constructor for class jd.xml.xpath.model.parse.ParseHandlerFactory
 
ParseListener - interface jd.xml.xslt.parser.ParseListener.
 
ParseTextBuffer - class jd.xml.xpath.model.parse.ParseTextBuffer.
ParseTextBuffer is a TextBuffer used to merge all subsequent text parse events of a Parser to a single string and to keep track if the text consists only of whitespace characters.
ParseTextBuffer() - Constructor for class jd.xml.xpath.model.parse.ParseTextBuffer
 
Parser - class jd.xml.xslt.parser.Parser.
A base class for XSLT related parsers.
Parser(PatternParser) - Constructor for class jd.xml.xslt.parser.Parser
Create a Parser.
Pattern - class jd.xml.xslt.pattern.Pattern.
Pattern is a base class for XSLT patterns.
Pattern() - Constructor for class jd.xml.xslt.pattern.Pattern
 
PatternClassifier - class jd.xml.xslt.pattern.PatternClassifier.
A PatternClassifier classifies which nodes a pattern can match.
PatternClassifier() - Constructor for class jd.xml.xslt.pattern.PatternClassifier
 
PatternClassifier.Match - class jd.xml.xslt.pattern.PatternClassifier.Match.
 
PatternParser - class jd.xml.xslt.parser.PatternParser.
A parser for XSLT patterns, XPath expressions and AttributeValueTemplates.
PatternParser() - Constructor for class jd.xml.xslt.parser.PatternParser
Cbeate a PatternParser with a own XsltParceContext.
PatternParser(XsltParseContext) - Constructor for class jd.xml.xslt.parser.PatternParser
Create a PatternParser which uses the given XsltParseContext.
PatternVisitor - interface jd.xml.xslt.pattern.PatternVisitor.
 
PatternWriter - class jd.xml.xslt.pattern.PatternWriter.
A PatternWriter prints a string representation of a pattern.
PatternWriter(OutputStream) - Constructor for class jd.xml.xslt.pattern.PatternWriter
 
PatternWriter(Writer) - Constructor for class jd.xml.xslt.pattern.PatternWriter
 
PiNode - class jd.xml.xpath.model.build.normal.PiNode.
A ProcessingInstruction node implementation.
PiNode(String, String) - Constructor for class jd.xml.xpath.model.build.normal.PiNode
Create a Processing Instruction.
PiNodeTypeTest - class jd.xml.xpath.axis.type.PiNodeTypeTest.
Implements the node-test "processing-instruction(string)".
PiNodeTypeTest(String) - Constructor for class jd.xml.xpath.axis.type.PiNodeTypeTest
Create a PiNodeTypeTest.
PooledNameTest - class jd.xml.xpath.axis.name.PooledNameTest.
A NodeTest to filter nodes which match a specific NodeName of a NamePool.
PooledNameTest(NodeName) - Constructor for class jd.xml.xpath.axis.name.PooledNameTest
Create a PooledNameTest.
PooledUriTest - class jd.xml.xpath.axis.name.PooledUriTest.
A NodeTest to filter nodes which match the namespace uri of a NodeName of a NamePool.
PooledUriTest(NodeName) - Constructor for class jd.xml.xpath.axis.name.PooledUriTest
Create a PooledUriTest for the specified name.
Position - class jd.xml.xpath.expr.function.Position.
Position represents the xpath core function "number position()".
Position() - Constructor for class jd.xml.xpath.expr.function.Position
 
PrecedingAxis - class jd.xml.xpath.axis.PrecedingAxis.
PrecedingAxis represents the preceding axis.
PrecedingSiblingAxis - class jd.xml.xpath.axis.PrecedingSiblingAxis.
PrecedingSiblingAxis represents the preceding-sibling axis.
PrecedingSiblingWalker - class jd.xml.xpath.model.walk.PrecedingSiblingWalker.
An iterator for the preceeding siblings of a node in document order.
PrecedingSiblingWalker() - Constructor for class jd.xml.xpath.model.walk.PrecedingSiblingWalker
 
PrecedingWalker - class jd.xml.xpath.model.walk.PrecedingWalker.
An iterator for the preceeding nodes of a node in document order.
PrecedingWalker() - Constructor for class jd.xml.xpath.model.walk.PrecedingWalker
 
PredicateExpression - class jd.xml.xpath.expr.path.PredicateExpression.
PredicateExpression represents a predicate that filters a nodeset resulting from another expression.
PredicateExpression(Expression, Expression, boolean) - Constructor for class jd.xml.xpath.expr.path.PredicateExpression
Create a PredicateExpression.
ProxyExpression - class jd.xml.xpath.expr.misc.ProxyExpression.
ProxyExpression wraps another expression.
ProxyExpression(Expression) - Constructor for class jd.xml.xpath.expr.misc.ProxyExpression
 
ProxyPattern - class jd.xml.xslt.pattern.ProxyPattern.
ProxyPattern wraps another pattern.
ProxyPattern(Pattern) - Constructor for class jd.xml.xslt.pattern.ProxyPattern
 
ProxyResultBuilder - class jd.xml.xslt.result.ProxyResultBuilder.
A ResultBuilder proxy.
ProxyResultBuilder(String) - Constructor for class jd.xml.xslt.result.ProxyResultBuilder
Create a ResultBuilder.
ProxyResultBuilder(String, ResultBuilder) - Constructor for class jd.xml.xslt.result.ProxyResultBuilder
Create a ResultBuilder.
PullParseHandler - class jd.xml.xpath.model.parse.PullParseHandler.
A ParseHandler for PullParsers.
PullParseHandler(Object) - Constructor for class jd.xml.xpath.model.parse.PullParseHandler
 
PullParseHandler(XmlPullParser) - Constructor for class jd.xml.xpath.model.parse.PullParseHandler
 
parent_ - Variable in class jd.xml.xpath.model.build.normal.Node
 
parenthesis(Expression, Expression) - Method in interface jd.xml.xpath.expr.ExpressionVisitor
 
parenthesis(Expression, Expression) - Method in class jd.xml.xpath.expr.visitor.ExprScreener
 
parenthesis(Expression, Expression) - Method in class jd.xml.xpath.expr.visitor.ExprSimplifier
 
parenthesis(Expression, Expression) - Method in class jd.xml.xpath.expr.visitor.ExprTreeWriter
 
parenthesis(Expression, Expression) - Method in class jd.xml.xpath.expr.visitor.ExprVisitorImpl
 
parenthesis(Expression, Expression) - Method in class jd.xml.xpath.expr.visitor.ExprWriter
 
parse(String) - Method in class jd.util.DateFormat
Parses a date from a string representation.
parse(XmlSource, NodeNamePool, ModelBuilder, int, boolean) - Method in class jd.xml.xpath.model.parse.ParseHandler
 
parse(XmlSource) - Method in class jd.xml.xpath.model.parse.ParseHandler
 
parse(XmlSource) - Method in class jd.xml.xpath.model.parse.PullParseHandler
 
parse(XmlSource) - Method in class jd.xml.xpath.model.parse.Sax1ParseHandler
 
parse(XmlSource) - Method in class jd.xml.xpath.model.parse.Sax2ParseHandler
 
parse(XPathNode) - Method in class jd.xml.xslt.parser.TemplateParser
Parse a template node, its children and siblings.
parse(XsltParseContext, String, boolean) - Static method in class jd.xml.xslt.parser.WhitespaceTest
 
parseAttribute(XPathNode, AttributeIterator) - Method in class jd.xml.xslt.parser.TemplateParser
parseAttributeValue(String) - Method in class jd.xml.xslt.parser.PatternParser
 
parseExcludeResultPrefixes(XPathNode) - Method in class jd.xml.xslt.parser.Parser
 
parseExpression(String) - Method in class jd.xml.xpath.parser.ExpressionParser
 
parseExpression(Scanner) - Method in class jd.xml.xpath.parser.ExpressionParser
Parse the production rule: Expr ::= OrExpr
parseExpression(String) - Method in class jd.xml.xslt.parser.PatternParser
 
parseExtensionElementPrefixes(XPathNode) - Method in class jd.xml.xslt.parser.Parser
 
parseNamespacePrefix(String) - Method in class jd.xml.xslt.parser.Parser
 
parseNodeNameTest(Scanner, String, boolean) - Method in class jd.xml.xpath.parser.ExpressionParser
 
parseNodeTest(String) - Method in class jd.xml.xpath.parser.ExpressionParser
 
parseNodeTest(Scanner) - Method in class jd.xml.xpath.parser.ExpressionParser
 
parseNodeTest(Scanner, String) - Method in class jd.xml.xpath.parser.ExpressionParser
 
parseOutputFormat(AttributeIterator, OutputFormatTemplate, boolean) - Method in class jd.xml.xslt.parser.TemplateParser
Parse a xsl:output or xsl:document instruction.
parsePattern(String) - Method in class jd.xml.xslt.parser.PatternParser
 
parseStylesheet(XmlSource) - Method in class jd.xml.xslt.parser.StylesheetParser
Parse a stylesheet.
parseVariable(XPathNode, int, AttributeIterator) - Method in class jd.xml.xslt.parser.TemplateParser
parseVariable(XPathNode, int, AttributeIterator, boolean) - Method in class jd.xml.xslt.parser.TemplateParser
 
parseVariable(XPathNode, int, Vector) - Method in class jd.xml.xslt.parser.TemplateParser
 
parseVariableReference(Scanner) - Method in class jd.xml.xpath.parser.ExpressionParser
 
pattern(Location, Pattern, String) - Method in class jd.xml.xslt.trace.Tracer
 
patternParsed(XsltParseContext, Pattern, String) - Method in interface jd.xml.xslt.parser.ParseListener
 
patternParsed(XsltParseContext, Pattern, String) - Method in class jd.xml.xslt.trace.TraceParseListener
 
patternParser_ - Variable in class jd.xml.xslt.parser.Parser
 
pattern_ - Variable in class jd.xml.xslt.pattern.ProxyPattern
 
popPreserveWhitespace() - Method in class jd.xml.xpath.model.parse.ParseHandler
 
pos_ - Variable in class jd.xml.xslt.result.output.ByteOutput
 
predicate(Expression, Expression, Expression, boolean) - Method in interface jd.xml.xpath.expr.ExpressionVisitor
 
predicate(Expression, Expression, Expression, boolean) - Method in class jd.xml.xpath.expr.visitor.ExprScreener
 
predicate(Expression, Expression, Expression, boolean) - Method in class jd.xml.xpath.expr.visitor.ExprSimplifier
 
predicate(Expression, Expression, Expression, boolean) - Method in class jd.xml.xpath.expr.visitor.ExprTreeWriter
 
predicate(Expression, Expression, Expression, boolean) - Method in class jd.xml.xpath.expr.visitor.ExprVisitorImpl
 
predicate(Expression, Expression, Expression, boolean) - Method in class jd.xml.xpath.expr.visitor.ExprWriter
 
prefix - Variable in class jd.xml.xpath.model.NodeName
 
prefix - Variable in class jd.xml.xslt.result.NamespaceSupport.Declaration
 
prepareTiming - Variable in class jd.xml.xslt.util.VerboseLog
 
preserve - Variable in class jd.xml.xslt.parser.WhitespaceTest
 
preserveSpace() - Method in class jd.xml.xpath.model.NodeName
Return if elements with this NodeName preserve whitespace text when transformed with a XSLT stylesheet.
preserveSpace - Variable in class jd.xml.xpath.model.build.ElementInfo
 
preserveSpace() - Method in class jd.xml.xpath.model.build.normal.CompositeNode
Return if a text child with whitespace text should be preserved.
preserveSpace() - Method in class jd.xml.xpath.model.build.normal.ElementNode
Return if a text child with whitespace text should be preserved.
preserveSpace() - Method in class jd.xml.xpath.model.build.normal.RootNode
Return if a text child with whitespace text should be preserved.
preserveSpaceStack_ - Variable in class jd.xml.xpath.model.parse.ParseHandler
 
preserveWhitespace_ - Variable in class jd.xml.xpath.model.parse.ParseHandler
 
prev() - Method in class jd.xml.xslt.util.VariableFrame
 
previous_ - Variable in class jd.xml.xpath.model.build.normal.TreeNode
 
principalNodeType_ - Variable in class jd.xml.xslt.pattern.StepPattern
 
print(char) - Method in class jd.io.TabWriter
 
print(Expression) - Method in class jd.xml.xpath.expr.visitor.ExprTreeWriter
 
print(Expression) - Method in class jd.xml.xpath.expr.visitor.ExprWriter
 
print(String) - Static method in class jd.xml.xpath.parser.Scanner
 
print(Pattern) - Method in class jd.xml.xslt.pattern.PatternWriter
 
printAttribute(String, String) - Method in class jd.xml.util.XmlWriter
Print an attribute.
printAttribute(String, String) - Method in class jd.xml.xslt.result.MarkupResultBuilder
 
printAttributeValue(String) - Method in class jd.xml.util.XmlWriter
Print a attribute value.
printChar(char) - Method in class jd.xml.xslt.result.output.CharOutput
 
printChar(char) - Method in interface jd.xml.xslt.result.output.Output
 
printChar(char) - Method in class jd.xml.xslt.result.output.Utf8ByteOutput
 
printCharReference(int, int) - Method in class jd.xml.xslt.result.MarkupResultBuilder
 
printCharReference(char, String, int, int) - Method in class jd.xml.xslt.result.MarkupResultBuilder
 
printChars(char[], int) - Method in class jd.xml.xslt.result.output.ByteOutput
 
printChars(char[], int) - Method in class jd.xml.xslt.result.output.CharOutput
 
printChars(char[], int) - Method in interface jd.xml.xslt.result.output.Output
 
printClose() - Method in class jd.xml.util.XmlWriter
Print '>'.
printCloseSlash() - Method in class jd.xml.util.XmlWriter
Print "/>".
printEqualsQuote() - Method in class jd.xml.util.XmlWriter
Print '="'.
printHelp() - Method in class jd.xml.xslt.CommandLine
 
printHelp() - Method in class jd.xml.xslt.Stylesheet.CmdLine
 
printHelpLine(String, String) - Method in class jd.xml.xslt.CommandLine
 
printIndent() - Method in class jd.xml.xslt.result.MarkupResultBuilder
 
printLineBreak() - Method in class jd.xml.xslt.result.HtmlResultBuilder
Inserts linebreaks if indent mode is on.
printLineBreak() - Method in class jd.xml.xslt.result.MarkupResultBuilder
 
printLineBreak() - Method in class jd.xml.xslt.result.XmlResultBuilder
Inserts linebreaks if indent mode is on.
printMemory(long) - Method in class jd.xml.xslt.util.VerboseLog
 
printMessage(String, String) - Method in class jd.xml.xslt.util.VerboseLog
 
printObject(String, Object) - Method in class jd.xml.xslt.util.VerboseLog
 
printOpen() - Method in class jd.xml.util.XmlWriter
Print '<'.
printOpenSlash() - Method in class jd.xml.util.XmlWriter
Print "printOptionsHelp(boolean, boolean) - Method in class jd.xml.xslt.CommandLine
 
printQuote() - Method in class jd.xml.util.XmlWriter
Print '"'.
printResult(XObject, XmlWriter) - Method in class jd.xml.xpath.tool.XPath
 
printSmallByte(char) - Method in class jd.xml.xslt.result.output.ByteOutput
 
printSmallByte(char) - Method in class jd.xml.xslt.result.output.CharOutput
 
printSmallByte(char) - Method in interface jd.xml.xslt.result.output.Output
 
printSmallBytes(char, int) - Method in class jd.xml.xslt.result.output.ByteOutput
 
printSmallBytes(char, int) - Method in class jd.xml.xslt.result.output.CharOutput
 
printSmallBytes(char, int) - Method in interface jd.xml.xslt.result.output.Output
 
printSpace() - Method in class jd.xml.util.XmlWriter
Print a single space character.
printStackTrace() - Method in class jd.util.ChainedException
Print a stack trace of this exception and any chained exception.
printStackTrace(PrintWriter) - Method in class jd.util.ChainedException
Print a stack trace of this excpetion and any Chained exception.
printStackTrace(PrintStream) - Method in class jd.util.ChainedException
Print a stack trace of this exception and any chained exception.
printStackTrace() - Method in class jd.util.ChainedRuntimeException
Print a stack trace of this exception and any chained exception.
printStackTrace(PrintWriter) - Method in class jd.util.ChainedRuntimeException
Print a stack trace of this excpetion and any Chained exception.
printStackTrace(PrintStream) - Method in class jd.util.ChainedRuntimeException
Print a stack trace of this exception and any chained exception.
printStackTrace() - Method in class jd.xml.xslt.parser.XsltParseException
Print a stack trace of this excpetion and any Chained exception.
printStackTrace(PrintWriter) - Method in class jd.xml.xslt.parser.XsltParseException
Print a stack trace of this excpetion and any Chained exception.
printStackTrace(PrintStream) - Method in class jd.xml.xslt.parser.XsltParseException
Print a stack trace of this excpetion and any Chained exception.
printString(String) - Method in class jd.xml.xslt.result.output.ByteOutput
 
printString(String) - Method in class jd.xml.xslt.result.output.CharOutput
 
printString(String) - Method in interface jd.xml.xslt.result.output.Output
 
printText(String) - Method in class jd.xml.util.XmlWriter
Print XML text.
printTiming() - Method in class jd.xml.xslt.util.VerboseLog
 
printTransformationInfo(VerboseLog) - Method in class jd.xml.xslt.CommandLine
 
printTransformationInfo(VerboseLog) - Method in class jd.xml.xslt.Stylesheet.CmdLine
 
printVerboseResult(XObject, XmlWriter) - Method in class jd.xml.xpath.tool.XPath
 
println(int) - Method in class jd.io.SourceWriter
 
println() - Method in class jd.io.TabWriter
 
println(boolean) - Method in class jd.io.TabWriter
 
println(char) - Method in class jd.io.TabWriter
 
println(int) - Method in class jd.io.TabWriter
 
println(long) - Method in class jd.io.TabWriter
 
println(float) - Method in class jd.io.TabWriter
 
println(double) - Method in class jd.io.TabWriter
 
println(char[]) - Method in class jd.io.TabWriter
 
println(String) - Method in class jd.io.TabWriter
 
println(Object) - Method in class jd.io.TabWriter
 
println() - Method in class jd.xml.xslt.result.MarkupResultBuilder
 
processForwardsCompatible() - Method in class jd.xml.xslt.parser.XsltParseContext
Return if processing is forwards compatible.
processingInstruction(XPathNode) - Method in interface jd.xml.xpath.model.NodeVisitor
 
processingInstruction(String, String) - Method in class jd.xml.xpath.model.parse.Sax1ParseHandler
 
processingInstruction(String, String) - Method in class jd.xml.xpath.model.parse.Sax2ParseHandler
 
processingInstruction(XPathNode) - Method in class jd.xml.xpath.model.visit.Serializer
 
processingInstruction(AttributeValue, Template) - Method in class jd.xml.xslt.parser.TextContentBuilder
 
processingInstruction(String, String) - Method in class jd.xml.xslt.result.pipe.Sax2ResultPipe
Receive notification of a processing instruction.
processingInstruction(AttributeValue, Template) - Method in class jd.xml.xslt.template.TemplateScreener
 
processingInstruction(AttributeValue, Template) - Method in interface jd.xml.xslt.template.TemplateVisitor
 
pushPreserveWhitespace(boolean) - Method in class jd.xml.xpath.model.parse.ParseHandler
 
put(int, Object) - Method in class jd.util.IntKeyHashtable
 
put(Object, int) - Method in class jd.util.IntValHashtable
 
putItem(XPathRootNode, Object, Object) - Method in class jd.xml.xslt.util.ModelCache
Cache a value associated with a document.
putResultTextRecorder(ResultTextRecorder) - Method in class jd.xml.xslt.XsltContext
 

Q

QNameTest - class jd.xml.xpath.axis.name.QNameTest.
A NodeTest to filter nodes that match a qualified name.
QNameTest(String, String, String) - Constructor for class jd.xml.xpath.axis.name.QNameTest
Create a QNameTest.
Quicksort - class jd.util.Quicksort.
A Quicksort implementation.
Quicksort() - Constructor for class jd.util.Quicksort
 
qname - Variable in class jd.xml.xpath.model.NodeName
 

R

RELATIONAL - Static variable in class jd.xml.xpath.expr.visitor.ExprPrecedence
 
ROOT - Static variable in interface jd.xml.xpath.model.XPathNode
 
Relate - class jd.xml.xpath.expr.compare.Relate.
A base class for relational comparisions.
Relate(Expression, Relation, Expression) - Constructor for class jd.xml.xpath.expr.compare.Relate
 
RelateNumbers - class jd.xml.xpath.expr.compare.RelateNumbers.
A Relate implementation for number expressiona.
RelateNumbers(Expression, Relation, Expression) - Constructor for class jd.xml.xpath.expr.compare.RelateNumbers
 
RelateObjectNumber - class jd.xml.xpath.expr.compare.RelateObjectNumber.
A Relate implementation which compares a variable or node-set with a number value.
RelateObjectNumber(Expression, Relation, Expression) - Constructor for class jd.xml.xpath.expr.compare.RelateObjectNumber
 
RelateObjects - class jd.xml.xpath.expr.compare.RelateObjects.
A Relate implementation which compares a variable or node-set with a number value.
RelateObjects(Expression, Relation, Expression) - Constructor for class jd.xml.xpath.expr.compare.RelateObjects
 
Relation - class jd.xml.xpath.object.Relation.
Relation represents the relational operators <, <=, > and >=.
ResolverChain - class jd.xml.util.resolver.ResolverChain.
A UriResolver which chains to other UriResolvers.
ResolverChain(UriResolver, UriResolver) - Constructor for class jd.xml.util.resolver.ResolverChain
 
ResultBuilder - class jd.xml.xslt.result.ResultBuilder.
A ResultBuilder takes care for the output of a XSLT transformation.
ResultBuilder(String) - Constructor for class jd.xml.xslt.result.ResultBuilder
Create a ResultBuilder.
ResultLevel - class jd.xml.xslt.result.ResultLevel.
A helper class to keep track of element context information for the current output level.
ResultLevel() - Constructor for class jd.xml.xslt.result.ResultLevel
 
ResultTextRecorder - class jd.xml.xslt.result.ResultTextRecorder.
A ResultBuilder to collect only the created text of a result.
ResultTextRecorder() - Constructor for class jd.xml.xslt.result.ResultTextRecorder
Create a ResultTextRecorder.
ResultTreeRecorder - class jd.xml.xslt.result.ResultTreeRecorder.
A ResultBuilder which records its method calls and can write them to another ResultBuilder.
ResultTreeRecorder() - Constructor for class jd.xml.xslt.result.ResultTreeRecorder
 
ReversePrecedingWalker - class jd.xml.xpath.model.walk.ReversePrecedingWalker.
An iterator for the preceding nodes in reverse document order.
ReversePrecedingWalker() - Constructor for class jd.xml.xpath.model.walk.ReversePrecedingWalker
 
RootAxis - class jd.xml.xpath.axis.RootAxis.
RootAxis represents the pseudo-axis for the document root.
RootNode - class jd.xml.xpath.model.build.normal.RootNode.
An implementation for the XPath root node.
RootNode(String, NodeNamePool, int) - Constructor for class jd.xml.xpath.model.build.normal.RootNode
 
RootPath - class jd.xml.xpath.expr.path.RootPath.
The RootPath represents the path expression "/".
RootPattern - class jd.xml.xslt.pattern.RootPattern.
RootPattern represents the root path pattern.
Round - class jd.xml.xpath.expr.function.Round.
Round represents the xpath core function "number round(number)".
Round() - Constructor for class jd.xml.xpath.expr.function.Round
 
read(InputStream) - Static method in class jd.io.FileUtil
Copy the data from src to the destination StringBuffer.
read(Reader) - Static method in class jd.io.FileUtil
Read the data from src.
read(File) - Static method in class jd.io.FileUtil
Read the data from src.
read(String) - Method in class jd.util.Config
Read the Config from the file.
read(String, ClassLoader) - Method in class jd.util.Config
Read the Config from a resource.
read(File) - Method in class jd.util.Config
Reads the Config values from the file.
read(InputStream) - Method in class jd.util.Config
Read the Config values from the Reader.
read(Reader) - Method in class jd.util.Config
Read the Config values from the Reader.
read(String) - Method in class jd.xml.xpath.model.ModelReader
Read a xml document.
read(XmlSource) - Method in class jd.xml.xpath.model.ModelReader
Read a xml document.
read(XmlSource, NodeNamePool) - Method in class jd.xml.xpath.model.ModelReader
Read a xml document.
readLines(InputStream) - Static method in class jd.io.FileUtil
Read the lines from an InputStream.
readLines(InputStream, boolean) - Static method in class jd.io.FileUtil
Read the lines from an InputStream.
rehash() - Method in class jd.util.IntKeyHashtable
 
rehash() - Method in class jd.util.IntValHashtable
 
relation_ - Variable in class jd.xml.xpath.expr.compare.Relate
 
remove(String) - Method in class jd.util.Config
Remove a key from the config.
remove(int) - Method in class jd.util.IntKeyHashtable
 
remove(Object) - Method in class jd.util.IntValHashtable
 
remove(String, NamespaceContext) - Static method in class jd.xml.xpath.model.NamespaceContext
Remove a NamespaceContext.
remove(String, ExcludedUris) - Static method in class jd.xml.xslt.parser.ExcludedUris
 
removeAll() - Method in class jd.util.Config
Remove all values from the config.
removeAllElements() - Method in class jd.util.IntVector
 
removeElement(int) - Method in class jd.util.IntVector
 
removeElementAt(int) - Method in class jd.util.IntVector
 
removeSubConfig(String) - Method in class jd.util.Config
Remove a subconfig.
replace(String, String, String) - Static method in class jd.util.StringUtil
 
replaceCurrentTemplateRule(Object) - Method in class jd.xml.xslt.XsltContext
Replace the current template rule.
replaceSubstring(int, String, String) - Static method in class jd.util.StringUtil
 
replicate(int, char) - Static method in class jd.util.StringUtil
 
reportInvalidAttribute() - Method in class jd.xml.xslt.parser.AttributeIterator
An invalid attribute was detected.
reportInvalidAttributeValue() - Method in class jd.xml.xslt.parser.AttributeIterator
An invalid attribute was detected.
reportInvalidChild(XPathNode, boolean) - Method in class jd.xml.xslt.parser.Parser
 
reportMissingAttribute(String) - Method in class jd.xml.xslt.parser.Parser
 
reportRecoverableError(String, Throwable) - Method in class jd.xml.xslt.XsltContext
 
reset() - Method in class jd.io.CharToByteConverter
 
reset() - Method in class jd.io.CharToByteUtf8
 
reset() - Method in class jd.xml.util.XmlSource
 
reset() - Method in class jd.xml.xslt.XsltResult
 
reset() - Method in class jd.xml.xslt.parser.XsltParseContext
 
reset() - Method in class jd.xml.xslt.result.NamespaceSupport
Reset the NamespaceSupport to the default state.
resetBuffer() - Method in class jd.io.TabWriter
 
resolve(String, BufferedReader) - Method in class jd.xml.util.resolver.ConvertingResolver
 
resolve(String, BufferedReader) - Method in class jd.xml.util.resolver.Text2XmlResolver
 
resolve(String, String) - Method in class jd.xml.xslt.trax.DefaultUriResolver
 
resolveUri(String, String) - Method in class jd.xml.util.DefaultUriResolver
Try to build a new uri from the href and baseUri parameter and open a InputStream from a file or an url.
resolveUri(String, String) - Method in interface jd.xml.util.UriResolver
Resolve a uri.
resolveUri(String, String, UriResolver) - Static method in class jd.xml.util.UriUtil
Resolve a uri.
resolveUri(String, String) - Method in class jd.xml.util.resolver.ConvertingResolver
 
resolveUri(String, String) - Method in class jd.xml.util.resolver.ResolverChain
 
resolveUri(String, String) - Method in class jd.xml.xslt.trax.UriResolverAdapter
 
restoreState() - Method in class jd.xml.xpath.XPathContext
Restore the last state.
resultBuilder_ - Variable in class jd.xml.xslt.result.ProxyResultBuilder
 
result_ - Variable in class jd.xml.xslt.result.MarkupResultBuilder
 
rhs_ - Variable in class jd.xml.xpath.expr.operator.BooleanOperator
 
rhs_ - Variable in class jd.xml.xpath.expr.operator.NodeSetOperator
 
rhs_ - Variable in class jd.xml.xpath.expr.operator.NumericOperator
 
root(Expression) - Method in interface jd.xml.xpath.expr.ExpressionVisitor
 
root(Expression) - Method in class jd.xml.xpath.expr.visitor.ExprSimplifier
 
root(Expression) - Method in class jd.xml.xpath.expr.visitor.ExprTreeWriter
 
root(Expression) - Method in class jd.xml.xpath.expr.visitor.ExprVisitorImpl
 
root(Expression) - Method in class jd.xml.xpath.expr.visitor.ExprWriter
 
root(XPathRootNode) - Method in interface jd.xml.xpath.model.NodeVisitor
 
root(XPathRootNode) - Method in class jd.xml.xpath.model.visit.Serializer
 
rootPattern(Pattern) - Method in class jd.xml.xslt.pattern.PatternClassifier
 
rootPattern(Pattern) - Method in interface jd.xml.xslt.pattern.PatternVisitor
 
rootPattern(Pattern) - Method in class jd.xml.xslt.pattern.PatternWriter
 
round(double) - Static method in class jd.xml.xpath.expr.function.Round
Round a double value.
run(String[]) - Static method in class jd.xml.xpath.tool.XPath
 

S

SELF_NODE - Static variable in class jd.xml.xpath.expr.path.AbbreviatedPaths
The path '.'
SLASH - Static variable in interface jd.xml.xpath.parser.TokenConstants
 
SLASHSLASH - Static variable in interface jd.xml.xpath.parser.TokenConstants
 
STRING_COMPARATOR - Static variable in interface jd.util.Comparator
A Comparator for String objects.
SYMBOL_DAY - Static variable in class jd.util.DateFormat
 
SYMBOL_MONTH - Static variable in class jd.util.DateFormat
 
SYMBOL_YEAR - Static variable in class jd.util.DateFormat
 
Sax1ParseHandler - class jd.xml.xpath.model.parse.Sax1ParseHandler.
A ParseHandler for SAX 1 Parsers.
Sax1ParseHandler() - Constructor for class jd.xml.xpath.model.parse.Sax1ParseHandler
 
Sax1ParseHandler(Parser) - Constructor for class jd.xml.xpath.model.parse.Sax1ParseHandler
 
Sax2ParseHandler - class jd.xml.xpath.model.parse.Sax2ParseHandler.
A ParseHandler for SAX 2 Parsers.
Sax2ParseHandler() - Constructor for class jd.xml.xpath.model.parse.Sax2ParseHandler
 
Sax2ParseHandler(XMLReader) - Constructor for class jd.xml.xpath.model.parse.Sax2ParseHandler
 
Sax2ResultPipe - class jd.xml.xslt.result.pipe.Sax2ResultPipe.
Sax2ResultPipe maps SAX events to a ResultBuilder.
Sax2ResultPipe(ResultBuilder, OutputFormat) - Constructor for class jd.xml.xslt.result.pipe.Sax2ResultPipe
 
SaxParseHandler - class jd.xml.xpath.model.parse.SaxParseHandler.
A base class for SAX ParseHandlers.
SaxParseHandler() - Constructor for class jd.xml.xpath.model.parse.SaxParseHandler
 
SaxResultBuilder - class jd.xml.xslt.result.SaxResultBuilder.
A SaxResultBuilder feeds the output into a Sax ContentHandler.
SaxResultBuilder(String, ContentHandler) - Constructor for class jd.xml.xslt.result.SaxResultBuilder
Create a SaxResultBuilder.
SaxResultBuilder(String, ContentHandler, LexicalHandler) - Constructor for class jd.xml.xslt.result.SaxResultBuilder
Create a SaxResultBuilder.
SaxUtil - class jd.xml.util.SaxUtil.
A collection of utility functions for the SAX API.
SaxUtil() - Constructor for class jd.xml.util.SaxUtil
 
Scanner - class jd.xml.xpath.parser.Scanner.
A Scanner to tokenize XPath expressions.
Scanner(String) - Constructor for class jd.xml.xpath.parser.Scanner
Create a Scanner for the given expression.
ScriptExtensionHandler - class jd.xml.xslt.extension.ScriptExtensionHandler.
An ExtensionHandler that maps extension functions to functions of a scripting language like javascript or vbscript.
ScriptExtensionHandler(String, String) - Constructor for class jd.xml.xslt.extension.ScriptExtensionHandler
Create a ScriptExtensionHandler
ScriptFunction - class jd.xml.xslt.extension.ScriptFunction.
A Xpath function that is evaluated by calling a script function.
ScriptFunction(String, int, BSFEngine) - Constructor for class jd.xml.xslt.extension.ScriptFunction
 
SelfAxis - class jd.xml.xpath.axis.SelfAxis.
SelfAxis represents the self axis.
Serializer - class jd.xml.xpath.model.visit.Serializer.
 
Serializer(XmlWriter) - Constructor for class jd.xml.xpath.model.visit.Serializer
 
SetFunctions - class jd.xml.xslt.extension.exslt.SetFunctions.
The Functions of the EXSLT Set Module.
SetFunctions() - Constructor for class jd.xml.xslt.extension.exslt.SetFunctions
 
SimpleEncoding - class jd.io.encoding.SimpleEncoding.
 
SimpleEncoding(String, String, int) - Constructor for class jd.io.encoding.SimpleEncoding
 
SimpleKeyList - class jd.util.SimpleKeyList.
SimpleKeyList represents a list of text-value pairs.
SimpleKeyList() - Constructor for class jd.util.SimpleKeyList
 
SimpleKeyList(Object, String) - Constructor for class jd.util.SimpleKeyList
 
SimpleKeyList(Object[], String[]) - Constructor for class jd.util.SimpleKeyList
 
SimpleKeyList(String[]) - Constructor for class jd.util.SimpleKeyList
 
SimpleKeyList(Vector) - Constructor for class jd.util.SimpleKeyList
 
SimpleLocationStep - class jd.xml.xpath.expr.path.SimpleLocationStep.
An LocationStep without predicate filters-
SimpleLocationStep(Axis, NodeTest) - Constructor for class jd.xml.xpath.expr.path.SimpleLocationStep
Create a new SimpleLocationStep.
SingleLevelNumbering - class jd.xml.xslt.format.SingleLevelNumbering.
 
SingleLevelNumbering(Pattern, Pattern) - Constructor for class jd.xml.xslt.format.SingleLevelNumbering
 
SingleNodeTypeTest - class jd.xml.xpath.axis.type.SingleNodeTypeTest.
Implements the node-tests "text()", "comment()" and "processing-instruction()".
SingleNodeTypeTest(int) - Constructor for class jd.xml.xpath.axis.type.SingleNodeTypeTest
Create a SingleNodeTypeTest.
Sort - class jd.xml.xslt.format.Sort.
Sort represents the xsl:sort instruction.
Sort(Expression, AttributeValue, AttributeValue, AttributeValue, AttributeValue) - Constructor for class jd.xml.xslt.format.Sort
 
SourceWriter - class jd.io.SourceWriter.
A TabWriter to write source code files.
SourceWriter(Writer) - Constructor for class jd.io.SourceWriter
Create a new SourceWriter.
SourceWriter(Writer, boolean) - Constructor for class jd.io.SourceWriter
Create a new SourceWriter.
StartsWith - class jd.xml.xpath.expr.function.StartsWith.
StartsWith represents the xpath core function "boolean starts-with(string, string)".
StartsWith() - Constructor for class jd.xml.xpath.expr.function.StartsWith
 
StaticExprContext - interface jd.xml.xslt.expr.StaticExprContext.
An StaticExprContext provides evaluation context information for XsltFunctions
StepPattern - class jd.xml.xslt.pattern.StepPattern.
StepPattern represents a location step pattern consisting of a NodeTest.
StepPattern(boolean, NodeTest) - Constructor for class jd.xml.xslt.pattern.StepPattern
 
StringComparator - class jd.util.StringComparator.
 
StringComparator() - Constructor for class jd.util.StringComparator
 
StringExpression - class jd.xml.xpath.expr.StringExpression.
StringExpression is an expression which evaluates to a string.
StringExpression() - Constructor for class jd.xml.xpath.expr.StringExpression
 
StringFunction - class jd.xml.xpath.expr.function.StringFunction.
A base class for all functions which evaluate to a String.
StringFunction() - Constructor for class jd.xml.xpath.expr.function.StringFunction
 
StringLength - class jd.xml.xpath.expr.function.StringLength.
StringLength represents the xpath core function "number string-length(string?)".
StringLength() - Constructor for class jd.xml.xpath.expr.function.StringLength
 
StringUtil - class jd.util.StringUtil.
A collection of string utility functions.
StringUtil() - Constructor for class jd.util.StringUtil
 
Stylesheet - class jd.xml.xslt.Stylesheet.
Stylesheet represents a XSL stylesheet.
Stylesheet() - Constructor for class jd.xml.xslt.Stylesheet
 
Stylesheet.CmdLine - class jd.xml.xslt.Stylesheet.CmdLine.
 
Stylesheet.CmdLine() - Constructor for class jd.xml.xslt.Stylesheet.CmdLine
 
StylesheetData - class jd.xml.xslt.parser.StylesheetData.
A class to store the parse results of a stylesheet.
StylesheetData() - Constructor for class jd.xml.xslt.parser.StylesheetData
 
StylesheetParser - class jd.xml.xslt.parser.StylesheetParser.
A stylesheet parser.
StylesheetParser() - Constructor for class jd.xml.xslt.parser.StylesheetParser
Create a StylesheetParser.
StylesheetParser(XsltSecurityManager) - Constructor for class jd.xml.xslt.parser.StylesheetParser
Create a StylesheetParser.
Substring - class jd.xml.xpath.expr.function.Substring.
Substring represents the xpath core function "string substring(string, number, number?)".
Substring() - Constructor for class jd.xml.xpath.expr.function.Substring
 
SubstringAfter - class jd.xml.xpath.expr.function.SubstringAfter.
SubstringAfter represents the xpath core function "string substring-after(string, string)".
SubstringAfter() - Constructor for class jd.xml.xpath.expr.function.SubstringAfter
 
SubstringBefore - class jd.xml.xpath.expr.function.SubstringBefore.
SubstringBefore represents the xpath core function "string substring-before(string, string)".
SubstringBefore() - Constructor for class jd.xml.xpath.expr.function.SubstringBefore
 
Subtract - class jd.xml.xpath.expr.operator.Subtract.
Subtract represents the '-' expression.
Subtract(Expression, Expression) - Constructor for class jd.xml.xpath.expr.operator.Subtract
 
Sum - class jd.xml.xpath.expr.function.Sum.
Sum represents the xpath core function "number sum(node-set)".
Sum() - Constructor for class jd.xml.xpath.expr.function.Sum
 
SystemProperty - class jd.xml.xslt.expr.SystemProperty.
SystemProperty represents the xslt function "string system-property(string)".
SystemProperty() - Constructor for class jd.xml.xslt.expr.SystemProperty
 
seal() - Method in class jd.xml.xpath.model.NodeNamePool
 
securityManager_ - Variable in class jd.xml.xslt.AbstractStylesheet
 
serialNumber_ - Variable in class jd.xml.xpath.model.build.normal.Node
 
serialize(Serializable) - Static method in class jd.io.FileUtil
 
set(String, String) - Method in class jd.util.Config
Map the key to the value.
setArguments(Expression[]) - Method in class jd.xml.xpath.expr.function.BooleanFunction
 
setArguments(Expression[]) - Method in interface jd.xml.xpath.expr.function.Function
Set the function arguments.
setArguments(Expression[]) - Method in class jd.xml.xpath.expr.function.NodeSetFunction
 
setArguments(Expression[]) - Method in class jd.xml.xpath.expr.function.NumericFunction
 
setArguments(Expression[]) - Method in class jd.xml.xpath.expr.function.StringFunction
 
setArguments(Expression[]) - Method in class jd.xml.xpath.expr.function.VariableFunction
 
setAttribute(String, Object) - Method in class jd.xml.xslt.trax.TransformerFactoryImpl
Throws an IllegalArgumentException since attributes are not supported.
setAttributes(AttributeNode[]) - Method in class jd.xml.xpath.model.build.normal.ComplexElementNode
Set the Attributes of this XPathNode.
setBoolean(String, boolean) - Method in class jd.util.Config
Map the key to the boolean value.
setCDataSectionElements(Hashtable) - Method in class jd.xml.xslt.format.OutputFormat
 
setCDataSectionName() - Method in class jd.xml.xpath.model.NodeName
Set if elements with this NodeName should output their text childs as cdata section.
setCDataSectionName(String, String, String) - Method in class jd.xml.xpath.model.NodeNamePool
 
setContext(XPathNode) - Method in class jd.xml.xpath.tool.XPath
Set the evaluation context: The context nodes is set to the given node, the context size and position is set to 1.
setCurrentAttribute(XPathNode) - Method in class jd.xml.xslt.parser.XsltParseContext
Set the current attribute.
setCurrentElement(XPathNode, boolean) - Method in class jd.xml.xslt.parser.Parser
Set the current parsed element (either a stylesheet or a literal element) and return an iterator for all relevant attributes of the element.
setCurrentElement(XPathNode) - Method in class jd.xml.xslt.parser.Parser
Calls setCurrentElement(element, true).
setCurrentElement(XPathNode) - Method in class jd.xml.xslt.parser.XsltParseContext
Set the current parsed element (either a stylesheet or a literal element).
setCurrentNode(XPathNode) - Method in class jd.xml.xslt.XsltContext
Set the current node.
setCurrentTemplateRule(Object) - Method in class jd.xml.xslt.XsltContext
Set the current template rule.
setCurrentTemplateRules(TemplateRuleList) - Method in class jd.xml.xslt.parser.XsltParseContext
 
setDeclarationId(int) - Method in class jd.xml.xpath.model.NamespaceContext
Set the declaration id of this NamespaceContext.
setDeclarationIds(NamespaceContext, int) - Static method in class jd.xml.xpath.model.NamespaceContext
Loop through the namespace chain and set the declaration id of all NamespaceContexts who have no declaration id, until the chain ends or a NamespaceContext with a declaration id is encountered.
setDefaultCurrentTemplateRules() - Method in class jd.xml.xslt.parser.XsltParseContext
 
setDocId(int) - Method in class jd.xml.xpath.object.XNodeSet
Set the document id of the nodes in this nodeSet.
setDocumentBaseUri(String) - Method in class jd.xml.xslt.parser.XsltParseContext
Set the base uri of the current parsed stylesheet document.
setDocumentLocator(Locator) - Method in class jd.xml.xpath.model.parse.SaxParseHandler
 
setDocumentLocator(Locator) - Method in class jd.xml.xslt.result.pipe.Sax2ResultPipe
Receive an object for locating the origin of SAX document events.
setDouble(String, double) - Method in class jd.util.Config
Map the key to the double value.
setElementAt(int, int) - Method in class jd.util.IntVector
 
setEntityResolver(EntityResolver) - Method in class jd.xml.xpath.model.parse.ParseHandler
 
setEntityResolver(EntityResolver) - Method in class jd.xml.xpath.model.parse.PullParseHandler
 
setEntityResolver(EntityResolver) - Method in class jd.xml.xpath.model.parse.Sax1ParseHandler
 
setEntityResolver(EntityResolver) - Method in class jd.xml.xpath.model.parse.Sax2ParseHandler
 
setEntityResolver(EntityResolver) - Method in class jd.xml.xslt.IdentityTransformation
Set a EntityResolver.
setEntityResolver(EntityResolver) - Method in class jd.xml.xslt.Stylesheet
Set the EntityResolver.
setEntityResolver(EntityResolver) - Method in class jd.xml.xslt.Transformation
Set a EntityResolver.
setEntityResolver(EntityResolver) - Method in class jd.xml.xslt.TransformationChain
Set an EntityResolver.
setEntityResolver(EntityResolver) - Method in class jd.xml.xslt.parser.StylesheetParser
Set a EntityResolver.
setError() - Method in class jd.io.TabWriter
Indicate that an error has occurred.
setErrorListener(ErrorListener) - Method in class jd.xml.xslt.trax.TransformerFactoryImpl
Set the error event listener for the TransformerFactory, which is used for the processing of transformation instructions,
setErrorListener(ErrorListener) - Method in class jd.xml.xslt.trax.TransformerImpl
Set the error event listener in effect for the transformation.
setException(Throwable) - Method in class jd.util.ChainedException
Set the chained exception.
setException(Throwable) - Method in class jd.util.ChainedRuntimeException
Set the chained exception.
setExcludedNamespace(String) - Method in class jd.xml.xslt.parser.XsltParseContext
Mark a namespace as excluded for the current element.
setExtensionNamespace(String) - Method in class jd.xml.xslt.parser.XsltParseContext
Mark a namespace as extension namespace for the current element.
setFeature(XMLReader, String, boolean) - Static method in class jd.xml.util.SaxUtil
A helper method to set a SAX feature of a XMLReader.
setFile(String, File) - Method in class jd.util.Config
Set the file value for a key.
setFirstChild(TreeNode) - Method in class jd.xml.xpath.model.build.normal.CompositeNode
 
setFormat(AttributeValue, AttributeValue, AttributeValue) - Method in class jd.xml.xslt.format.Numbering
 
setGlobalInstance(XsltSecurityManager) - Static method in class jd.xml.xslt.XsltSecurityManager
Set the global security manager.
setGlobalVariable(int, XObject) - Method in class jd.xml.xslt.XsltContext
Set the value of a global variable.
setGlobalVariables(Variable[], int) - Method in class jd.xml.xslt.parser.StylesheetData
Set the global variables, i.e.
setIdElement(String, ElementNode) - Method in class jd.xml.xpath.model.build.normal.RootNode
Map an id to an element
setInTailRecursion(boolean) - Method in class jd.xml.xslt.XsltContext
 
setIndex(int) - Method in class jd.xml.xpath.model.NamespaceContext
Set the index of the NamespaceContext.
setInstance(ModelBuilderFactory) - Static method in class jd.xml.xpath.model.build.ModelBuilderFactory
Set the global ModelBuilderFactory instance.
setInt(String, int) - Method in class jd.util.Config
Map the key to the int value.
setKeyMaps(XPathRootNode, KeyMap[]) - Method in class jd.xml.xslt.util.ModelCache
Set the KeyMaps of a document.
setKeys(Hashtable) - Method in class jd.xml.xslt.parser.StylesheetData
 
setLength(int) - Method in class jd.util.TextBuffer
 
setLineNumberMap(LineNumberMap) - Method in class jd.xml.xpath.model.build.normal.RootNode
 
setLineSeparator(String) - Method in class jd.io.TabWriter
Set characters used to separate lines.
setLocalVariable(int, XObject) - Method in class jd.xml.xslt.XsltContext
Set the value of a local variable.
setLocalVariableFrame(VariableFrame, XObject[]) - Method in class jd.xml.xslt.XsltContext
 
setLong(String, long) - Method in class jd.util.Config
Map the key to the long value.
setMaxLocalParameterCount(int) - Method in class jd.xml.xslt.parser.StylesheetData
Set the maximum number of parameters among all templates.
setMaxLocalVariableCount(int) - Method in class jd.xml.xslt.parser.StylesheetData
Set the maximum number of local variables and parameters among all templates.
setMessageListener(MessageListener) - Method in class jd.xml.xslt.AbstractStylesheet
Specify a message listener that gets invoked if a xsl:message instruction is processed.
setMessageListener(MessageListener) - Method in class jd.xml.xslt.IdentityTransformation
Set a MessageListener.
setMessageListener(MessageListener) - Method in class jd.xml.xslt.Transformation
Set a MessageListener.
setMessageListener(MessageListener) - Method in class jd.xml.xslt.TransformationChain
Set a MessageListener.
setModelBuilder(ModelBuilder) - Method in class jd.xml.xpath.model.ModelReader
 
setModelName(String) - Method in class jd.xml.xslt.util.VerboseLog
 
setMultiDocId() - Method in class jd.xml.xpath.object.XNodeSet
Set the document id of the nodes in this nodeSet.
setName(NodeName) - Method in class jd.xml.xpath.model.build.ElementInfo
 
setNamespaceContext(NamespaceContext) - Method in class jd.xml.xpath.model.build.ModelBuilder
 
setNamespaceContext(NamespaceContext) - Method in class jd.xml.xslt.template.OutputFormatTemplate
Set the namespace context of the OutputFormatTemplate instruction.
setNextDocumentId(int) - Method in class jd.xml.xpath.model.ModelReader
Set the document id for the next document.
setNextLocalVariableFrame() - Method in class jd.xml.xslt.XsltContext
 
setNextNode(XPathNode) - Method in class jd.xml.xpath.XPathContext
Set the context node and increase the position by 1.
setNextSibling(TreeNode) - Method in class jd.xml.xpath.model.build.normal.TreeNode
 
setNode(XPathNode) - Method in class jd.xml.xpath.XPathContext
Set the context node.
setNode(XPathNode, int) - Method in class jd.xml.xpath.object.XCountNodeSet
 
setNodeNamePool(NodeNamePool) - Method in class jd.xml.xslt.parser.StylesheetData
 
setOption(int, String) - Method in class jd.xml.xslt.format.OutputFormat
Set the value of an option.
setOption(String, String) - Method in class jd.xml.xslt.format.OutputFormat
Set the value of an option.
setOption(int, AttributeValue) - Method in class jd.xml.xslt.template.OutputFormatTemplate
 
setOutputProperties(Properties) - Method in class jd.xml.xslt.trax.TransformerImpl
Set the output properties for the transformation.
setOutputProperty(String, String) - Method in class jd.xml.xslt.trax.TransformerImpl
Set an output property that will be in effect for the transformation.
setParameter(String, Object) - Method in class jd.xml.xslt.AbstractStylesheet
Set the value of a top-level parameter.
setParameter(String, String, Object) - Method in class jd.xml.xslt.AbstractStylesheet
Set the value of a top-level parameter with a qualified name.
setParameter(String, Object) - Method in class jd.xml.xslt.IdentityTransformation
Does nothing.
setParameter(String, Object) - Method in class jd.xml.xslt.Transformation
Set the value of a top-level parameter.
setParameter(String, Object) - Method in class jd.xml.xslt.TransformationChain
Set the value of a top-level parameter.
setParameter(String, Object) - Method in class jd.xml.xslt.trax.TransformerImpl
Add a parameter for the transformation.
setParameterInternal(String, XObject) - Method in class jd.xml.xslt.AbstractStylesheet
Set the value of an global parameter.
setParameterInternal(String, XObject) - Method in class jd.xml.xslt.Stylesheet
 
setParseListener(ParseListener) - Method in class jd.xml.xslt.parser.PatternParser
Set a ParseListener.
setParseListener(ParseListener) - Method in class jd.xml.xslt.parser.StylesheetParser
Set a ParseListener.
setParseListener(ParseListener) - Method in class jd.xml.xslt.parser.TemplateParser
Set a ParseListener.
setParser(Object) - Method in class jd.xml.util.XmlSource
Set the Parser that should be used to parse the xml document denoted by this XmlSource.
setParser(Object) - Method in class jd.xml.xpath.model.ModelReader
Set a new parser object.
setPosition(int) - Method in class jd.xml.xpath.XPathContext.State
 
setPosition(int) - Method in class jd.xml.xpath.XPathContext
Set the context position.
setPreserveSpace(boolean) - Method in class jd.xml.xpath.model.NodeName
Setup the whitespace preserve flag.
setPreserveSpace(String, String, String, boolean) - Method in class jd.xml.xpath.model.NodeNamePool
 
setPreserveSpace(String, String, boolean) - Method in class jd.xml.xpath.model.NodeNamePool
 
setPrevLocalVariableFrame() - Method in class jd.xml.xslt.XsltContext
 
setPrevious(XPathContext.State) - Method in class jd.xml.xpath.XPathContext.State
 
setProcessingMode(boolean) - Method in class jd.xml.xslt.parser.XsltParseContext
Set the processing mode.
setProperties(String) - Method in class jd.xml.xpath.model.build.ModelBuilderFactory
Set the factory dependent properties.
setProperty(XMLReader, String, Object) - Static method in class jd.xml.util.SaxUtil
A helper method to set a SAX property of a XMLReader.
setProperty(String) - Method in class jd.xml.xpath.model.build.ModelBuilderFactory
Set a factory dependent property.
setProperty(String, String) - Method in class jd.xml.xpath.model.build.ModelBuilderFactory
Set a factory dependent property.
setProperty(String, String) - Method in class jd.xml.xpath.model.build.normal.NormalModelBuilderFactory
 
setResult(Result) - Method in class jd.xml.xslt.trax.TransformerHandlerImpl
 
setSecurityManager(XsltSecurityManager) - Method in class jd.xml.xslt.AbstractStylesheet
Set the security manager of the stylesheet.
setSecurityManager(XsltSecurityManager) - Method in class jd.xml.xslt.IdentityTransformation
Set the SecurityManager.
setSecurityManager(XsltSecurityManager) - Method in class jd.xml.xslt.Transformation
Set the SecurityManager.
setSecurityManager(XsltSecurityManager) - Method in class jd.xml.xslt.TransformationChain
Set the SecurityManager.
setSerialNumber(int) - Method in class jd.xml.xpath.model.build.normal.Node
 
setSize(int) - Method in class jd.util.IntVector
 
setSize(int) - Method in class jd.xml.xpath.XPathContext.State
 
setSize(int) - Method in class jd.xml.xpath.XPathContext
Set the context size.
setStylesheetNamePool(NodeNamePool) - Method in class jd.xml.xslt.parser.XsltParseContext
Set the NodeNamePool of the stylesheet documents.
setSystemId(String) - Method in class jd.xml.xslt.trax.TemplatesHandlerImpl
 
setSystemId(String) - Method in class jd.xml.xslt.trax.TransformerHandlerImpl
 
setSystemId(String) - Method in class jd.xml.xslt.trax.TraxModelXmlSource
 
setTabChars(String) - Method in class jd.io.TabWriter
Set the string used for a tab.
setTempVariableValues(XObject[]) - Method in class jd.xml.xslt.XsltContext
 
setTemplateRule(TemplateRule) - Method in class jd.xml.xslt.template.CallTemplate
Set the template rule.
setTemplateRules(Vector, Hashtable) - Method in class jd.xml.xslt.parser.StylesheetData
Set the list of the default (=modeless) template rules.
setTrace(boolean) - Method in class jd.xml.xslt.IdentityTransformation
Do nothing.
setTrace(boolean) - Method in class jd.xml.xslt.Stylesheet
Set if transformations should be traced.
setTrace(boolean) - Method in class jd.xml.xslt.Transformation
Set if transformations should be traced.
setTrace(boolean) - Method in class jd.xml.xslt.TransformationChain
Set if transformations should be traced.
setTransformationOptions(Transformation) - Method in class jd.xml.xslt.CommandLine
 
setURIResolver(URIResolver) - Method in class jd.xml.xslt.trax.TransformerFactoryImpl
Set the URIResolver.
setURIResolver(URIResolver) - Method in class jd.xml.xslt.trax.TransformerImpl
Set an object that will be used to resolve URIs used in document().
setUri(String) - Method in class jd.xml.xpath.model.NamespaceContext
Set the uri of this NamespaceContext.
setUriResolver(UriResolver) - Method in class jd.xml.xslt.IdentityTransformation
Set a UriResolver.
setUriResolver(UriResolver) - Method in class jd.xml.xslt.Stylesheet
Set a UriResolver.
setUriResolver(UriResolver) - Method in class jd.xml.xslt.Transformation
Set a UriResolver.
setUriResolver(UriResolver) - Method in class jd.xml.xslt.TransformationChain
Set an UriResolver.
setUriResolver(UriResolver) - Method in class jd.xml.xslt.parser.StylesheetParser
Set a UriResolver.
setUriResolver(UriResolver) - Method in class jd.xml.xslt.util.ModelCache
Set the UriResolver.
setValidate(boolean) - Method in class jd.xml.xslt.IdentityTransformation
Set if xml documents should be validated.
setValidate(boolean) - Method in class jd.xml.xslt.Stylesheet
Set if xml documents should be validated.
setValidate(boolean) - Method in class jd.xml.xslt.Transformation
Set if xml documents should be validated.
setValidate(boolean) - Method in class jd.xml.xslt.TransformationChain
Set if xml documents should be validated.
setValidating(XMLReader, boolean) - Static method in class jd.xml.util.SaxUtil
Specifies that the parser will validate documents as they are parsed.
setValidating(boolean) - Method in class jd.xml.xpath.model.parse.ParseHandler
 
setValidating(boolean) - Method in class jd.xml.xpath.model.parse.PullParseHandler
 
setValidating(boolean) - Method in class jd.xml.xpath.model.parse.Sax1ParseHandler
 
setValidating(boolean) - Method in class jd.xml.xpath.model.parse.Sax2ParseHandler
 
setValues(XObject[]) - Method in class jd.xml.xslt.util.VariableFrame
 
setVariable(String, boolean) - Method in class jd.xml.xpath.tool.XPath
Set a variable to a boolean value.
setVariable(String, String) - Method in class jd.xml.xpath.tool.XPath
Set a variable to a String value.
setVariable(String, double) - Method in class jd.xml.xpath.tool.XPath
Set a variable to a number value.
setVariable(String, XObject) - Method in class jd.xml.xpath.tool.XPath
Set a variable to a generic value.
setVariableName(Variable) - Method in class jd.xml.xslt.template.Variable
Exchange the VariableName.
setVerbose(boolean) - Method in class jd.xml.xslt.Transformation
Turn verbose mode on or off.
setVerboseLog(VerboseLog) - Method in class jd.xml.xslt.AbstractStylesheet
Set the verbose log.
setVerboseLog(VerboseLog) - Method in class jd.xml.xslt.IdentityTransformation
Set the verbose log.
setVerboseLog(VerboseLog) - Method in class jd.xml.xslt.Transformation
Set the verbose log.
setVerboseLog(VerboseLog) - Method in class jd.xml.xslt.TransformationChain
Set the verbose log.
setVerboseLog(VerboseLog) - Method in class jd.xml.xslt.parser.StylesheetParser
Set the verbose log.
setVersion(String) - Method in class jd.xml.xslt.parser.XsltParseContext
Set the version and processing mode derived from the version number.
setWarningLevel(int) - Method in class jd.xml.xslt.AbstractStylesheet
Set the warning level.
setWarningLevel(int) - Method in class jd.xml.xslt.IdentityTransformation
Do nothing.
setWarningLevel(int) - Method in class jd.xml.xslt.Transformation
Set the warning level.
setWarningLevel(int) - Method in class jd.xml.xslt.TransformationChain
Set the warning level.
setWhitespaceTests(WhitespaceTest[]) - Method in class jd.xml.xslt.parser.StylesheetData
 
setup(XmlSource) - Method in class jd.xml.xslt.Stylesheet
Setup the stylesheet from the given stylesheet document.
setup(StylesheetData) - Method in class jd.xml.xslt.Stylesheet
Setup the stylesheet from the given stylesheet data.
setup(int) - Method in class jd.xml.xslt.template.TemplateRuleList
 
showMessage(String) - Method in class jd.xml.xslt.XsltContext
Show a message.
simplify(Expression) - Method in class jd.xml.xpath.expr.visitor.ExprSimplifier
 
size() - Method in class jd.util.Config
Return the number of values not counting any subconfigs.
size(boolean) - Method in class jd.util.Config
Return the number of values.
size() - Method in class jd.util.IntKeyHashtable
 
size() - Method in class jd.util.IntValHashtable
 
size() - Method in class jd.util.IntVector
 
size() - Method in interface jd.util.KeyList
 
size() - Method in class jd.util.SimpleKeyList
 
size() - Method in class jd.xml.xpath.model.NodeNamePool
Return the number of NodeNames in the pool (NodeNames with same name and uri are treated as equal).
size() - Method in class jd.xml.xpath.object.XConvertibleNodeSet
Return the size of the NodeSet.
size() - Method in class jd.xml.xpath.object.XCountNodeSet
 
size() - Method in class jd.xml.xpath.object.XEmptyNodeSet
Return 0.
size() - Method in class jd.xml.xpath.object.XListNodeSet
Return the NodeSet size.
size() - Method in class jd.xml.xpath.object.XNodeSet
Return the size of the NodeSet.
size() - Method in class jd.xml.xpath.object.XSingleNodeSet
Return 0 or 1.
size() - Method in class jd.xml.xpath.object.XSumNodeSet
 
size() - Method in class jd.xml.xslt.TransformationChain
Return the number of transformations.
size() - Method in class jd.xml.xslt.expr.XResultTreeFragment
Return 1.
size() - Method in class jd.xml.xslt.expr.XTextContentFragment
Return 1.
size() - Method in class jd.xml.xslt.parser.LocalVariableNames
Return the number of variable names.
size() - Method in class jd.xml.xslt.result.AttributeList
Return the list size.
skippedEntity(String) - Method in class jd.xml.xpath.model.parse.Sax2ParseHandler
Receive notification of a skipped entity.
skippedEntity(String) - Method in class jd.xml.xslt.result.pipe.Sax2ResultPipe
Receive notification of a skipped entity.
sort(Comparator, Object[]) - Static method in class jd.util.Quicksort
Sort the array using the given comparator.
sort(Comparator, Object[], int, int) - Static method in class jd.util.Quicksort
Sort the array using the given comparator.
sort(XPathNode[], int) - Method in class jd.xml.xpath.model.NodeComparator
 
sort() - Method in class jd.xml.xpath.object.XListNodeSet
Sort the nodeset.
sort() - Method in class jd.xml.xpath.object.XMutableNodeSet
Sort the nodeset.
sort(XsltContext, XNodeSet) - Method in class jd.xml.xslt.format.Sort
 
sort(XsltParseContext, Variable[]) - Method in class jd.xml.xslt.parser.VariableSorter
 
sort(XsltSortable[], int) - Static method in class jd.xml.xslt.util.XsltSortable
Sort the objects.
split(String, String) - Static method in class jd.util.StringUtil
 
split(String, int) - Static method in class jd.util.StringUtil
 
start(Node) - Method in class jd.xml.util.DescendantsEnum
 
start() - Method in class jd.xml.xslt.parser.AttributeIterator
 
start() - Method in class jd.xml.xslt.trace.Tracer
 
startBuild(String, NodeNamePool, int, ModelLocator, boolean) - Method in class jd.xml.xpath.model.build.ModelBuilder
 
startBuild(String, NodeNamePool, int, ModelLocator, boolean) - Method in class jd.xml.xpath.model.build.normal.NormalModelBuilder
Receive notification of the beginning of a document.
startCDATA() - Method in class jd.xml.xpath.model.parse.Sax2ParseHandler
 
startCDATA() - Method in class jd.xml.xslt.result.pipe.Sax2ResultPipe
Report the start of a CDATA section.
startDTD(String, String, String) - Method in class jd.xml.xpath.model.parse.Sax2ParseHandler
 
startDTD(String, String, String) - Method in class jd.xml.xslt.result.pipe.Sax2ResultPipe
Report the start of DTD declarations, if any.
startDocument() - Method in class jd.xml.xpath.model.parse.SaxParseHandler
 
startDocument(OutputFormat) - Method in class jd.xml.xslt.result.CanXmlResultBuilder
Start the document.
startDocument(OutputFormat) - Method in class jd.xml.xslt.result.DefaultResultBuilder
Start the document output.
startDocument(OutputFormat) - Method in class jd.xml.xslt.result.DomResultBuilder
Start the document.
startDocument(OutputFormat) - Method in class jd.xml.xslt.result.EmptyResultBuilder
 
startDocument(OutputFormat) - Method in class jd.xml.xslt.result.HtmlResultBuilder
Start the document.
startDocument(OutputFormat) - Method in class jd.xml.xslt.result.MarkupResultBuilder
 
startDocument(OutputFormat) - Method in class jd.xml.xslt.result.ModelResultBuilder
Start the document output.
startDocument(OutputFormat) - Method in class jd.xml.xslt.result.ProxyResultBuilder
Start the document.
startDocument(OutputFormat) - Method in class jd.xml.xslt.result.ResultBuilder
Start the document output.
startDocument(OutputFormat) - Method in class jd.xml.xslt.result.ResultTextRecorder
Start the document.
startDocument(OutputFormat) - Method in class jd.xml.xslt.result.ResultTreeRecorder
 
startDocument(OutputFormat) - Method in class jd.xml.xslt.result.SaxResultBuilder
Start the document.
startDocument(OutputFormat) - Method in class jd.xml.xslt.result.TextResultBuilder
Start the document.
startDocument(OutputFormat) - Method in class jd.xml.xslt.result.XmlResultBuilder
Start the document.
startDocument() - Method in class jd.xml.xslt.result.pipe.Sax2ResultPipe
Receive notification of the beginning of a document.
startDocument() - Method in class jd.xml.xslt.trax.TemplatesHandlerImpl
 
startDocument() - Method in class jd.xml.xslt.trax.TransformerHandlerImpl
 
startElement(ElementInfo) - Method in class jd.xml.xpath.model.build.ModelBuilder
 
startElement(ElementInfo) - Method in class jd.xml.xpath.model.build.normal.NormalModelBuilder
Receive notification of the beginning of an element.
startElement(String, AttributeList) - Method in class jd.xml.xpath.model.parse.Sax1ParseHandler
Receive notification of the beginning of an element.
startElement(String, String, String, Attributes) - Method in class jd.xml.xpath.model.parse.Sax2ParseHandler
Receive notification of the beginning of an element.
startElement(AttributeValue, AttributeValue, NamespaceContext, AttributeSet[]) - Method in class jd.xml.xslt.parser.TextContentBuilder
 
startElement(NodeName, NamespaceContext, AttributeSet[], LiteralAttribute) - Method in class jd.xml.xslt.parser.TextContentBuilder
Start a literal element.
startElement(String, String, NamespaceContext, boolean) - Method in class jd.xml.xslt.result.CanXmlResultBuilder
Start a element output.
startElement(String, String, NamespaceContext, boolean) - Method in class jd.xml.xslt.result.DomResultBuilder
Start an element output.
startElement(String, String, NamespaceContext, boolean) - Method in class jd.xml.xslt.result.EmptyResultBuilder
 
startElement(String, String, NamespaceContext, boolean) - Method in class jd.xml.xslt.result.HtmlResultBuilder
Start a element output.
startElement(String, String, NamespaceContext, boolean) - Method in class jd.xml.xslt.result.ModelResultBuilder
Start an element output.
startElement(String, NamespaceContext, NamespaceContext) - Method in class jd.xml.xslt.result.NamespaceSupport
Called when a new element starts.
startElement(String, String, NamespaceContext, boolean) - Method in class jd.xml.xslt.result.ProxyResultBuilder
Start an element output.
startElement(String) - Method in class jd.xml.xslt.result.ResultBuilder
Start an element output.
startElement(String, String, NamespaceContext, boolean) - Method in class jd.xml.xslt.result.ResultBuilder
Start an element output.
startElement(String, String, NamespaceContext, boolean) - Method in class jd.xml.xslt.result.ResultTextRecorder
 
startElement(String, String, NamespaceContext, boolean) - Method in class jd.xml.xslt.result.ResultTreeRecorder
 
startElement(String, String, NamespaceContext, boolean) - Method in class jd.xml.xslt.result.SaxResultBuilder
Start an element output.
startElement(String, String, NamespaceContext, boolean) - Method in class jd.xml.xslt.result.TextResultBuilder
Does nothing.
startElement(String, String, NamespaceContext, boolean) - Method in class jd.xml.xslt.result.XmlResultBuilder
Start a element output.
startElement(String, String, String, Attributes) - Method in class jd.xml.xslt.result.pipe.Sax2ResultPipe
Receive notification of the beginning of an element.
startElement(AttributeValue, AttributeValue, NamespaceContext, AttributeSet[]) - Method in class jd.xml.xslt.template.TemplateScreener
 
startElement(NodeName, NamespaceContext, AttributeSet[], LiteralAttribute) - Method in class jd.xml.xslt.template.TemplateScreener
 
startElement(AttributeValue, AttributeValue, NamespaceContext, AttributeSet[]) - Method in interface jd.xml.xslt.template.TemplateVisitor
 
startElement(NodeName, NamespaceContext, AttributeSet[], LiteralAttribute) - Method in interface jd.xml.xslt.template.TemplateVisitor
 
startEntity(String) - Method in class jd.xml.xpath.model.parse.Sax2ParseHandler
 
startEntity(String) - Method in class jd.xml.xslt.result.pipe.Sax2ResultPipe
Report the beginning of some internal and external XML entities.
startLowerCase(String) - Static method in class jd.util.StringUtil
Return a string which starts with an lowercase character.
startNewState() - Method in class jd.xml.xpath.XPathContext
Backup the current state and start a new one.
startNewState(XPathContext.State) - Method in class jd.xml.xpath.XPathContext
Backup the current state and start a new one.
startParseStylesheet(XsltParseContext, XPathRootNode) - Method in interface jd.xml.xslt.parser.ParseListener
 
startParseStylesheet(XsltParseContext, XPathRootNode) - Method in class jd.xml.xslt.trace.TraceParseListener
 
startParseTemplate(String, int) - Method in class jd.xml.xslt.parser.XsltParseContext
Signal that parsing of a template rule has started.
startParseTemplateLevel() - Method in class jd.xml.xslt.parser.XsltParseContext
Signal that parsing of a template element and all of its sibling has started.
startPrefixMapping(String, String) - Method in class jd.xml.xpath.model.parse.Sax2ParseHandler
Begin the scope of a prefix-URI Namespace mapping.
startPrefixMapping(String, String) - Method in class jd.xml.xslt.result.pipe.Sax2ResultPipe
Begin the scope of a prefix-URI Namespace mapping.
startTimer() - Method in class jd.xml.xslt.util.VerboseLog.Timing
 
startTimer() - Method in class jd.xml.xslt.util.VerboseLog
 
startUpperCase(String) - Static method in class jd.util.StringUtil
Return a string which starts with an uppercase character.
startsSurrogatePair(char) - Static method in class jd.xml.util.XmlUtil
Test if a character is the first of a unicode surrogate pair.
startsWith(String) - Method in class jd.util.Arguments
Return if the next argument starts with the given string.
stepPattern(Pattern, int, NodeTest, Expression[], int, int) - Method in class jd.xml.xslt.pattern.PatternClassifier
 
stepPattern(Pattern, int, NodeTest, Expression[], int, int) - Method in interface jd.xml.xslt.pattern.PatternVisitor
 
stepPattern(Pattern, int, NodeTest, Expression[], int, int) - Method in class jd.xml.xslt.pattern.PatternWriter
 
stopAtUnexpectedChar() - Method in class jd.xml.xpath.parser.Scanner
 
stopTimer() - Method in class jd.xml.xslt.util.VerboseLog.Timing
 
stringValue(Node) - Method in class jd.xml.xslt.extension.JavaXsltContext
Throws an expection since the XPath model used by jd.xslt is not a DOM model Use XPathNode.getXpValue() instead.
stringValue(Node) - Method in interface org.w3c.xsl.XSLTContext
Returns the string-value of the specified Node.
stripWhitespace(Document) - Static method in class jd.xml.util.DomUtil
 
subtract(Expression, Expression, Expression) - Method in interface jd.xml.xpath.expr.ExpressionVisitor
 
subtract(Expression, Expression, Expression) - Method in class jd.xml.xpath.expr.visitor.ExprPrecedence
 
subtract(Expression, Expression, Expression) - Method in class jd.xml.xpath.expr.visitor.ExprScreener
 
subtract(Expression, Expression, Expression) - Method in class jd.xml.xpath.expr.visitor.ExprSimplifier
 
subtract(Expression, Expression, Expression) - Method in class jd.xml.xpath.expr.visitor.ExprTreeWriter
 
subtract(Expression, Expression, Expression) - Method in class jd.xml.xpath.expr.visitor.ExprVisitorImpl
 
subtract(Expression, Expression, Expression) - Method in class jd.xml.xpath.expr.visitor.ExprWriter
 
systemProperty(String, String) - Method in class jd.xml.xslt.extension.JavaXsltContext
 
systemProperty(String, String) - Method in interface org.w3c.xsl.XSLTContext
Returns an Object representing the value of the system property whose expanded-name has the specified namespace URI and local part.

T

TEXT - Static variable in class jd.xml.xpath.axis.NodeTypeTest
The NodeTypeTest "text()".
TEXT - Static variable in interface jd.xml.xpath.model.XPathNode
 
TRUE - Static variable in class jd.xml.xpath.object.XBoolean
The XBoolean with value 'true'.
TYPE - Static variable in class jd.xml.xpath.expr.function.Average
The function type.
TYPE - Static variable in class jd.xml.xpath.expr.function.Ceiling
The function type.
TYPE - Static variable in class jd.xml.xpath.expr.function.Concat
The function type.
TYPE - Static variable in class jd.xml.xpath.expr.function.Contains
The function type.
TYPE - Static variable in class jd.xml.xpath.expr.function.Count
The function type.
TYPE - Static variable in class jd.xml.xpath.expr.function.False
The function type.
TYPE - Static variable in class jd.xml.xpath.expr.function.Floor
The function type.
TYPE - Static variable in class jd.xml.xpath.expr.function.Id
The function type.
TYPE - Static variable in class jd.xml.xpath.expr.function.Lang
The function type.
TYPE - Static variable in class jd.xml.xpath.expr.function.Last
The function type.
TYPE - Static variable in class jd.xml.xpath.expr.function.LocalName
The function type.
TYPE - Static variable in class jd.xml.xpath.expr.function.Name
The function type.
TYPE - Static variable in class jd.xml.xpath.expr.function.NamespaceUri
The function type.
TYPE - Static variable in class jd.xml.xpath.expr.function.NormalizeSpace
The function type.
TYPE - Static variable in class jd.xml.xpath.expr.function.Not
The function type.
TYPE - Static variable in class jd.xml.xpath.expr.function.Position
The function type.
TYPE - Static variable in class jd.xml.xpath.expr.function.Round
The function type.
TYPE - Static variable in class jd.xml.xpath.expr.function.StartsWith
The function type.
TYPE - Static variable in class jd.xml.xpath.expr.function.StringLength
The function type.
TYPE - Static variable in class jd.xml.xpath.expr.function.Substring
The function type.
TYPE - Static variable in class jd.xml.xpath.expr.function.SubstringAfter
 
TYPE - Static variable in class jd.xml.xpath.expr.function.SubstringBefore
 
TYPE - Static variable in class jd.xml.xpath.expr.function.Sum
 
TYPE - Static variable in class jd.xml.xpath.expr.function.ToBoolean
 
TYPE - Static variable in class jd.xml.xpath.expr.function.ToNumber
 
TYPE - Static variable in class jd.xml.xpath.expr.function.ToString
 
TYPE - Static variable in class jd.xml.xpath.expr.function.Translate
 
TYPE - Static variable in class jd.xml.xpath.expr.function.True
 
TYPE - Static variable in class jd.xml.xslt.expr.Current
The function type.
TYPE - Static variable in class jd.xml.xslt.expr.DocumentFunction
The function type.
TYPE - Static variable in class jd.xml.xslt.expr.ElementAvailable
The function type.
TYPE - Static variable in class jd.xml.xslt.expr.FormatNumber
The function type.
TYPE - Static variable in class jd.xml.xslt.expr.FunctionAvailable
The function type.
TYPE - Static variable in class jd.xml.xslt.expr.GenerateId
The function type.
TYPE - Static variable in class jd.xml.xslt.expr.InvalidFunction
The function type.
TYPE - Static variable in class jd.xml.xslt.expr.KeyFunction
The function type.
TYPE - Static variable in class jd.xml.xslt.expr.SystemProperty
The function type.
TYPE - Static variable in class jd.xml.xslt.expr.UnparsedEntityUri
The function type.
TYPES - Static variable in interface jd.xml.xpath.model.XPathNode
The number of existing types.
TYPES - Static variable in class jd.xml.xpath.object.XObject
The number of existing types, the first type has code 0.
TYPE_BOOLEAN - Static variable in class jd.xml.xpath.object.XObject
The boolean type constant.
TYPE_NAMES - Static variable in interface jd.xml.xpath.model.XPathNode
 
TYPE_NODESET - Static variable in class jd.xml.xpath.object.XObject
The node-set type constant.
TYPE_NUMBER - Static variable in class jd.xml.xpath.object.XObject
The number type constant.
TYPE_STRING - Static variable in class jd.xml.xpath.object.XObject
The string type constant.
TYPE_VARIABLE - Static variable in class jd.xml.xpath.object.XObject
A type constant for objects whose value depends on runtime contexts.
TabWriter - class jd.io.TabWriter.
A PrintWriter to write pretty indented files.
TabWriter(Writer) - Constructor for class jd.io.TabWriter
Create a TabWriter.
TabWriter(Writer, boolean) - Constructor for class jd.io.TabWriter
Create a TabWriter.
TabWriter(Writer, boolean, int) - Constructor for class jd.io.TabWriter
Create a new TabWriter.
Template - class jd.xml.xslt.template.Template.
The base class for all template implementation classes.
Template() - Constructor for class jd.xml.xslt.template.Template
 
TemplateParser - class jd.xml.xslt.parser.TemplateParser.
A parser for XSLT templates.
TemplateParser(PatternParser) - Constructor for class jd.xml.xslt.parser.TemplateParser
Create a new TemplateParser.
TemplateRule - class jd.xml.xslt.template.TemplateRule.
TemplateRule represents a xsl:template instruction.
TemplateRule(int, double, int, Template, Variable[], boolean, Pattern, Pattern, String) - Constructor for class jd.xml.xslt.template.TemplateRule
Create a TemplateRule with a match pattern.
TemplateRule(int, double, int, Template, Variable[], boolean, String) - Constructor for class jd.xml.xslt.template.TemplateRule
Create a named TemplateRule.
TemplateRule(TemplateRule) - Constructor for class jd.xml.xslt.template.TemplateRule
Create a TemplateRule by copying another rule.
TemplateRuleList - class jd.xml.xslt.template.TemplateRuleList.
TemplateRuleList keeps a list of TemplateRules which all have a non-null match pattern and same mode value.
TemplateRuleList(String) - Constructor for class jd.xml.xslt.template.TemplateRuleList
Create a TemplateRuleList.
TemplateScreener - class jd.xml.xslt.template.TemplateScreener.
 
TemplateScreener() - Constructor for class jd.xml.xslt.template.TemplateScreener
 
TemplateScreener(ExpressionVisitor) - Constructor for class jd.xml.xslt.template.TemplateScreener
 
TemplateVisitor - interface jd.xml.xslt.template.TemplateVisitor.
 
TemplatesHandlerImpl - class jd.xml.xslt.trax.TemplatesHandlerImpl.
An implementation of javax.xml.transform.sax.TemplatesHandler.
TemplatesHandlerImpl(TransformerFactoryImpl) - Constructor for class jd.xml.xslt.trax.TemplatesHandlerImpl
 
TemplatesImpl - class jd.xml.xslt.trax.TemplatesImpl.
An implementation of the Trax Templates interface.
TemplatesImpl(StylesheetData, UriResolver) - Constructor for class jd.xml.xslt.trax.TemplatesImpl
 
Text2XmlResolver - class jd.xml.util.resolver.Text2XmlResolver.
Text2XmlResolver is a UriResolver which reads plain text, and converts it to a xml-ified version of the form: ...text line...
Text2XmlResolver() - Constructor for class jd.xml.util.resolver.Text2XmlResolver
 
TextBuffer - class jd.util.TextBuffer.
A StringBuffer like class with direct access to its underlying char array.
TextBuffer() - Constructor for class jd.util.TextBuffer
 
TextContentBuilder - class jd.xml.xslt.parser.TextContentBuilder.
A template visitor used to retrieve the text content of a template.
TextContentBuilder() - Constructor for class jd.xml.xslt.parser.TextContentBuilder
 
TextContentExpression - class jd.xml.xslt.expr.TextContentExpression.
A NodeSet constructed by the template of a variable binding element.
TextContentExpression(String) - Constructor for class jd.xml.xslt.expr.TextContentExpression
 
TextNode - class jd.xml.xpath.model.build.normal.TextNode.
A Text node implementation.
TextNode(String) - Constructor for class jd.xml.xpath.model.build.normal.TextNode
 
TextResultBuilder - class jd.xml.xslt.result.TextResultBuilder.
A ResultBuilder for the "text" output method.
TextResultBuilder(XsltResult) - Constructor for class jd.xml.xslt.result.TextResultBuilder
Create a TextResultBuilder.
Time - class jd.util.Time.
Time represents a time.
Time() - Constructor for class jd.util.Time
Create a Time object for the current system time.
Time(long) - Constructor for class jd.util.Time
Create a new Time.
Time(Calendar) - Constructor for class jd.util.Time
Create a time from a Calendar.
Time(int, int, int) - Constructor for class jd.util.Time
Create a new Time.
Time(Time) - Constructor for class jd.util.Time
Create a Time from the given Time.
ToBoolean - class jd.xml.xpath.expr.function.ToBoolean.
ToBoolean represents the xpath core function "boolean boolean(object)".
ToBoolean() - Constructor for class jd.xml.xpath.expr.function.ToBoolean
 
ToNumber - class jd.xml.xpath.expr.function.ToNumber.
ToNumber represents the xpath core function "number number(object?)".
ToNumber() - Constructor for class jd.xml.xpath.expr.function.ToNumber
 
ToString - class jd.xml.xpath.expr.function.ToString.
ToString represents the xpath core function "string string(object?)".
ToString() - Constructor for class jd.xml.xpath.expr.function.ToString
 
TokenConstants - interface jd.xml.xpath.parser.TokenConstants.
An interface defining constants for the tokens as generated by the scanner.
TraceExpression - class jd.xml.xslt.trace.TraceExpression.
 
TraceExpression(Tracer, Location, Expression, String) - Constructor for class jd.xml.xslt.trace.TraceExpression
 
TraceParseListener - class jd.xml.xslt.trace.TraceParseListener.
 
TraceParseListener(Tracer) - Constructor for class jd.xml.xslt.trace.TraceParseListener
 
TracePattern - class jd.xml.xslt.trace.TracePattern.
 
TracePattern(Tracer, Location, Pattern, String) - Constructor for class jd.xml.xslt.trace.TracePattern
 
TraceTemplate - class jd.xml.xslt.trace.TraceTemplate.
 
TraceTemplate(Tracer, Location, Template, String) - Constructor for class jd.xml.xslt.trace.TraceTemplate
 
TraceTemplateRule - class jd.xml.xslt.trace.TraceTemplateRule.
 
TraceTemplateRule(Tracer, Location, TemplateRule) - Constructor for class jd.xml.xslt.trace.TraceTemplateRule
 
Tracer - class jd.xml.xslt.trace.Tracer.
 
Tracer() - Constructor for class jd.xml.xslt.trace.Tracer
 
Transformation - class jd.xml.xslt.Transformation.
A Transformation takes an xml document as input and transforms it into something other.
Transformation() - Constructor for class jd.xml.xslt.Transformation
 
TransformationChain - class jd.xml.xslt.TransformationChain.
A TransformationChain is a list of Transformations which are executed one after another.
TransformationChain() - Constructor for class jd.xml.xslt.TransformationChain
 
TransformerFactoryImpl - class jd.xml.xslt.trax.TransformerFactoryImpl.
An implementation of the TrAX TransformerFactory class and SAXTransformerFactory classes.
TransformerFactoryImpl() - Constructor for class jd.xml.xslt.trax.TransformerFactoryImpl
 
TransformerHandlerImpl - class jd.xml.xslt.trax.TransformerHandlerImpl.
An implementation of javax.xml.transform.sax.TransformerHandler
TransformerHandlerImpl(TransformerImpl) - Constructor for class jd.xml.xslt.trax.TransformerHandlerImpl
 
TransformerImpl - class jd.xml.xslt.trax.TransformerImpl.
An implementation of the Trax Transformer class.
TransformerImpl(Transformation) - Constructor for class jd.xml.xslt.trax.TransformerImpl
Create a TransformerImpl.
Translate - class jd.xml.xpath.expr.function.Translate.
Translate represents the xpath core function "string translate(string, string, string)".
Translate() - Constructor for class jd.xml.xpath.expr.function.Translate
 
TraxModelXmlSource - class jd.xml.xslt.trax.TraxModelXmlSource.
A TrAX source holding a constructed XPath tree model.
TraxModelXmlSource(String, XPathRootNode) - Constructor for class jd.xml.xslt.trax.TraxModelXmlSource
 
TraxUtil - class jd.xml.xslt.trax.TraxUtil.
A collection of TrAX related utility methods.
TraxUtil() - Constructor for class jd.xml.xslt.trax.TraxUtil
 
TreeNode - class jd.xml.xpath.model.build.normal.TreeNode.
 
TreeNode() - Constructor for class jd.xml.xpath.model.build.normal.TreeNode
 
True - class jd.xml.xpath.expr.function.True.
True represents the xpath core function "boolean true()".
True() - Constructor for class jd.xml.xpath.expr.function.True
 
TryCatchTemplate - class jd.xml.xslt.extension.jd.TryCatchTemplate.
A Template that emulates try-catch-semantic.
TryCatchTemplate(Template, Template) - Constructor for class jd.xml.xslt.extension.jd.TryCatchTemplate
 
TypeTestWalker - class jd.xml.xpath.model.walk.TypeTestWalker.
A walker which filters the nodes of another walker by their type.
TypeTestWalker(int, ModelWalker) - Constructor for class jd.xml.xpath.model.walk.TypeTestWalker
 
templateEnded(Location, Template, String) - Method in class jd.xml.xslt.trace.Tracer
 
templateParametersParsed(Variable[]) - Method in class jd.xml.xslt.parser.XsltParseContext
 
templateParsed(XsltParseContext, Template) - Method in interface jd.xml.xslt.parser.ParseListener
 
templateParsed(XsltParseContext, Template) - Method in class jd.xml.xslt.trace.TraceParseListener
 
templateRuleEnded(Location, TemplateRule) - Method in class jd.xml.xslt.trace.Tracer
 
templateRuleParsed(XsltParseContext, TemplateRule) - Method in interface jd.xml.xslt.parser.ParseListener
 
templateRuleParsed(XsltParseContext, TemplateRule) - Method in class jd.xml.xslt.trace.TraceParseListener
 
templateRuleStarted(Location, TemplateRule) - Method in class jd.xml.xslt.trace.Tracer
 
templateStarted(Location, Template, String) - Method in class jd.xml.xslt.trace.Tracer
 
test(XsltContext, ResultBuilder) - Method in class jd.xml.xslt.template.Condition
Instantiate the content if the condition evaluates to true.
testNodeName(NodeName, String, String) - Method in interface jd.xml.xpath.axis.NodeTestVisitor
Called by a visited NodeNameTest.
testNodeName(NodeName, String, String) - Method in class jd.xml.xslt.pattern.PatternClassifier
 
testNodeType(NodeTypeTest, String) - Method in interface jd.xml.xpath.axis.NodeTestVisitor
Called by a visited NodeTypeTest.
testNodeType(NodeTypeTest, String) - Method in class jd.xml.xslt.pattern.PatternClassifier
 
testNodeUnion(NodeTest, NodeTest) - Method in interface jd.xml.xpath.axis.NodeTestVisitor
Called by a visited NodeTestUnion.
testNodeUnion(NodeTest, NodeTest) - Method in class jd.xml.xslt.pattern.PatternClassifier
 
text(XPathNode) - Method in interface jd.xml.xpath.model.NodeVisitor
 
text(XPathNode) - Method in class jd.xml.xpath.model.visit.Serializer
 
text(String, boolean) - Method in class jd.xml.xslt.parser.TextContentBuilder
 
text(String, boolean) - Method in class jd.xml.xslt.template.TemplateScreener
 
text(String, boolean) - Method in interface jd.xml.xslt.template.TemplateVisitor
 
text_ - Variable in class jd.xml.xpath.model.parse.ParseHandler
 
throwException(String) - Method in class jd.xml.xslt.parser.Parser
 
toArray() - Method in class jd.util.IntVector
 
toBooleanValue(XPathContext) - Method in class jd.xml.xpath.expr.BooleanExpression
Evaluate the Expression to a boolean.
toBooleanValue(XPathContext) - Method in interface jd.xml.xpath.expr.Expression
Evaluate the Expression to a boolean.
toBooleanValue(XPathContext) - Method in class jd.xml.xpath.expr.NodeSetExpression
Evaluate the Expression to a boolean.
toBooleanValue(XPathContext) - Method in class jd.xml.xpath.expr.NumericExpression
Evaluate the Expression to a boolean.
toBooleanValue(XPathContext) - Method in class jd.xml.xpath.expr.StringExpression
Evaluate the Expression to a boolean.
toBooleanValue(XPathContext) - Method in class jd.xml.xpath.expr.VariableExpression
 
toBooleanValue(XPathContext) - Method in class jd.xml.xpath.expr.compare.EqualsBooleans
 
toBooleanValue(XPathContext) - Method in class jd.xml.xpath.expr.compare.EqualsNumbers
 
toBooleanValue(XPathContext) - Method in class jd.xml.xpath.expr.compare.EqualsObjectNumber
 
toBooleanValue(XPathContext) - Method in class jd.xml.xpath.expr.compare.EqualsObjectString
 
toBooleanValue(XPathContext) - Method in class jd.xml.xpath.expr.compare.EqualsObjects
 
toBooleanValue(XPathContext) - Method in class jd.xml.xpath.expr.compare.EqualsSetSimple
 
toBooleanValue(XPathContext) - Method in class jd.xml.xpath.expr.compare.EqualsStrings
 
toBooleanValue(XPathContext) - Method in class jd.xml.xpath.expr.compare.RelateNumbers
 
toBooleanValue(XPathContext) - Method in class jd.xml.xpath.expr.compare.RelateObjectNumber
 
toBooleanValue(XPathContext) - Method in class jd.xml.xpath.expr.compare.RelateObjects
 
toBooleanValue(XPathContext) - Method in class jd.xml.xpath.expr.function.Contains
 
toBooleanValue(XPathContext) - Method in class jd.xml.xpath.expr.function.False
 
toBooleanValue(XPathContext) - Method in class jd.xml.xpath.expr.function.Lang
 
toBooleanValue(XPathContext) - Method in class jd.xml.xpath.expr.function.Not
 
toBooleanValue(XPathContext) - Method in class jd.xml.xpath.expr.function.StartsWith
 
toBooleanValue(XPathContext) - Method in class jd.xml.xpath.expr.function.ToBoolean
Evaluate the function.
toBooleanValue(XPathContext) - Method in class jd.xml.xpath.expr.function.True
Return true.
toBooleanValue(XPathContext) - Method in class jd.xml.xpath.expr.misc.ProxyExpression
 
toBooleanValue(XPathContext) - Method in class jd.xml.xpath.expr.operator.And
Evaluate the Expression.
toBooleanValue(XPathContext) - Method in class jd.xml.xpath.expr.operator.Or
Evaluate the expression.
toBooleanValue(XPathContext) - Method in class jd.xml.xpath.expr.path.SimpleLocationStep
Evaluate the Expression to a number.
toBooleanValue() - Method in class jd.xml.xpath.object.XBoolean
Return the primitive boolean value of this XBoolean.
toBooleanValue() - Method in class jd.xml.xpath.object.XNodeSet
Return if the nodeset is not empty.
toBooleanValue() - Method in class jd.xml.xpath.object.XNumber
Convert the number to a boolean value.
toBooleanValue(double) - Static method in class jd.xml.xpath.object.XNumber
Convert the number to a boolean value.
toBooleanValue() - Method in class jd.xml.xpath.object.XObject
Convert the XObject to a boolean.
toBooleanValue() - Method in class jd.xml.xpath.object.XString
Return true iff the string value has positive length.
toBooleanValue(String) - Static method in class jd.xml.xpath.object.XString
Return true iff the string value has positive length.
toBooleanValue() - Method in class jd.xml.xpath.tool.XPath
Evaluate the expression to a boolean value.
toBooleanValue(XPathContext) - Method in class jd.xml.xslt.expr.Available
Evaluate the function.
toBooleanValue(XPathContext) - Method in class jd.xml.xslt.expr.TextContentExpression
 
toBooleanValue() - Method in class jd.xml.xslt.extension.XExternalObject
Throws an exception since there is no standard way to convert an external object to a boolean.
toBooleanValue(XPathContext) - Method in class jd.xml.xslt.trace.TraceExpression
 
toCalendar() - Method in class jd.util.Date
Convert the date to an Calendar.
toCharacterValue(String) - Static method in class jd.xml.xpath.object.XString
Convert a string to a character.
toInteger() - Method in class jd.util.Date
Return an integer representation of this date.
toInteger(int, int, int) - Static method in class jd.util.Date
Return an integer representation of the given date values.
toInteger() - Method in class jd.util.Time
Return an integer representation of this date.
toJavaDate() - Method in class jd.util.Date
Convert the date to an java.util.Date.
toJavaSqlDate() - Method in class jd.util.Date
Convert the date to an java.sql.Date.
toJulianDayNumber() - Method in class jd.util.Date
Convert a date (more accurate: the noon of this date) to its Julian Day Number.
toNode(XPathContext) - Method in interface jd.xml.xpath.expr.Expression
Evaluate the Expression to a XPathNode, i.e.
toNode(XPathContext) - Method in class jd.xml.xpath.expr.ExpressionImpl
Evaluate the Expression to a XPathNode.
toNode(XPathContext) - Method in class jd.xml.xpath.expr.path.RootPath
Evaluate the Expression to a XPathNode.
toNode(XPathContext) - Method in class jd.xml.xpath.expr.path.SimpleLocationStep
Evaluate the Expression to a XPathNode.
toNodeSet(XPathContext, int) - Method in interface jd.xml.xpath.expr.Expression
Evaluate the Expression to a XNodeSet.
toNodeSet(XPathContext, int) - Method in class jd.xml.xpath.expr.ExpressionImpl
Evaluate the Expression to a XObject and convert to a XNodeSet.
toNodeSet(XPathContext, int) - Method in class jd.xml.xpath.expr.function.Id
 
toNodeSet(XPathRootNode, String, XMutableNodeSet) - Method in class jd.xml.xpath.expr.function.Id
 
toNodeSet(XPathContext, int) - Method in class jd.xml.xpath.expr.operator.Union
Evaluate the Expression.
toNodeSet(XPathContext, int) - Method in class jd.xml.xpath.expr.path.ComposedPath
Evaluate the Expression.
toNodeSet(XPathContext, int) - Method in class jd.xml.xpath.expr.path.FilteredLocationStep
Evaluate the FilteredLocationStep.
toNodeSet(XPathContext, int) - Method in class jd.xml.xpath.expr.path.LocationStepChain
Evaluate the LocationStep.
toNodeSet(XPathContext, int) - Method in class jd.xml.xpath.expr.path.PredicateExpression
Evaluate the Expression.
toNodeSet(XPathContext, int) - Method in class jd.xml.xpath.expr.path.SimpleLocationStep
Evaluate the LocationStep.
toNodeSet() - Method in class jd.xml.xpath.object.XNodeSet
Return this.
toNodeSet() - Method in class jd.xml.xpath.object.XObject
Convert the XObject to a NodeSet.
toNodeSet() - Method in class jd.xml.xpath.tool.XPath
Evaluate the expression to a node-set.
toNodeSet(XPathContext, int) - Method in class jd.xml.xslt.expr.Current
Return a node-set with the current node.
toNodeSet(XPathContext, int) - Method in class jd.xml.xslt.expr.DocumentFunction
Evaluate the function.
toNodeSet(XPathContext, int) - Method in class jd.xml.xslt.expr.KeyFunction
Evalute the function.
toNodeSet(XPathContext, int) - Method in class jd.xml.xslt.expr.TextContentExpression
 
toNumberValue(XPathContext) - Method in class jd.xml.xpath.expr.BooleanExpression
Evaluate the Expression to a number.
toNumberValue(XPathContext) - Method in interface jd.xml.xpath.expr.Expression
Evaluate the Expression to a number.
toNumberValue(XPathContext) - Method in class jd.xml.xpath.expr.NodeSetExpression
Evaluate the Expression to a number.
toNumberValue(XPathContext) - Method in class jd.xml.xpath.expr.NumericExpression
Evaluate the Expression to a number.
toNumberValue(XPathContext) - Method in class jd.xml.xpath.expr.StringExpression
Evaluate the Expression to a number.
toNumberValue(XPathContext) - Method in class jd.xml.xpath.expr.VariableExpression
Evaluate the Expression to a number.
toNumberValue(XPathContext) - Method in class jd.xml.xpath.expr.function.Average
 
toNumberValue(XPathContext) - Method in class jd.xml.xpath.expr.function.Ceiling
 
toNumberValue(XPathContext) - Method in class jd.xml.xpath.expr.function.Count
 
toNumberValue(XPathContext) - Method in class jd.xml.xpath.expr.function.Floor
 
toNumberValue(XPathContext) - Method in class jd.xml.xpath.expr.function.Last
 
toNumberValue(XPathContext) - Method in class jd.xml.xpath.expr.function.Position
 
toNumberValue(XPathContext) - Method in class jd.xml.xpath.expr.function.Round
 
toNumberValue(XPathContext) - Method in class jd.xml.xpath.expr.function.StringLength
 
toNumberValue(XPathContext) - Method in class jd.xml.xpath.expr.function.Sum
Evaluate the function.
toNumberValue(XPathContext) - Method in class jd.xml.xpath.expr.function.ToNumber
Evaluate the function.
toNumberValue(XPathContext) - Method in class jd.xml.xpath.expr.misc.Negate
 
toNumberValue(XPathContext) - Method in class jd.xml.xpath.expr.misc.ProxyExpression
 
toNumberValue(double, double) - Method in class jd.xml.xpath.expr.operator.Add
 
toNumberValue(double, double) - Method in class jd.xml.xpath.expr.operator.Divide
 
toNumberValue(double, double) - Method in class jd.xml.xpath.expr.operator.Modulo
 
toNumberValue(double, double) - Method in class jd.xml.xpath.expr.operator.Multiply
 
toNumberValue(XPathContext) - Method in class jd.xml.xpath.expr.operator.NumericOperator
 
toNumberValue(double, double) - Method in class jd.xml.xpath.expr.operator.NumericOperator
Evaluate the expression.
toNumberValue(double, double) - Method in class jd.xml.xpath.expr.operator.Subtract
 
toNumberValue(XPathContext) - Method in class jd.xml.xpath.expr.path.SimpleLocationStep
Evaluate the Expression to a number.
toNumberValue() - Method in class jd.xml.xpath.object.XBoolean
Convert to a number.
toNumberValue(boolean) - Static method in class jd.xml.xpath.object.XBoolean
Convert to a number.
toNumberValue() - Method in class jd.xml.xpath.object.XNodeSet
Convert the string value of this NodeSet to a number.
toNumberValue(int) - Method in class jd.xml.xpath.object.XNodeSet
Return the number value of the i-th node.
toNumberValue(double, Class) - Static method in class jd.xml.xpath.object.XNumber
Convert a double value to a Number object.
toNumberValue() - Method in class jd.xml.xpath.object.XNumber
Convert the number to a double value.
toNumberValue() - Method in class jd.xml.xpath.object.XObject
Convert the XObject to a double.
toNumberValue() - Method in class jd.xml.xpath.object.XString
Return the number value of the string.
toNumberValue(String) - Static method in class jd.xml.xpath.object.XString
Convert a string into a double
toNumberValue() - Method in class jd.xml.xpath.tool.XPath
Evaluate the expression to a number value.
toNumberValue(XPathContext) - Method in class jd.xml.xslt.expr.TextContentExpression
 
toNumberValue() - Method in class jd.xml.xslt.extension.XExternalObject
Return the double value of the string value of this object.
toNumberValue(XPathContext) - Method in class jd.xml.xslt.trace.TraceExpression
 
toSortedArray(Vector) - Static method in class jd.xml.xslt.template.TemplateRule
 
toString() - Method in class jd.io.CharToByteConverter
 
toString() - Method in class jd.util.Date
Return a string representation of this date in the form yyyymmdd.
toString() - Method in class jd.util.SimpleKeyList
 
toString() - Method in class jd.util.TextBuffer
 
toString() - Method in class jd.util.Time
Return a string representation of this date in the form hh:mm:ss.
toString() - Method in class jd.xml.xpath.VariableName
Return a string representation of the variable name.
toString() - Method in class jd.xml.xpath.XPathContext.State
 
toString() - Method in class jd.xml.xpath.axis.Axis
Return a string representation of the axis.
toString() - Method in class jd.xml.xpath.axis.NodeTest
Return a string representation of the NodeTest.
toString() - Method in class jd.xml.xpath.axis.NodeTestUnion
Return a string representation.
toString() - Method in class jd.xml.xpath.axis.name.AllNameTest
Return "*".
toString() - Method in class jd.xml.xpath.axis.name.NcNameTest
Return the name.
toString() - Method in class jd.xml.xpath.axis.name.PooledNameTest
Return a string representation.
toString() - Method in class jd.xml.xpath.axis.name.PooledUriTest
Return a string representation.
toString() - Method in class jd.xml.xpath.axis.name.QNameTest
Return a string representation.
toString() - Method in class jd.xml.xpath.axis.name.UriTest
Return a string representation.
toString() - Method in class jd.xml.xpath.axis.type.AllNodeTypeTest
 
toString() - Method in class jd.xml.xpath.axis.type.PiNodeTypeTest
Return a string representation.
toString() - Method in class jd.xml.xpath.axis.type.SingleNodeTypeTest
Return a string representation of the NodeTest.
toString() - Method in interface jd.xml.xpath.expr.Expression
Return a string representation of the expression.
toString() - Method in class jd.xml.xpath.expr.ExpressionImpl
Return a string representation of the expression.
toString() - Method in class jd.xml.xpath.model.NamespaceContext
Return a string representation of this namespace.
toString() - Method in class jd.xml.xpath.model.NodeName
Return the qname.
toString() - Method in interface jd.xml.xpath.model.XPathNode
Return a string representation.
toString() - Method in class jd.xml.xpath.model.build.AbstractXPathNode
Return a string representation of the node.
toString(String) - Method in class jd.xml.xpath.model.build.AbstractXPathNode
Return a string representation of the node.
toString() - Method in class jd.xml.xpath.model.build.normal.AttributeNode
Return a string representation of the node.
toString() - Method in class jd.xml.xpath.model.build.normal.CommentNode
Return a string representation of the node.
toString() - Method in class jd.xml.xpath.model.build.normal.ElementNode
Return a string representation of the node.
toString() - Method in class jd.xml.xpath.model.build.normal.NamespaceNode
Return a string representation of the node.
toString() - Method in class jd.xml.xpath.model.build.normal.Node
Return a string representation of the node.
toString() - Method in class jd.xml.xpath.model.build.normal.PiNode
Return a string representation of the node.
toString() - Method in class jd.xml.xpath.model.build.normal.RootNode
Return a string representation of the node.
toString() - Method in class jd.xml.xpath.model.build.normal.TextNode
Return a string representation of the node.
toString() - Method in class jd.xml.xpath.object.XCountNodeSet
Return a debug string representation of this XObject.
toString() - Method in class jd.xml.xpath.object.XNodeSet
Return a debug string representation of this XObject.
toString() - Method in class jd.xml.xpath.object.XObject
Return a debug string representation of this XObject.
toString() - Method in class jd.xml.xpath.object.XString
Return a debug string representation of this XObject.
toString() - Method in class jd.xml.xpath.object.XSumNodeSet
Return a debug string representation of this XObject.
toString() - Method in class jd.xml.xslt.AttributeValue
Return a string representation of the AttributeValue.
toString() - Method in class jd.xml.xslt.pattern.NodeTypeAllTest
 
toString() - Method in class jd.xml.xslt.pattern.Pattern
Return a string representation of the pattern.
toString() - Method in class jd.xml.xslt.pattern.PatternClassifier.Match
 
toString() - Method in class jd.xml.xslt.result.ResultTextRecorder
Return the collected text.
toString() - Method in class jd.xml.xslt.template.Template
Return a string representation of the template.
toString() - Method in class jd.xml.xslt.template.TemplateRule
Return a debug string representation.
toString() - Method in class jd.xml.xslt.template.Variable
 
toStringValue(XPathContext) - Method in class jd.xml.xpath.expr.BooleanExpression
Evaluate the Expression to a String.
toStringValue(XPathContext) - Method in interface jd.xml.xpath.expr.Expression
Evaluate the Expression to a String.
toStringValue(XPathContext) - Method in class jd.xml.xpath.expr.NodeSetExpression
Evaluate the Expression to a String.
toStringValue(XPathContext) - Method in class jd.xml.xpath.expr.NumericExpression
Evaluate the Expression to a String.
toStringValue(XPathContext) - Method in class jd.xml.xpath.expr.StringExpression
Evaluate the Expression to a String.
toStringValue(XPathContext) - Method in class jd.xml.xpath.expr.VariableExpression
Evaluate the Expression to a String.
toStringValue(XPathContext) - Method in class jd.xml.xpath.expr.function.Concat
 
toStringValue(XPathContext, XPathNode) - Method in class jd.xml.xpath.expr.function.LocalName
 
toStringValue(XPathContext, XPathNode) - Method in class jd.xml.xpath.expr.function.Name
 
toStringValue(XPathContext, XPathNode) - Method in class jd.xml.xpath.expr.function.NamespaceUri
 
toStringValue(XPathContext) - Method in class jd.xml.xpath.expr.function.NodeFunction
 
toStringValue(XPathContext, XPathNode) - Method in class jd.xml.xpath.expr.function.NodeFunction
 
toStringValue(XPathContext) - Method in class jd.xml.xpath.expr.function.NormalizeSpace
 
toStringValue(XPathContext) - Method in class jd.xml.xpath.expr.function.Substring
 
toStringValue(XPathContext) - Method in class jd.xml.xpath.expr.function.SubstringAfter
Evaluate the function.
toStringValue(XPathContext) - Method in class jd.xml.xpath.expr.function.SubstringBefore
Evaluate the function.
toStringValue(XPathContext) - Method in class jd.xml.xpath.expr.function.ToString
 
toStringValue(XPathContext) - Method in class jd.xml.xpath.expr.function.Translate
Evaluate the function.
toStringValue(XPathContext) - Method in class jd.xml.xpath.expr.misc.ProxyExpression
 
toStringValue(XPathContext) - Method in class jd.xml.xpath.expr.path.SimpleLocationStep
Evaluate the Expression to a number.
toStringValue() - Method in class jd.xml.xpath.object.XBoolean
Convert the value of this XBoolean as a string.
toStringValue(boolean) - Static method in class jd.xml.xpath.object.XBoolean
Convert the boolean value to a string.
toStringValue() - Method in class jd.xml.xpath.object.XNodeSet
Return an empty string if this nodeset is empty or the string value of the first node otherwise.
toStringValue(int) - Method in class jd.xml.xpath.object.XNodeSet
Return the string value of the i-th node.
toStringValue() - Method in class jd.xml.xpath.object.XNumber
Convert the number to a string value.
toStringValue(int) - Static method in class jd.xml.xpath.object.XNumber
Convert the number to a string value.
toStringValue(double) - Static method in class jd.xml.xpath.object.XNumber
Convert the number to a string value.
toStringValue() - Method in class jd.xml.xpath.object.XObject
Convert the XObject to a String.
toStringValue() - Method in class jd.xml.xpath.object.XString
Return the string value.
toStringValue() - Method in class jd.xml.xpath.tool.XPath
Evaluate the expression to a String value.
toStringValue(XPathContext) - Method in class jd.xml.xslt.expr.FormatNumber
Evaluate the function.
toStringValue(XPathContext) - Method in class jd.xml.xslt.expr.GenerateId
Evaluate the function.
toStringValue(XPathContext) - Method in class jd.xml.xslt.expr.SystemProperty
 
toStringValue(XPathContext) - Method in class jd.xml.xslt.expr.TextContentExpression
 
toStringValue(XPathContext) - Method in class jd.xml.xslt.expr.UnparsedEntityUri
Evaluate the function.
toStringValue() - Method in class jd.xml.xslt.expr.XResultTreeFragment
Return the string content of the result tree fragment.
toStringValue(int) - Method in class jd.xml.xslt.expr.XResultTreeFragment
Return the string content of the result tree fragment.
toStringValue() - Method in class jd.xml.xslt.expr.XTextContentFragment
Return the string content of the result tree fragment.
toStringValue(int) - Method in class jd.xml.xslt.expr.XTextContentFragment
Return the string content of the result tree fragment.
toStringValue() - Method in class jd.xml.xslt.extension.XExternalObject
Return the string value of the object or an empty string if the value is null.
toStringValue(XPathContext) - Method in class jd.xml.xslt.trace.TraceExpression
 
toValue() - Method in class jd.xml.xpath.object.XBoolean
Return a Boolean object representing the value of this XBoolean.
toValue(Class) - Method in class jd.xml.xpath.object.XBoolean
Convert the objects value to an object of the given class.
toValue() - Method in class jd.xml.xpath.object.XEmptyNodeSet
Return this.
toValue() - Method in class jd.xml.xpath.object.XNodeSet
Return this.
toValue(Class) - Method in class jd.xml.xpath.object.XNodeSet
Convert the objects value to an object of the given class.
toValue() - Method in class jd.xml.xpath.object.XNumber
Return a Double object for this numbers value.
toValue(Class) - Method in class jd.xml.xpath.object.XNumber
Convert the objects value to an object of the given class.
toValue() - Method in class jd.xml.xpath.object.XObject
Return the objects value as a java object.
toValue(Class) - Method in class jd.xml.xpath.object.XObject
Convert the objects value to an object of the given class.
toValue() - Method in class jd.xml.xpath.object.XString
Return the string value.
toValue(Class) - Method in class jd.xml.xpath.object.XString
Convert the objects value to an object of the given class.
toValue() - Method in class jd.xml.xslt.extension.XExternalObject
Return the objects value as a object.
toValue(Class) - Method in class jd.xml.xslt.extension.XExternalObject
Convert the objects value to an object of the given class.
toXObject(XPathContext) - Method in class jd.xml.xpath.expr.BooleanExpression
Evaluate the expression.
toXObject(XPathContext) - Method in interface jd.xml.xpath.expr.Expression
Evaluate the expression to a XObject.
toXObject(XPathContext) - Method in class jd.xml.xpath.expr.NodeSetExpression
Evaluate the expression.
toXObject(XPathContext) - Method in class jd.xml.xpath.expr.NumericExpression
Evaluate the expression.
toXObject(XPathContext) - Method in class jd.xml.xpath.expr.StringExpression
Evaluate the expression.
toXObject(XPathContext) - Method in class jd.xml.xpath.expr.misc.Constant
Return the Constant.
toXObject(XPathContext) - Method in class jd.xml.xpath.expr.misc.ProxyExpression
 
toXObject(XPathContext) - Method in class jd.xml.xpath.expr.misc.VariableReference
Evaluate the Expression.
toXObject(XPathContext, int) - Method in class jd.xml.xpath.expr.path.RootPath
Return a nodeset containing the root.
toXObject(int) - Method in class jd.xml.xpath.object.XObject
Convert the XObject to an XObject with the given type.
toXObject() - Method in class jd.xml.xpath.tool.XPath
Evaluate the expression to a generic XPath object.
toXObject(XPathContext) - Method in class jd.xml.xslt.expr.InvalidExpression
Throws an exception.
toXObject(XPathContext) - Method in class jd.xml.xslt.expr.InvalidFunction
Throw an exception.
toXObject(String, String) - Static method in class jd.xml.xslt.expr.SystemProperty
 
toXObject(XPathContext) - Method in class jd.xml.xslt.extension.ExtensionFunctionCall
Evaluate the Expression.
toXObject(XPathContext) - Method in class jd.xml.xslt.extension.JavaFunction
 
toXObject(XPathContext) - Method in class jd.xml.xslt.extension.ScriptFunction
 
toXObject(XPathContext) - Method in class jd.xml.xslt.trace.TraceExpression
 
today() - Static method in class jd.util.Date
Return a Date object for the current date.
token - Variable in class jd.xml.xpath.parser.Scanner
 
trace - Static variable in class jd.xml.xslt.XsltContext
 
trailing(XObject, XObject) - Static method in class jd.xml.xslt.extension.exslt.SetFunctions
Implements node-set set:trailing(node-set, node-set), version 1.2.
transferRelations(Template) - Method in class jd.xml.xslt.template.Template
 
transform(XmlSource, XsltResult, int) - Method in class jd.xml.xslt.AbstractStylesheet
Transform the source to the result.
transform(XmlSource, XsltResult, int) - Method in class jd.xml.xslt.IdentityTransformation
Transform the source to the result.
transform(XmlSource, XsltResult) - Method in class jd.xml.xslt.Transformation
Transform the source to the result.
transform(XmlSource, XsltResult, int) - Method in class jd.xml.xslt.Transformation
Transform the source to the result.
transform(XmlSource, XsltResult, int) - Method in class jd.xml.xslt.TransformationChain
Transform the source to the result.
transform(Source, Result) - Method in class jd.xml.xslt.trax.TransformerImpl
Process the source tree to the output result.
transformInternal(XmlSource, XsltResult, int) - Method in class jd.xml.xslt.AbstractStylesheet
 
transformInternal(XmlSource, XsltResult, int) - Method in class jd.xml.xslt.Stylesheet
Transform the source to the result.
transformTiming - Variable in class jd.xml.xslt.util.VerboseLog
 
trimLeft(String) - Static method in class jd.util.StringUtil
 
trimRight(String) - Static method in class jd.util.StringUtil
 
trimToSize() - Method in class jd.util.IntVector
 
tryCatch(Template, Template) - Method in class jd.xml.xslt.parser.TextContentBuilder
 
tryCatch(Template, Template) - Method in class jd.xml.xslt.template.TemplateScreener
 
tryCatch(Template, Template) - Method in interface jd.xml.xslt.template.TemplateVisitor
 

U

UNDEFINED - Static variable in interface jd.xml.xpath.parser.TokenConstants
 
UNION - Static variable in interface jd.xml.xpath.parser.TokenConstants
 
UNKNOWN - Static variable in interface jd.xml.xpath.model.XPathNode
 
URI_IDENTITY - Static variable in class jd.xml.xslt.CommandLine
 
URI_MEMORY - Static variable in class jd.xml.xslt.CommandLine
 
URI_STDIN - Static variable in class jd.xml.xslt.CommandLine
 
UTF_8 - Static variable in class jd.xml.xslt.result.MarkupResultBuilder
 
UnicodeEncoding - class jd.io.encoding.UnicodeEncoding.
 
UnicodeEncoding(String, String) - Constructor for class jd.io.encoding.UnicodeEncoding
 
Union - class jd.xml.xpath.expr.operator.Union.
Union represents the '|' expression.
Union(Expression, Expression) - Constructor for class jd.xml.xpath.expr.operator.Union
 
Unknown - class jd.xml.xslt.template.Unknown.
Unknown is a placeholder for unknown template elements which are encountered in forward compatible processing mode.
Unknown(String, Template) - Constructor for class jd.xml.xslt.template.Unknown
Create a Unknown object.
UnparsedEntityUri - class jd.xml.xslt.expr.UnparsedEntityUri.
UnparsedEntityUri represents the xslt function "string unparsed-entity-uri(string)".
UnparsedEntityUri() - Constructor for class jd.xml.xslt.expr.UnparsedEntityUri
 
UriResolver - interface jd.xml.util.UriResolver.
An UriResolver is a service object that creates a XmlSource from an href attribute and a base uri.
UriResolverAdapter - class jd.xml.xslt.trax.UriResolverAdapter.
Another glorious moment of object-orientation.
UriResolverAdapter(URIResolver) - Constructor for class jd.xml.xslt.trax.UriResolverAdapter
 
UriTest - class jd.xml.xpath.axis.name.UriTest.
A NodeTest to filter nodes which match a namespace uri.
UriTest(String) - Constructor for class jd.xml.xpath.axis.name.UriTest
Create a UriTest for the specified uri.
UriUtil - class jd.xml.util.UriUtil.
A collection of uri related utility methods.
UriUtil() - Constructor for class jd.xml.util.UriUtil
 
Utf8ByteOutput - class jd.xml.xslt.result.output.Utf8ByteOutput.
 
Utf8ByteOutput(OutputStream) - Constructor for class jd.xml.xslt.result.output.Utf8ByteOutput
 
Utf8Escaping - class jd.xml.util.Utf8Escaping.
Utf8Escaping is a utility class to convert a character to the string "%xy" with xy as the hex value of the utf-8 encoded character.
Utf8Escaping() - Constructor for class jd.xml.util.Utf8Escaping
 
union(Expression, Expression, Expression) - Method in interface jd.xml.xpath.expr.ExpressionVisitor
 
union(Expression, Expression, Expression) - Method in class jd.xml.xpath.expr.visitor.ExprPrecedence
 
union(Expression, Expression, Expression) - Method in class jd.xml.xpath.expr.visitor.ExprScreener
 
union(Expression, Expression, Expression) - Method in class jd.xml.xpath.expr.visitor.ExprSimplifier
 
union(Expression, Expression, Expression) - Method in class jd.xml.xpath.expr.visitor.ExprTreeWriter
 
union(Expression, Expression, Expression) - Method in class jd.xml.xpath.expr.visitor.ExprVisitorImpl
 
union(Expression, Expression, Expression) - Method in class jd.xml.xpath.expr.visitor.ExprWriter
 
unknown(String, Template) - Method in class jd.xml.xslt.parser.TextContentBuilder
 
unknown(String, Template) - Method in class jd.xml.xslt.template.TemplateScreener
 
unknown(String, Template) - Method in interface jd.xml.xslt.template.TemplateVisitor
 
unparsedEntityDecl(String, String, String, String) - Method in class jd.xml.xpath.model.parse.SaxParseHandler
 
uri - Variable in class jd.xml.xslt.result.NamespaceSupport.Declaration
 
uri - Variable in class jd.xml.xslt.trace.Location
 
useAttributeSets(String[]) - Method in class jd.xml.xslt.parser.AttributeSetInfo
 
usesSets - Variable in class jd.xml.xslt.parser.AttributeSetInfo
 

V

VARIABLE - Static variable in class jd.xml.xslt.template.Variable
 
VARIABLE_REFERENCE - Static variable in interface jd.xml.xpath.parser.TokenConstants
 
VENDOR - Static variable in class jd.xml.xslt.expr.SystemProperty
The vendor.
VENDOR_URL - Static variable in class jd.xml.xslt.expr.SystemProperty
The vendor-url.
VERSION - Static variable in class jd.xml.xslt.Stylesheet
The jd.xslt version.
VERSION - Static variable in class jd.xml.xslt.expr.SystemProperty
The supported XSLT version.
ValueNumbering - class jd.xml.xslt.format.ValueNumbering.
 
ValueNumbering(Expression) - Constructor for class jd.xml.xslt.format.ValueNumbering
 
ValueOf - class jd.xml.xslt.template.ValueOf.
A template class.
ValueOf(Expression) - Constructor for class jd.xml.xslt.template.ValueOf
Create a ValueOf object.
ValueOfUnescaped - class jd.xml.xslt.template.ValueOfUnescaped.
A template class.
ValueOfUnescaped(Expression) - Constructor for class jd.xml.xslt.template.ValueOfUnescaped
Create a ValueOfUnescaped object.
Variable - class jd.xml.xslt.template.Variable.
A Variable class.
Variable(VariableName, Expression, Template, int) - Constructor for class jd.xml.xslt.template.Variable
Create a Variable.
VariableBind - class jd.xml.xslt.template.VariableBind.
A template class.
VariableBind(Variable) - Constructor for class jd.xml.xslt.template.VariableBind
Create a VariableBind.
VariableExpression - class jd.xml.xpath.expr.VariableExpression.
VariableExpression is an expression which can evaluate to objects with different types.
VariableExpression() - Constructor for class jd.xml.xpath.expr.VariableExpression
 
VariableFrame - class jd.xml.xslt.util.VariableFrame.
VariableFrame represents a set of variables values which are in scope in a certain context.
VariableFrame(int) - Constructor for class jd.xml.xslt.util.VariableFrame
 
VariableFunction - class jd.xml.xpath.expr.function.VariableFunction.
A base class for all functions which evaluate to objects with different types.
VariableFunction() - Constructor for class jd.xml.xpath.expr.function.VariableFunction
 
VariableName - class jd.xml.xpath.VariableName.
VariableName represents the name of a variable.
VariableName(String, int, boolean) - Constructor for class jd.xml.xpath.VariableName
Create a VariableName.
VariableReference - class jd.xml.xpath.expr.misc.VariableReference.
VariableReference is an expression that evaluates to the value of a variable.
VariableReference(VariableName) - Constructor for class jd.xml.xpath.expr.misc.VariableReference
 
VariableSorter - class jd.xml.xslt.parser.VariableSorter.
VariableSort sorts a set of variables according their dependency.
VariableSorter() - Constructor for class jd.xml.xslt.parser.VariableSorter
 
VerboseLog - class jd.xml.xslt.util.VerboseLog.
A PrintWriter to print out verbose messages of a transformation.
VerboseLog() - Constructor for class jd.xml.xslt.util.VerboseLog
Create a VerboseLog printing to System.err.
VerboseLog(OutputStream) - Constructor for class jd.xml.xslt.util.VerboseLog
Create a VerboseLog.
VerboseLog.Timing - class jd.xml.xslt.util.VerboseLog.Timing.
 
VerboseLog.Timing() - Constructor for class jd.xml.xslt.util.VerboseLog.Timing
 
value - Variable in class jd.xml.xpath.parser.Scanner
 
valueOf(Expression, boolean) - Method in class jd.xml.xslt.parser.TextContentBuilder
 
valueOf(Expression, boolean) - Method in class jd.xml.xslt.template.TemplateScreener
 
valueOf(Expression, boolean) - Method in interface jd.xml.xslt.template.TemplateVisitor
 
values() - Method in class jd.util.Config
Return an enumeration of all keys.
variableBind(Variable) - Method in class jd.xml.xslt.parser.TextContentBuilder
 
variableBind(Variable) - Method in class jd.xml.xslt.template.TemplateScreener
 
variableBind(Variable) - Method in interface jd.xml.xslt.template.TemplateVisitor
 
variableReference(Expression, VariableName) - Method in interface jd.xml.xpath.expr.ExpressionVisitor
 
variableReference(Expression, VariableName) - Method in class jd.xml.xpath.expr.visitor.ExprSimplifier
 
variableReference(Expression, VariableName) - Method in class jd.xml.xpath.expr.visitor.ExprTreeWriter
 
variableReference(Expression, VariableName) - Method in class jd.xml.xpath.expr.visitor.ExprVisitorImpl
 
variableReference(Expression, VariableName) - Method in class jd.xml.xpath.expr.visitor.ExprWriter
 
verboseLog_ - Variable in class jd.xml.xslt.AbstractStylesheet
 
visit(Variable[]) - Method in class jd.xml.xslt.template.TemplateScreener
 
visit(Variable) - Method in class jd.xml.xslt.template.TemplateScreener
 
visit(Expression) - Method in class jd.xml.xslt.template.TemplateScreener
 
visit(AttributeValue) - Method in class jd.xml.xslt.template.TemplateScreener
 
visit(Template) - Method in class jd.xml.xslt.template.TemplateScreener
 
visit(AttributeSet[]) - Method in class jd.xml.xslt.template.TemplateScreener
 
visit(OutputFormatTemplate) - Method in class jd.xml.xslt.template.TemplateScreener
 
visit(Sort) - Method in class jd.xml.xslt.template.TemplateScreener
 

W

WEEKDAY_FRIDAY - Static variable in class jd.util.Date
 
WEEKDAY_MONDAY - Static variable in class jd.util.Date
 
WEEKDAY_SATURDAY - Static variable in class jd.util.Date
 
WEEKDAY_SUNDAY - Static variable in class jd.util.Date
 
WEEKDAY_THURSDAY - Static variable in class jd.util.Date
 
WEEKDAY_TUESDAY - Static variable in class jd.util.Date
 
WEEKDAY_WEDNESDAY - Static variable in class jd.util.Date
 
WILDCARD - Static variable in class jd.xml.xpath.axis.NodeTest
 
WITHPARAM - Static variable in class jd.xml.xslt.template.Variable
 
WhitespaceTest - class jd.xml.xslt.parser.WhitespaceTest.
A WhitespaceTest holds the definition for whitespace stripping tests of source documents.
warning(SAXParseException) - Method in class jd.xml.util.DefaultErrorHandler
 
warning(TransformerException) - Method in class jd.xml.xslt.trax.DefaultErrorListener
 
warningLevel_ - Variable in class jd.xml.xslt.AbstractStylesheet
 
write(char[], int, int) - Method in class jd.io.ClosedWriter
 
write(int) - Method in class jd.io.OutputStreamWriter
 
write(char[], int, int) - Method in class jd.io.OutputStreamWriter
 
write(String, int, int) - Method in class jd.io.OutputStreamWriter
 
write(int) - Method in class jd.io.TabWriter
Write a single character.
write(int, int) - Method in class jd.io.TabWriter
Write two characters.
write(char[], int, int) - Method in class jd.io.TabWriter
Write a portion of an array of characters.
write(String, int, int) - Method in class jd.io.TabWriter
Write a portion of a string.
write(String) - Method in class jd.io.TabWriter
Write a string.
write() - Method in class jd.util.Config
Write the Config to the file from that it was previously read.
write(String) - Method in class jd.util.Config
Write the Config to the file.
write(File) - Method in class jd.util.Config
Write the Config to the file.
write(Writer) - Method in class jd.util.Config
Write the Config to the PrintWriter.
write(XPathNode) - Method in class jd.xml.xpath.model.visit.Serializer
 
writeNewLineTab() - Method in class jd.io.TabWriter
 
writeTo(ResultBuilder) - Method in class jd.xml.xslt.result.ResultTreeRecorder
Write the recorded content to another ResultBuilder.

X

XBoolean - class jd.xml.xpath.object.XBoolean.
XBoolean represents a XPath object with type boolean.
XConvertibleNodeSet - class jd.xml.xpath.object.XConvertibleNodeSet.
A XMutableNodeSet that can be converted to another XPath type and therefore stores only the first added node
XConvertibleNodeSet() - Constructor for class jd.xml.xpath.object.XConvertibleNodeSet
 
XCountNodeSet - class jd.xml.xpath.object.XCountNodeSet.
A XMutableNodeSet that does not store the added nodes but only updates the size information.
XCountNodeSet() - Constructor for class jd.xml.xpath.object.XCountNodeSet
 
XEmptyNodeSet - class jd.xml.xpath.object.XEmptyNodeSet.
An empty nodeset.
XExternalObject - class jd.xml.xslt.extension.XExternalObject.
A XExternalObject represents result objects returned from an extension function.
XExternalObject(Object) - Constructor for class jd.xml.xslt.extension.XExternalObject
Create a XExternalObject.
XINCLUDE_NAMESPACE_URI - Static variable in class jd.xml.util.XmlUtil
The XInclude namespace URI.
XListNodeSet - class jd.xml.xpath.object.XListNodeSet.
A MutableNodeSet that stores the added nodes in an array.
XListNodeSet(int, int) - Constructor for class jd.xml.xpath.object.XListNodeSet
 
XMLNS_NAMESPACE_URI - Static variable in class jd.xml.util.XmlUtil
The XMLNS namespace URI.
XML_NAMESPACE_URI - Static variable in class jd.xml.util.XmlUtil
The XML namespace URI.
XMutableNodeSet - class jd.xml.xpath.object.XMutableNodeSet.
A NodeSet to which nodes can be added.
XMutableNodeSet() - Constructor for class jd.xml.xpath.object.XMutableNodeSet
 
XNodeSet - class jd.xml.xpath.object.XNodeSet.
XNodeSet represents a XPath object with type node-set.
XNodeSet() - Constructor for class jd.xml.xpath.object.XNodeSet
 
XNodeSetFactory - class jd.xml.xpath.object.XNodeSetFactory.
A factory class for node-sets.
XNodeSetFactory() - Constructor for class jd.xml.xpath.object.XNodeSetFactory
 
XNumber - class jd.xml.xpath.object.XNumber.
XNumber represents a XPath object with type number.
XNumber(double) - Constructor for class jd.xml.xpath.object.XNumber
Create a new XNumber with the given value.
XObject - class jd.xml.xpath.object.XObject.
XObject is the base class for the classes that represent objects of the four basic XPath types node-set, boolean, number and string.
XObject() - Constructor for class jd.xml.xpath.object.XObject
 
XPath - class jd.xml.xpath.tool.XPath.
A utility class to evaluate XPath expressions.
XPath(String) - Constructor for class jd.xml.xpath.tool.XPath
Create a XPath object for the given Expression string.
XPath(String, XPathNamespaces) - Constructor for class jd.xml.xpath.tool.XPath
Create a XPath object for the given Expression string.
XPath(Expression) - Constructor for class jd.xml.xpath.tool.XPath
Create a XPath object for the given Expression.
XPathContext - class jd.xml.xpath.XPathContext.
A XPath context.
XPathContext() - Constructor for class jd.xml.xpath.XPathContext
Create a XPathContext.
XPathContext.State - class jd.xml.xpath.XPathContext.State.
State represents the state information of a XPathContext.
XPathContext.State() - Constructor for class jd.xml.xpath.XPathContext.State
 
XPathException - exception jd.xml.xpath.XPathException.
A XPathException signals an error during evaluation of an XPath expression.
XPathException(String) - Constructor for class jd.xml.xpath.XPathException
Create a XPathException.
XPathException(String, Throwable) - Constructor for class jd.xml.xpath.XPathException
Create a XPathException.
XPathFunctionLibrary - class jd.xml.xpath.expr.function.XPathFunctionLibrary.
The XPath function library.
XPathFunctionLibrary() - Constructor for class jd.xml.xpath.expr.function.XPathFunctionLibrary
 
XPathFunctionLibrary(int) - Constructor for class jd.xml.xpath.expr.function.XPathFunctionLibrary
 
XPathNamespaces - class jd.xml.xpath.tool.XPathNamespaces.
XPathNamespaces is a helper to define the namespace context for a XPath expression.
XPathNamespaces() - Constructor for class jd.xml.xpath.tool.XPathNamespaces
 
XPathNode - interface jd.xml.xpath.model.XPathNode.
XPathNode models a node as described in the XPath data model.
XPathParseContext - class jd.xml.xpath.parser.XPathParseContext.
XPathParseContext provides context information for the parser.
XPathParseContext() - Constructor for class jd.xml.xpath.parser.XPathParseContext
Create a XPathParseContext.
XPathParseContext(FunctionLibrary) - Constructor for class jd.xml.xpath.parser.XPathParseContext
Create a XPathParseContext.
XPathParseException - exception jd.xml.xpath.parser.XPathParseException.
XPathParseException indicates errors when an expression is parsed.
XPathParseException(String, int, String) - Constructor for class jd.xml.xpath.parser.XPathParseException
Create a XPathParseException.
XPathRootNode - interface jd.xml.xpath.model.XPathRootNode.
XPathRootNode represents the root node of a XPath document.
XResultTreeFragment - class jd.xml.xslt.expr.XResultTreeFragment.
A NodeSet constructed by the template of a variable binding element.
XResultTreeFragment(NodeNamePool, ResultTreeRecorder) - Constructor for class jd.xml.xslt.expr.XResultTreeFragment
Create a XResultTreeFragment.
XSLTContext - interface org.w3c.xsl.XSLTContext.
Interface to be used with XSLT extension functions written in Java
XSLT_NAMESPACE_URI - Static variable in class jd.xml.util.XmlUtil
The XSLT namespace URI.
XSingleNodeSet - class jd.xml.xpath.object.XSingleNodeSet.
A XNodeSet which contains one or zero nodes.
XSingleNodeSet() - Constructor for class jd.xml.xpath.object.XSingleNodeSet
Create an empty XSingleNodeSet.
XSingleNodeSet(XPathNode) - Constructor for class jd.xml.xpath.object.XSingleNodeSet
Create a XSingleNodeSet with one node.
XString - class jd.xml.xpath.object.XString.
XString represents a XPath object with type string.
XString(String) - Constructor for class jd.xml.xpath.object.XString
Create a XString.
XSumNodeSet - class jd.xml.xpath.object.XSumNodeSet.
A NodeSet which collects only the sum of the number values of the added nodes but does not provide access to the nodes.
XSumNodeSet() - Constructor for class jd.xml.xpath.object.XSumNodeSet
 
XTextContentFragment - class jd.xml.xslt.expr.XTextContentFragment.
A NodeSet constructed by the template of a variable binding element.
XTextContentFragment(ModelCache, String) - Constructor for class jd.xml.xslt.expr.XTextContentFragment
 
XmlResultBuilder - class jd.xml.xslt.result.XmlResultBuilder.
A ResultBuilder that builds a xml file.
XmlResultBuilder(XsltResult) - Constructor for class jd.xml.xslt.result.XmlResultBuilder
Create a new XmlResultBuilder.
XmlSource - class jd.xml.util.XmlSource.
XmlSource represents the uri and a source of a document.
XmlSource(String) - Constructor for class jd.xml.util.XmlSource
Create a XmlSource from a uri.
XmlSource(String, Object) - Constructor for class jd.xml.util.XmlSource
Create a XmlSource by directly providing the document content.
XmlSource(File) - Constructor for class jd.xml.util.XmlSource
Create a XmlSource from a file.
XmlSource(URL) - Constructor for class jd.xml.util.XmlSource
Create a XmlSource from a URL.
XmlSource(String, InputStream, boolean) - Constructor for class jd.xml.util.XmlSource
Create a XmlSource from an InputStream.
XmlSource(String, Reader, boolean, String) - Constructor for class jd.xml.util.XmlSource
Create a XmlSource from a Reader.
XmlSource(InputSource) - Constructor for class jd.xml.util.XmlSource
Create a XmlSource from a SAX InputSource.
XmlUtil - class jd.xml.util.XmlUtil.
A collection of xml related utility methods.
XmlUtil() - Constructor for class jd.xml.util.XmlUtil
 
XmlWriter - class jd.xml.util.XmlWriter.
A Writer class to produce pretty printed xml files.
XmlWriter(OutputStream, String, boolean) - Constructor for class jd.xml.util.XmlWriter
Create a new XmlWriter.
XmlWriter(OutputStream, Encoding, boolean) - Constructor for class jd.xml.util.XmlWriter
Create a new XmlWriter.
XmlWriter(Writer, String, boolean) - Constructor for class jd.xml.util.XmlWriter
Create a new XmlWriter.
XmlWriter(Writer, Encoding, boolean) - Constructor for class jd.xml.util.XmlWriter
Create a new XmlWriter.
XsltContext - class jd.xml.xslt.XsltContext.
A XSLT transformation context.
XsltContext(ModelCache, MessageListener, XsltSecurityManager, Hashtable, ExtensionHandler[], Hashtable, int, int, XObject[], OutputFormat, boolean) - Constructor for class jd.xml.xslt.XsltContext
Create a XsltContext.
XsltException - exception jd.xml.xslt.XsltException.
A XsltException signals an error during a XSLT transformation.
XsltException(String) - Constructor for class jd.xml.xslt.XsltException
Create a XsltException.
XsltException(String, Throwable) - Constructor for class jd.xml.xslt.XsltException
Create a XsltException.
XsltFunction - interface jd.xml.xslt.expr.XsltFunction.
A interface for XSLT functions which need to be initialized by the static expression context.
XsltFunctionLibrary - class jd.xml.xslt.expr.XsltFunctionLibrary.
XsltFunctionLibrary represents the XSLT function library.
XsltFunctionLibrary() - Constructor for class jd.xml.xslt.expr.XsltFunctionLibrary
 
XsltFunctionType - class jd.xml.xslt.expr.XsltFunctionType.
A FunctionType for XsltFunctions.
XsltFunctionType(String, int) - Constructor for class jd.xml.xslt.expr.XsltFunctionType
Create a FunctionType with a fixed number of arguments.
XsltFunctionType(String, int, int) - Constructor for class jd.xml.xslt.expr.XsltFunctionType
Create a FunctionType with a variable number of arguments.
XsltParseContext - class jd.xml.xslt.parser.XsltParseContext.
ParseContext holds information about the current state of a parse process, i.e.: settings for the current stylesheet (xslt version, base uri, forwardCompatibleProcessing mode...) settings for the current parsed element or attribute the namespace declarations in effect for the current parsed element.
XsltParseContext() - Constructor for class jd.xml.xslt.parser.XsltParseContext
Create a new ParseContext.
XsltParseException - exception jd.xml.xslt.parser.XsltParseException.
A XsltParseException indicates errors when a stylesheet is parsed.
XsltParseException(String, String, Exception) - Constructor for class jd.xml.xslt.parser.XsltParseException
Create a new XsltParseException.
XsltParseException(String, XPathNode, Exception) - Constructor for class jd.xml.xslt.parser.XsltParseException
Create a new XsltParseException.
XsltResult - class jd.xml.xslt.XsltResult.
XsltResult represents the result of a XSLT transformation and allows to specify various output possibilities.
XsltResult(String) - Constructor for class jd.xml.xslt.XsltResult
Create a XsltResult.
XsltResult(File) - Constructor for class jd.xml.xslt.XsltResult
Create a XsltResult.
XsltResult(String, OutputStream, boolean) - Constructor for class jd.xml.xslt.XsltResult
Create a XsltResult.
XsltResult(String, Writer, boolean) - Constructor for class jd.xml.xslt.XsltResult
Create a XsltResult.
XsltResult(ResultBuilder) - Constructor for class jd.xml.xslt.XsltResult
Create a XsltResult.
XsltSecurityManager - class jd.xml.xslt.XsltSecurityManager.
XsltSecurityManager is a class that allows applications to implement a security policy for XSLT transformations.
XsltSecurityManager() - Constructor for class jd.xml.xslt.XsltSecurityManager
 
XsltSortable - class jd.xml.xslt.util.XsltSortable.
A XsltSortable represent an xslt element with a import precedence and priority.
XsltSortable(int) - Constructor for class jd.xml.xslt.util.XsltSortable
Create a XsltSortable.
XsltSortable(int, double) - Constructor for class jd.xml.xslt.util.XsltSortable
Create a XsltSortable.
XsltSortable(int, double, int) - Constructor for class jd.xml.xslt.util.XsltSortable
Create a XsltSortable.
XsltSortable(XsltSortable) - Constructor for class jd.xml.xslt.util.XsltSortable
Create a XsltSortable by copying the values from another sortable.

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