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

A

AbsoluteStepExpr - class net.sf.swan.xpath.expr.AbsoluteStepExpr.
 
AbsoluteStepExpr(IterableAxis, NodeTest) - Constructor for class net.sf.swan.xpath.expr.AbsoluteStepExpr
 
accept(Visitor) - Method in class net.sf.swan.xpath.expr.DefaultExpr
 
accept(Visitor) - Method in class net.sf.swan.xpath.expr.DefaultFunctionCallExpr
 
accept(Visitor) - Method in class net.sf.swan.xpath.expr.DefaultVariableReferenceExpr
 
accept(Visitor) - Method in class net.sf.swan.xpath.expr.AVTExpr
 
acceptedChoiceKey - Static variable in class net.sf.swan.xml.input.components.Choice
 
add(ContextListener) - Method in class net.sf.swan.xml.input.components.StartElementFilters
 
add(Pattern, Object) - Method in class net.sf.swan.xpath.Matcher
Add a pattern and associated rule or metadata to the Matcher.
add(Pattern, Object) - Method in class net.sf.swan.xpath.pattern.PatternManager
 
add(Pattern, Object, double) - Method in class net.sf.swan.xpath.Matcher
Add a pattern and associated rule or metadata to the Matcher.
add(Pattern, Object, double) - Method in class net.sf.swan.xpath.pattern.PatternManager
 
add(Pattern, String, Object) - Method in class net.sf.swan.xpath.Matcher
 
add(Pattern, String, Object, double) - Method in class net.sf.swan.xpath.Matcher
 
add(String, Object) - Method in class net.sf.swan.xpath.Matcher
Add a pattern and associated rule or metadata to the Matcher.
add(String, Object, double) - Method in class net.sf.swan.xpath.Matcher
Add a pattern and associated rule or metadata to the Matcher.
addAll(Map) - Method in class net.sf.swan.xpath.pattern.PatternManager
 
addAll(Matcher) - Method in class net.sf.swan.xpath.Matcher
Merge all of the rules in the specified Matcher into this one.
addAll(PatternManager.Entry) - Method in class net.sf.swan.xpath.pattern.PatternManager
 
addAll(PatternManager) - Method in class net.sf.swan.xpath.pattern.PatternManager
 
addAttribute(String, String, String, String) - Method in class net.sf.swan.xml.output.ElementResult
 
addContextListener(ContextListener) - Method in class net.sf.swan.xml.input.event.EventContext
 
addDocumentListener(DocumentListener) - Method in class net.sf.swan.xml.input.event.DocumentContext
 
addLibrary(String, FunctionContext) - Method in class net.sf.swan.xpath.util.CompositeFunctionContext
Adds another FunctionContext as a library tied to the specified namespace URI.
addParameter(Expr) - Method in class net.sf.swan.xpath.expr.DefaultFunctionCallExpr
 
Annotator - class net.sf.swan.xml.input.components.Annotator.
Utility that can annotate ElementContext objects with arbitary properties based on matching patterns.
Annotator() - Constructor for class net.sf.swan.xml.input.components.Annotator
 
ANY_NODE - Static variable in interface net.sf.swan.xpath.pattern.NodeTypes
 
ANY_NODE_TEST - Static variable in class net.sf.swan.xpath.expr.SelectorXPathFactory
 
ANY_NODE_TEST - Static variable in class net.sf.swan.xpath.pattern.PatternHandler
 
AnyNodeTest - class net.sf.swan.xpath.pattern.AnyNodeTest.
 
AnyNodeTest() - Constructor for class net.sf.swan.xpath.pattern.AnyNodeTest
 
applyPredicate(Predicate, Context) - Method in class net.sf.swan.xpath.pattern.PredicatedPattern
 
ArrayIterator - class net.sf.swan.util.ArrayIterator.
Iterator that iterates through an array without having to wrap the array in a Collection.
ArrayIterator(Object[]) - Constructor for class net.sf.swan.util.ArrayIterator
 
ATTRIBUTE_NODE - Static variable in interface net.sf.swan.xpath.pattern.NodeTypes
 
ATTRIBUTE_TEST - Static variable in class net.sf.swan.xpath.expr.SelectorXPathFactory
 
ATTRIBUTE_TEST - Static variable in class net.sf.swan.xpath.pattern.PatternHandler
 
attribute(String, String) - Method in class net.sf.swan.xml.output.ElementResult
Create an attribute for this element.
attribute(String, String) - Method in class net.sf.swan.xml.output.AttributesResult
 
attribute(String, String, String) - Method in class net.sf.swan.xml.output.ElementResult
Create an attribute for this element.
attribute(String, String, String) - Method in class net.sf.swan.xml.output.AttributesResult
 
ATTRIBUTES_KEY - Static variable in class net.sf.swan.xml.input.pattern.EventContextNavigator
 
attributes() - Method in class net.sf.swan.xml.input.event.StartElementEvent
 
AttributesResult - class net.sf.swan.xml.output.AttributesResult.
Represents the attributes on an element.
AttributesResult(ElementResult) - Constructor for class net.sf.swan.xml.output.AttributesResult
 
AVTExpr - class net.sf.swan.xpath.expr.AVTExpr.
Provides support for Attribute Value Templates (as in XSLT).
AVTExpr(Expr[]) - Constructor for class net.sf.swan.xpath.expr.AVTExpr
 
AVTSyntaxException - exception net.sf.swan.xpath.expr.AVTSyntaxException.
 
AVTSyntaxException(String) - Constructor for class net.sf.swan.xpath.expr.AVTSyntaxException
 
AVTSyntaxException(Throwable) - Constructor for class net.sf.swan.xpath.expr.AVTSyntaxException
 

B

BeanAdapter - class net.sf.swan.xml.input.reflect.BeanAdapter.
Component that uses reflection to match elements to JavaBean properties.
BeanAdapter(Class) - Constructor for class net.sf.swan.xml.input.reflect.BeanAdapter
Constructor to match all elements to bean properties, irrespective of the element's namespace.
BeanAdapter(String, Class) - Constructor for class net.sf.swan.xml.input.reflect.BeanAdapter
Constructor to match all elements in the specified namespace to bean properties.
BeanMapper - class net.sf.swan.xml.input.reflect.BeanMapper.
 
BeanMapper(Class) - Constructor for class net.sf.swan.xml.input.reflect.BeanMapper
 

C

Cache - interface net.sf.swan.util.Cache.
 
cdata(String) - Method in class net.sf.swan.xml.output.ContainerResult
Create CDATA output as child content of this result.
Chain - class net.sf.swan.xml.input.components.Chain.
Utility to chain together two ContextListeners.
Chain(ContextListener) - Constructor for class net.sf.swan.xml.input.components.Chain
 
Chain(ContextListener, ContextListener) - Constructor for class net.sf.swan.xml.input.components.Chain
 
ChainableException - exception net.sf.swan.util.ChainableException.
Utility base class for Exceptions that support chaining.
ChainableException(String) - Constructor for class net.sf.swan.util.ChainableException
 
ChainableException(String, Throwable) - Constructor for class net.sf.swan.util.ChainableException
 
ChainableException(Throwable) - Constructor for class net.sf.swan.util.ChainableException
 
ChainableRuntimeException - exception net.sf.swan.util.ChainableRuntimeException.
Utility base class for RuntimeExceptions that support chaining.
ChainableRuntimeException(String) - Constructor for class net.sf.swan.util.ChainableRuntimeException
 
ChainableRuntimeException(String, Throwable) - Constructor for class net.sf.swan.util.ChainableRuntimeException
 
ChainableRuntimeException(Throwable) - Constructor for class net.sf.swan.util.ChainableRuntimeException
 
characters(char[], int, int) - Method in class net.sf.swan.xml.input.event.SAXDocumentContext
 
checkSize() - Method in class net.sf.swan.util.LRUCache
 
ChildOrAttributeStep - class net.sf.swan.xpath.pattern.ChildOrAttributeStep.
 
ChildOrAttributeStep(NodeTest, Pattern) - Constructor for class net.sf.swan.xpath.pattern.ChildOrAttributeStep
 
Choice - class net.sf.swan.xml.input.components.Choice.
 
Choice(ContextListener[]) - Constructor for class net.sf.swan.xml.input.components.Choice
 
cleanup() - Method in class net.sf.swan.xml.input.event.SAXDocumentContext
 
clear() - Method in class net.sf.swan.util.LRUCache
 
clear() - Method in interface net.sf.swan.util.Cache
 
clear() - Method in class net.sf.swan.xml.input.event.SAXDocumentContext
 
clear() - Method in class net.sf.swan.xml.input.util.ContextMap
Clear the entries from this map.
clearExpressions() - Method in class net.sf.swan.xpath.Selector
 
clone() - Method in class net.sf.swan.util.Tuple
 
clone() - Method in class net.sf.swan.util.IdentityKey
 
COMMENT_NODE - Static variable in interface net.sf.swan.xpath.pattern.NodeTypes
 
COMMENT_TEST - Static variable in class net.sf.swan.xpath.expr.SelectorXPathFactory
 
COMMENT_TEST - Static variable in class net.sf.swan.xpath.pattern.PatternHandler
 
comment(String) - Method in class net.sf.swan.xml.output.ContainerResult
Create a comment as child content of this result.
CompositeFunctionContext - class net.sf.swan.xpath.util.CompositeFunctionContext.
FunctionContext that is a composite of other FunctionContexts, each tied to a URI.
CompositeFunctionContext() - Constructor for class net.sf.swan.xpath.util.CompositeFunctionContext
 
CompositeNavigator - class net.sf.swan.xpath.util.CompositeNavigator.
A Navigator that wraps two other Navigators, dispatching to the appropriate one based on the node type.
CompositeNavigator(Navigator, Navigator) - Constructor for class net.sf.swan.xpath.util.CompositeNavigator
 
connect(Stereotype) - Method in class net.sf.swan.xml.input.pattern.Rule
 
connect(String, ContextListener) - Method in class net.sf.swan.xml.input.pattern.Connector
Define a rule by specifying an XSLT-like pattern
connect(String, ContextListener) - Method in class net.sf.swan.xml.input.pattern.Stereotype
 
connectEvent(ContextEvent) - Method in class net.sf.swan.xml.input.event.EventContext
Utility to connect an event to this as it's new source context.
connectEvent(ContextEvent) - Method in class net.sf.swan.xml.input.event.TraceSAXDocumentContext
 
Connector - class net.sf.swan.xml.input.pattern.Connector.
A component that aggregates a set of Rules that should be evaluated against some class of ContextEvents.
connectSource(EventContext) - Method in class net.sf.swan.xml.input.event.ContextEvent
Utility to connect an event to a new source context.
connectSource(EventContext) - Method in class net.sf.swan.xml.input.pattern.Stereotype
 
consume() - Method in class net.sf.swan.xml.input.event.ContextEvent
 
ContainerResult - class net.sf.swan.xml.output.ContainerResult.
A Result that may contain other Results as children.
ContainerResult.NamespaceBinding - class net.sf.swan.xml.output.ContainerResult.NamespaceBinding.
 
ContainerResult.NamespaceBinding(String) - Constructor for class net.sf.swan.xml.output.ContainerResult.NamespaceBinding
 
ContainerResult(ContainerResult) - Constructor for class net.sf.swan.xml.output.ContainerResult
 
ContextAdapter - class net.sf.swan.xml.input.event.ContextAdapter.
 
ContextAdapter() - Constructor for class net.sf.swan.xml.input.event.ContextAdapter
 
ContextEvent - class net.sf.swan.xml.input.event.ContextEvent.
 
ContextEvent(ContextEvent) - Constructor for class net.sf.swan.xml.input.event.ContextEvent
Constructor for subclasses which wish to derive event types that propagate from other events.
ContextListener - interface net.sf.swan.xml.input.event.ContextListener.
 
contextListener() - Method in class net.sf.swan.xml.input.pattern.PatternsBuilder
Factory method for creating a ContextListener that dispatches to the appropriate rules for processing.
ContextMap - class net.sf.swan.xml.input.util.ContextMap.
Utility for maintaining stacked contexts of key/value mappings.
ContextMap() - Constructor for class net.sf.swan.xml.input.util.ContextMap
 
ContextMap(int) - Constructor for class net.sf.swan.xml.input.util.ContextMap
 
ContextMap(int, float) - Constructor for class net.sf.swan.xml.input.util.ContextMap
 
CopyState - class net.sf.swan.xml.input.components.CopyState.
Component that simply copies the client state from one EventContext to another.
CopyState() - Constructor for class net.sf.swan.xml.input.components.CopyState
 
count() - Method in class net.sf.swan.util.Tuple
 
create() - Method in class net.sf.swan.xpath.util.SelectorPool
 
create() - Method in class net.sf.swan.xml.input.util.ReaderPool
 
createAbsoluteLocationPath() - Method in class net.sf.swan.xpath.expr.SelectorXPathFactory
 
createAllNodeStep(int) - Method in class net.sf.swan.xpath.expr.SelectorXPathFactory
 
createCommentNodeStep(int) - Method in class net.sf.swan.xpath.expr.SelectorXPathFactory
 
createContextSupport() - Method in class net.sf.swan.xpath.XPathSupport
 
createErrorMessage(String, EventContext) - Method in class net.sf.swan.xml.input.tree.DOMTreeFactory
 
createFunctionCallExpr(String, String) - Method in class net.sf.swan.xpath.expr.SelectorXPathFactory
 
createFunctionContext() - Method in class net.sf.swan.xpath.XPathSupport
 
createMatchContext() - Method in class net.sf.swan.xpath.XPathSupport
 
createMatchContext() - Method in class net.sf.swan.xpath.Matcher
Create a MatchContext object that may be used to iterate through matching rules, and to manipulate variables for matching in a thread-safe manner.
createMatcher() - Method in class net.sf.swan.xpath.XPathSupport
Create a Matcher with a copy of this object's context.
createNamespaceContext() - Method in class net.sf.swan.xpath.XPathSupport
 
createNameStep(int, String, String) - Method in class net.sf.swan.xpath.expr.SelectorXPathFactory
 
createNodeTestStep(int, NodeTest) - Method in class net.sf.swan.xpath.expr.SelectorXPathFactory
 
createPatternStep(int, NodeTest, Object) - Method in class net.sf.swan.xpath.pattern.PatternHandler
 
createProcessingInstructionNodeStep(int, String) - Method in class net.sf.swan.xpath.expr.SelectorXPathFactory
 
createQName() - Method in class net.sf.swan.xml.output.ElementResult
 
createQName(AttributesImpl, int) - Method in class net.sf.swan.xml.output.ElementResult
 
createRelativeLocationPath() - Method in class net.sf.swan.xpath.expr.SelectorXPathFactory
 
createSelector() - Method in class net.sf.swan.xpath.XPathSupport
Create a Selector with a copy of this object's context.
createTextNodeStep(int) - Method in class net.sf.swan.xpath.expr.SelectorXPathFactory
 
createTransformerHandler(Result) - Method in class net.sf.swan.xml.output.jaxp.ResultFactory
 
createVariableContext() - Method in class net.sf.swan.xpath.XPathSupport
 
createVariableReferenceExpr(String, String) - Method in class net.sf.swan.xpath.expr.SelectorXPathFactory
 
createView() - Method in class net.sf.swan.xml.input.traceview.JTreeTraceHandler
 
currentContext() - Method in class net.sf.swan.xml.input.event.ContextEvent
 
currentElement() - Method in class net.sf.swan.xml.input.event.DocumentContext
 
currentElement() - Method in class net.sf.swan.xml.input.event.SAXDocumentContext
 
currentEvent() - Method in class net.sf.swan.xml.input.event.DocumentContext
 
currentEvent() - Method in class net.sf.swan.xml.input.event.SAXDocumentContext
 

D

data() - Method in class net.sf.swan.xml.input.event.ProcessingInstructionEvent
 
DefaultErrorHandler - class net.sf.swan.xml.input.event.DefaultErrorHandler.
Default ErrorHandler implementation that may also be used as a SAX ErrorHandler.
DefaultErrorHandler() - Constructor for class net.sf.swan.xml.input.event.DefaultErrorHandler
 
DefaultErrorHandler(int) - Constructor for class net.sf.swan.xml.input.event.DefaultErrorHandler
 
DefaultExpr - class net.sf.swan.xpath.expr.DefaultExpr.
 
DefaultExpr() - Constructor for class net.sf.swan.xpath.expr.DefaultExpr
 
DefaultFunctionCallExpr - class net.sf.swan.xpath.expr.DefaultFunctionCallExpr.
 
DefaultFunctionCallExpr(String, String, Function) - Constructor for class net.sf.swan.xpath.expr.DefaultFunctionCallExpr
 
defaultParseAdapter - Variable in class net.sf.swan.xpath.XPathSupport
 
DefaultVariableReferenceExpr - class net.sf.swan.xpath.expr.DefaultVariableReferenceExpr.
 
DefaultVariableReferenceExpr(String, String, String) - Constructor for class net.sf.swan.xpath.expr.DefaultVariableReferenceExpr
 
DefaultXPathHandler - class net.sf.swan.xpath.expr.DefaultXPathHandler.
 
DefaultXPathHandler() - Constructor for class net.sf.swan.xpath.expr.DefaultXPathHandler
 
DescendantStep - class net.sf.swan.xpath.pattern.DescendantStep.
 
DescendantStep(NodeTest, Pattern) - Constructor for class net.sf.swan.xpath.pattern.DescendantStep
 
DOCUMENT_NODE - Static variable in interface net.sf.swan.xpath.pattern.NodeTypes
 
DOCUMENT_TEST - Static variable in class net.sf.swan.xpath.expr.SelectorXPathFactory
 
DOCUMENT_TEST - Static variable in class net.sf.swan.xpath.pattern.PatternHandler
 
DocumentContext - class net.sf.swan.xml.input.event.DocumentContext.
Maintains contextual information relevant to the processing of a document.
DocumentContext() - Constructor for class net.sf.swan.xml.input.event.DocumentContext
 
DocumentListener - interface net.sf.swan.xml.input.event.DocumentListener.
 
DocumentResult - class net.sf.swan.xml.output.DocumentResult.
Specialized FragmentResult that emits startDocument and endDocument events to the ContentHandler.
DocumentResult(ContentHandler, LexicalHandler) - Constructor for class net.sf.swan.xml.output.DocumentResult
 
DocumentResult(ContentHandler, LexicalHandler, Locator) - Constructor for class net.sf.swan.xml.output.DocumentResult
 
DOMTreeFactory - class net.sf.swan.xml.input.tree.DOMTreeFactory.
Note: This currently does not bother with the expense of making certain that namespace declarations are setup properly.
DOMTreeFactory() - Constructor for class net.sf.swan.xml.input.tree.DOMTreeFactory
 
DOMTreeFactory(Document) - Constructor for class net.sf.swan.xml.input.tree.DOMTreeFactory
 

E

ELEMENT_NODE - Static variable in interface net.sf.swan.xpath.pattern.NodeTypes
 
ELEMENT_TEST - Static variable in class net.sf.swan.xpath.expr.SelectorXPathFactory
 
ELEMENT_TEST - Static variable in class net.sf.swan.xpath.pattern.PatternHandler
 
element(String) - Method in class net.sf.swan.xml.output.ContainerResult
Create an ElementResult that will be output as a child of this result.
element(String) - Method in class net.sf.swan.xml.input.reflect.MethodMapper
 
element(String, Attributes) - Method in class net.sf.swan.xml.output.ContainerResult
Create an ElementResult that will be output as a child of this result.
element(String, String) - Method in class net.sf.swan.xml.output.ContainerResult
Create an ElementResult that will be output as a child of this result.
element(String, String, Attributes) - Method in class net.sf.swan.xml.output.ContainerResult
Create an ElementResult that will be output as a child of this result.
element(String, String, String, Attributes) - Method in class net.sf.swan.xml.output.ContainerResult
 
element(String, String, String, Attributes) - Method in class net.sf.swan.xml.output.FragmentResult
 
element(String, String, String, Attributes) - Method in class net.sf.swan.xml.output.DocumentResult
 
ElementContext - class net.sf.swan.xml.input.event.ElementContext.
Maintains contextual information relevant to the processing of an element's content.
ElementContext(DocumentContext) - Constructor for class net.sf.swan.xml.input.event.ElementContext
 
ElementResult - class net.sf.swan.xml.output.ElementResult.
 
ElementResult(ContainerResult, String, String, String, Attributes) - Constructor for class net.sf.swan.xml.output.ElementResult
 
emitStartTag(ContentHandler, boolean) - Method in class net.sf.swan.xml.output.ElementResult
 
EmptyIterator - class net.sf.swan.util.EmptyIterator.
Iterator that simulates an empty collection.
END_OUTPUT - Static variable in class net.sf.swan.xml.output.Result
 
end() - Method in class net.sf.swan.xml.output.Result
Output this Result and return it's parent.
end() - Method in class net.sf.swan.xml.output.FragmentResult
 
endAbsoluteLocationPath() - Method in class net.sf.swan.xpath.expr.DefaultXPathHandler
 
endAbsoluteLocationPath() - Method in class net.sf.swan.xpath.pattern.PatternHandler
 
endAdditiveExpr(int) - Method in class net.sf.swan.xpath.expr.DefaultXPathHandler
 
endAdditiveExpr(int) - Method in class net.sf.swan.xpath.pattern.PatternHandler
 
endAllNodeStep() - Method in class net.sf.swan.xpath.expr.DefaultXPathHandler
 
endAllNodeStep() - Method in class net.sf.swan.xpath.pattern.PatternHandler
 
endAndExpr(boolean) - Method in class net.sf.swan.xpath.expr.DefaultXPathHandler
 
endAndExpr(boolean) - Method in class net.sf.swan.xpath.pattern.PatternHandler
 
endCommentNodeStep() - Method in class net.sf.swan.xpath.expr.DefaultXPathHandler
 
endCommentNodeStep() - Method in class net.sf.swan.xpath.pattern.PatternHandler
 
endContext(Object) - Method in class net.sf.swan.xml.input.event.TraceHandler
 
endContext(Object) - Method in class net.sf.swan.xml.input.traceview.JTreeTraceHandler
 
endContextRef(Object, Object) - Method in class net.sf.swan.xml.input.event.TraceHandler
 
endContextRef(Object, Object) - Method in class net.sf.swan.xml.input.traceview.JTreeTraceHandler
 
endDocument() - Method in class net.sf.swan.xml.input.event.SAXDocumentContext
 
endDocument(DocumentContext) - Method in class net.sf.swan.xml.input.components.StartElementFilters
 
endDocument(DocumentContext) - Method in interface net.sf.swan.xml.input.event.DocumentListener
 
endDocument(DocumentContext) - Method in class net.sf.swan.xml.input.pattern.PatternsBuilder
 
endElement(EndElementEvent) - Method in class net.sf.swan.xml.input.components.Choice
 
endElement(EndElementEvent) - Method in class net.sf.swan.xml.input.components.CopyState
Copies the client state from the current context to the source context.
endElement(EndElementEvent) - Method in class net.sf.swan.xml.input.components.Chain
 
endElement(EndElementEvent) - Method in class net.sf.swan.xml.input.event.ContextAdapter
 
endElement(EndElementEvent) - Method in interface net.sf.swan.xml.input.event.ContextListener
 
endElement(EndElementEvent) - Method in class net.sf.swan.xml.input.reflect.ReflectAdapter
 
endElement(EndElementEvent) - Method in class net.sf.swan.xml.input.reflect.BeanAdapter
 
endElement(EndElementEvent) - Method in class net.sf.swan.xml.input.tree.TreeAdapter
 
endElement(EndElementEvent) - Method in class net.sf.swan.xml.input.tree.DOMTreeFactory
 
endElement(String, String, String) - Method in class net.sf.swan.xml.input.event.SAXDocumentContext
 
endElement(String, String, String) - Method in class net.sf.swan.xml.input.event.TraceSAXDocumentContext
 
EndElementEvent - class net.sf.swan.xml.input.event.EndElementEvent.
 
EndElementEvent() - Constructor for class net.sf.swan.xml.input.event.EndElementEvent
 
endEqualityExpr(int) - Method in class net.sf.swan.xpath.expr.DefaultXPathHandler
 
endEqualityExpr(int) - Method in class net.sf.swan.xpath.pattern.PatternHandler
 
endFilterExpr() - Method in class net.sf.swan.xpath.expr.DefaultXPathHandler
 
endFilterExpr() - Method in class net.sf.swan.xpath.pattern.PatternHandler
 
endFunction() - Method in class net.sf.swan.xpath.expr.DefaultXPathHandler
 
endFunction() - Method in class net.sf.swan.xpath.pattern.PatternHandler
 
endMultiplicativeExpr(int) - Method in class net.sf.swan.xpath.expr.DefaultXPathHandler
 
endMultiplicativeExpr(int) - Method in class net.sf.swan.xpath.pattern.PatternHandler
 
endNameStep() - Method in class net.sf.swan.xpath.expr.DefaultXPathHandler
 
endNameStep() - Method in class net.sf.swan.xpath.pattern.PatternHandler
 
endOrExpr(boolean) - Method in class net.sf.swan.xpath.expr.DefaultXPathHandler
 
endOrExpr(boolean) - Method in class net.sf.swan.xpath.pattern.PatternHandler
 
endPathExpr() - Method in class net.sf.swan.xpath.expr.DefaultXPathHandler
 
endPathExpr() - Method in class net.sf.swan.xpath.expr.ExprHandler
 
endPathExpr() - Method in class net.sf.swan.xpath.pattern.PatternHandler
 
endPatternStep() - Method in class net.sf.swan.xpath.pattern.PatternHandler
 
endPredicate() - Method in class net.sf.swan.xpath.expr.DefaultXPathHandler
 
endPredicate() - Method in class net.sf.swan.xpath.pattern.PatternHandler
 
endPrefixMapping(String) - Method in class net.sf.swan.xml.input.event.SAXDocumentContext
 
endProcessingInstructionNodeStep() - Method in class net.sf.swan.xpath.expr.DefaultXPathHandler
 
endProcessingInstructionNodeStep() - Method in class net.sf.swan.xpath.pattern.PatternHandler
 
endRelationalExpr(int) - Method in class net.sf.swan.xpath.expr.DefaultXPathHandler
 
endRelationalExpr(int) - Method in class net.sf.swan.xpath.pattern.PatternHandler
 
endRelativeLocationPath() - Method in class net.sf.swan.xpath.expr.DefaultXPathHandler
 
endRelativeLocationPath() - Method in class net.sf.swan.xpath.pattern.PatternHandler
 
endTextNodeStep() - Method in class net.sf.swan.xpath.expr.DefaultXPathHandler
 
endTextNodeStep() - Method in class net.sf.swan.xpath.pattern.PatternHandler
 
endTrace(ContextEvent, Object) - Method in class net.sf.swan.xml.input.event.TraceHandler
 
endTrace(ContextEvent, Object) - Method in class net.sf.swan.xml.input.traceview.JTreeTraceHandler
 
endTrace(DocumentContext) - Method in class net.sf.swan.xml.input.event.TraceHandler
 
endUnaryExpr(int) - Method in class net.sf.swan.xpath.expr.DefaultXPathHandler
 
endUnaryExpr(int) - Method in class net.sf.swan.xpath.pattern.PatternHandler
 
endUnionExpr(boolean) - Method in class net.sf.swan.xpath.expr.DefaultXPathHandler
 
endUnionExpr(boolean) - Method in class net.sf.swan.xpath.pattern.PatternHandler
 
endXPath() - Method in class net.sf.swan.xpath.expr.DefaultXPathHandler
 
endXPath() - Method in class net.sf.swan.xpath.pattern.PatternHandler
 
entrySet() - Method in class net.sf.swan.util.LightMap
 
equals(Object) - Method in class net.sf.swan.util.Tuple
 
equals(Object) - Method in class net.sf.swan.util.IdentityKey
 
ERROR - Static variable in class net.sf.swan.xml.input.event.DefaultErrorHandler
 
ERROR - Static variable in class net.sf.swan.xml.input.traceview.JTreeTraceHandler
 
error(EventContextException) - Method in interface net.sf.swan.xml.input.event.ErrorHandler
 
error(EventContextException) - Method in class net.sf.swan.xml.input.event.DefaultErrorHandler
 
error(EventContextException) - Method in class net.sf.swan.xml.input.traceview.JTreeTraceHandler
 
error(SAXParseException) - Method in class net.sf.swan.xml.input.event.DefaultErrorHandler
 
ErrorHandler - interface net.sf.swan.xml.input.event.ErrorHandler.
 
evaluate(Context) - Method in class net.sf.swan.xpath.expr.AbsoluteStepExpr
 
evaluate(Context) - Method in class net.sf.swan.xpath.expr.NamedAttributeStepExpr
 
evaluate(Context) - Method in class net.sf.swan.xpath.expr.DefaultFunctionCallExpr
 
evaluate(Context) - Method in class net.sf.swan.xpath.expr.DefaultVariableReferenceExpr
 
evaluate(Context) - Method in class net.sf.swan.xpath.expr.AVTExpr
 
evaluatePredicates(Object, ContextSupport) - Method in class net.sf.swan.xpath.pattern.PredicatedPattern
 
evaluateSingle(Context) - Method in class net.sf.swan.xpath.expr.AbsoluteStepExpr
 
evaluateSingle(Context) - Method in interface net.sf.swan.xpath.expr.NodeSetExpr
 
eventConsumed() - Method in class net.sf.swan.xml.input.traceview.TraceNode
 
EventContext - class net.sf.swan.xml.input.event.EventContext.
Maintains contextual information relevant to the processing of some subset of a document.
EventContext() - Constructor for class net.sf.swan.xml.input.event.EventContext
 
EventContextException - exception net.sf.swan.xml.input.event.EventContextException.
 
EventContextException(EventContext, Exception) - Constructor for class net.sf.swan.xml.input.event.EventContextException
 
EventContextException(EventContext, String) - Constructor for class net.sf.swan.xml.input.event.EventContextException
 
EventContextException(EventContext, String, Exception) - Constructor for class net.sf.swan.xml.input.event.EventContextException
 
EventContextNavigator - class net.sf.swan.xml.input.pattern.EventContextNavigator.
 
EventContextNavigator() - Constructor for class net.sf.swan.xml.input.pattern.EventContextNavigator
 
ExprHandler - class net.sf.swan.xpath.expr.ExprHandler.
 
ExprHandler() - Constructor for class net.sf.swan.xpath.expr.ExprHandler
 

F

Factory - class net.sf.swan.xml.input.components.Factory.
Creates instances of the provided Class and associates them with an ElementContext.
Factory(Class) - Constructor for class net.sf.swan.xml.input.components.Factory
 
factoryKey - Static variable in class net.sf.swan.xml.input.tree.DOMTreeFactory
 
FATAL_ERROR - Static variable in class net.sf.swan.xml.input.event.DefaultErrorHandler
 
FATAL_ERROR - Static variable in class net.sf.swan.xml.input.traceview.JTreeTraceHandler
 
fatalError(EventContextException) - Method in interface net.sf.swan.xml.input.event.ErrorHandler
 
fatalError(EventContextException) - Method in class net.sf.swan.xml.input.event.DefaultErrorHandler
 
fatalError(EventContextException) - Method in class net.sf.swan.xml.input.traceview.JTreeTraceHandler
 
fatalError(SAXParseException) - Method in class net.sf.swan.xml.input.event.DefaultErrorHandler
 
FilterPattern - class net.sf.swan.xpath.pattern.FilterPattern.
 
FilterPattern(Pattern) - Constructor for class net.sf.swan.xpath.pattern.FilterPattern
 
fireEndDocument() - Method in class net.sf.swan.xml.input.event.DocumentContext
 
fireEndDocument() - Method in class net.sf.swan.xml.input.event.TraceSAXDocumentContext
 
fireEndElement(EndElementEvent) - Method in class net.sf.swan.xml.input.event.EventContext
 
fireEndElement(EndElementEvent) - Method in class net.sf.swan.xml.input.event.TraceSAXDocumentContext
 
fireProcessingInstruction(ProcessingInstructionEvent) - Method in class net.sf.swan.xml.input.event.EventContext
 
fireProcessingInstruction(ProcessingInstructionEvent) - Method in class net.sf.swan.xml.input.event.TraceSAXDocumentContext
 
fireStartDocument() - Method in class net.sf.swan.xml.input.event.DocumentContext
 
fireStartDocument() - Method in class net.sf.swan.xml.input.event.TraceSAXDocumentContext
 
fireStartElement(StartElementEvent) - Method in class net.sf.swan.xml.input.event.EventContext
 
fireStartElement(StartElementEvent) - Method in class net.sf.swan.xml.input.event.TraceSAXDocumentContext
 
fireTextEvent(TextEvent) - Method in class net.sf.swan.xml.input.event.EventContext
 
fireTextEvent(TextEvent) - Method in class net.sf.swan.xml.input.event.TraceSAXDocumentContext
 
first(String) - Method in class net.sf.swan.xml.input.tree.TreeResult
 
first(String, Object) - Method in class net.sf.swan.xpath.Selector
Evaluate an XPath expression relative to the specified context node and return the first matching result.
flush() - Method in class net.sf.swan.xml.output.ContainerResult
Outputs accumulated results, but does not end this ContainerResult.
fragmentKey - Static variable in class net.sf.swan.xml.input.tree.DOMTreeFactory
 
FragmentResult - class net.sf.swan.xml.output.FragmentResult.
Top-level result that emits its content out to a SAX ContentHandler and optional LexicalHandler.
FragmentResult(ContentHandler, LexicalHandler) - Constructor for class net.sf.swan.xml.output.FragmentResult
 
FunctionTestPattern - class net.sf.swan.xpath.pattern.FunctionTestPattern.
 
FunctionTestPattern(PatternFunction) - Constructor for class net.sf.swan.xpath.pattern.FunctionTestPattern
 

G

get() - Method in class net.sf.swan.util.LRUCache.CacheEntry
 
get(int) - Method in class net.sf.swan.util.Tuple
 
get(int) - Method in class net.sf.swan.util.SingletonList
 
get(Object) - Method in class net.sf.swan.util.LRUCache
 
get(Object) - Method in class net.sf.swan.util.LightMap
 
get(Object) - Method in interface net.sf.swan.util.Cache
 
get(Object) - Method in class net.sf.swan.xml.input.util.ContextMap
 
getAncestorAxisIterator(Object) - Method in class net.sf.swan.xpath.util.CompositeNavigator
 
getAncestorAxisIterator(Object) - Method in class net.sf.swan.xml.input.pattern.EventContextNavigator
 
getAncestorOrSelfAxisIterator(Object) - Method in class net.sf.swan.xpath.util.CompositeNavigator
 
getAttributeAxisIterator(Object) - Method in class net.sf.swan.xpath.util.CompositeNavigator
 
getAttributeAxisIterator(Object) - Method in class net.sf.swan.xml.input.pattern.EventContextNavigator
 
getAttributeName(Object) - Method in class net.sf.swan.xpath.util.CompositeNavigator
 
getAttributeName(Object) - Method in class net.sf.swan.xml.input.pattern.EventContextNavigator
 
getAttributeNamespaceUri(Object) - Method in class net.sf.swan.xpath.util.CompositeNavigator
 
getAttributeNamespaceUri(Object) - Method in class net.sf.swan.xml.input.pattern.EventContextNavigator
 
getAttributeQName(Object) - Method in class net.sf.swan.xpath.util.CompositeNavigator
 
getAttributeQName(Object) - Method in class net.sf.swan.xml.input.pattern.EventContextNavigator
 
getAttributes() - Method in class net.sf.swan.xml.output.ElementResult
 
getAttributeStringValue(Object) - Method in class net.sf.swan.xpath.util.CompositeNavigator
 
getAttributeStringValue(Object) - Method in class net.sf.swan.xml.input.pattern.EventContextNavigator
 
getBaseUri(ElementContext) - Static method in class net.sf.swan.xml.input.components.XMLContextAttributes
Obtains a base URI from any xml:base value in scope, or from any available SAX Locator as a fallback.
getCapacity() - Method in class net.sf.swan.util.LRUCache
 
getCapacity() - Method in interface net.sf.swan.util.Cache
 
getCause() - Method in class net.sf.swan.util.ChainableException
 
getCause() - Method in class net.sf.swan.util.ChainableRuntimeException
 
getChildAxisIterator(Object) - Method in class net.sf.swan.xpath.util.CompositeNavigator
 
getClientState() - Method in class net.sf.swan.xml.input.event.EventContext
Gets the associated state, if any.
getCommentStringValue(Object) - Method in class net.sf.swan.xpath.util.CompositeNavigator
 
getCommentStringValue(Object) - Method in class net.sf.swan.xml.input.pattern.EventContextNavigator
 
getContext() - Method in class net.sf.swan.xml.input.event.EventContextException
 
getContext(Object) - Method in class net.sf.swan.xpath.Selector
 
getContextIdentifier(Object) - Method in class net.sf.swan.xml.input.event.TraceHandler
 
getContextNode() - Method in class net.sf.swan.xml.input.tree.TreeResult
 
getContextProperty(Object) - Method in class net.sf.swan.xml.input.event.EventContext
Get the property on this context or the nearest ancestor with a matching property.
getContextProperty(Object) - Method in class net.sf.swan.xml.input.event.DocumentContext
 
getContextProperty(Object) - Method in class net.sf.swan.xml.input.event.ElementContext
 
getContextSupport() - Method in class net.sf.swan.xpath.XPathSupport
 
getDefaultPriority() - Method in class net.sf.swan.xpath.pattern.NamespaceTest
 
getDefaultPriority() - Method in class net.sf.swan.xpath.pattern.NameTest
 
getDefaultPriority() - Method in class net.sf.swan.xpath.pattern.NodeTypeTest
 
getDefaultPriority() - Method in class net.sf.swan.xpath.pattern.Step
 
getDefaultPriority() - Method in class net.sf.swan.xpath.pattern.AnyNodeTest
 
getDefaultPriority() - Method in class net.sf.swan.xpath.pattern.UnionPattern
 
getDefaultPriority() - Method in class net.sf.swan.xpath.pattern.ProcessingInstructionTargetTest
 
getDefaultPriority() - Method in class net.sf.swan.xpath.pattern.FunctionTestPattern
 
getDefaultPriority() - Method in interface net.sf.swan.xpath.pattern.Pattern
 
getDefaultPriority() - Method in class net.sf.swan.xpath.pattern.FilterPattern
 
getDefaultTraceHandler() - Static method in class net.sf.swan.xml.input.event.TraceHandler
 
getDescendantAxisIterator(Object) - Method in class net.sf.swan.xpath.util.CompositeNavigator
 
getDescendantOrSelfAxisIterator(Object) - Method in class net.sf.swan.xpath.util.CompositeNavigator
 
getDocument(String) - Method in class net.sf.swan.xpath.XPathSupport
Retrieves a document object from the specified URI.
getDocument(String) - Method in class net.sf.swan.xpath.util.CompositeNavigator
 
getDocumentContext() - Method in class net.sf.swan.xml.input.event.EventContext
 
getDocumentContext() - Method in class net.sf.swan.xml.input.event.DocumentContext
 
getDocumentContext() - Method in class net.sf.swan.xml.input.event.ElementContext
 
getDocumentIdentifier(DocumentContext) - Method in class net.sf.swan.xml.input.event.TraceHandler
 
getDocumentListeners() - Method in class net.sf.swan.xml.input.event.DocumentContext
 
getDocumentNode(Object) - Method in class net.sf.swan.xpath.util.CompositeNavigator
 
getDocumentNode(Object) - Method in class net.sf.swan.xml.input.pattern.EventContextNavigator
 
getElementById(Object, String) - Method in class net.sf.swan.xpath.util.CompositeNavigator
 
getElementIdentifier(ElementContext) - Method in class net.sf.swan.xml.input.event.TraceHandler
 
getElementName(Object) - Method in class net.sf.swan.xpath.util.CompositeNavigator
 
getElementName(Object) - Method in class net.sf.swan.xml.input.pattern.EventContextNavigator
 
getElementNamespaceUri(Object) - Method in class net.sf.swan.xpath.util.CompositeNavigator
 
getElementNamespaceUri(Object) - Method in class net.sf.swan.xml.input.pattern.EventContextNavigator
 
getElementQName(Object) - Method in class net.sf.swan.xpath.util.CompositeNavigator
 
getElementQName(Object) - Method in class net.sf.swan.xml.input.pattern.EventContextNavigator
 
getElementStringValue(Object) - Method in class net.sf.swan.xpath.util.CompositeNavigator
 
getElementStringValue(Object) - Method in class net.sf.swan.xml.input.pattern.EventContextNavigator
 
getEmitNamespaceAttributes() - Method in class net.sf.swan.xml.output.FragmentResult
Indicates whether namespace declarations are emitted as attributes.
getErrorHandler() - Method in class net.sf.swan.xml.input.event.DocumentContext
 
getErrorHandler() - Method in class net.sf.swan.xml.input.event.SAXDocumentContext
 
getErrorHandler() - Method in class net.sf.swan.xml.input.event.TraceSAXDocumentContext
 
getErrorHandler(ContextEvent) - Method in class net.sf.swan.xml.input.event.ContextAdapter
 
getErrorHandler(ContextEvent) - Method in class net.sf.swan.xml.input.tree.DOMTreeFactory
 
getErrorLevel() - Method in class net.sf.swan.xml.input.event.DefaultErrorHandler
 
getErrorLevel() - Method in class net.sf.swan.xml.input.traceview.JTreeTraceHandler
 
getErrorLocationString() - Method in class net.sf.swan.xml.input.event.EventContextException
 
getFollowingAxisIterator(Object) - Method in class net.sf.swan.xpath.util.CompositeNavigator
 
getFollowingSiblingAxisIterator(Object) - Method in class net.sf.swan.xpath.util.CompositeNavigator
 
getFunction(String, String, String) - Method in class net.sf.swan.xpath.util.CompositeFunctionContext
 
getFunctionContext() - Method in class net.sf.swan.xpath.XPathSupport
 
getFunctionContext() - Method in class net.sf.swan.xpath.expr.SelectorXPathFactory
 
getFunctionName() - Method in class net.sf.swan.xpath.expr.DefaultFunctionCallExpr
 
getInitialContextMapCapacity() - Method in class net.sf.swan.xml.input.event.DocumentContext
Returns the current setting for the default initial capacity for the map used to hold context properties.
getLabel() - Method in class net.sf.swan.xml.input.pattern.Connector
Returns the label associated with the componet.
getLineInfo() - Method in class net.sf.swan.xml.input.event.ContextEvent
 
getListeners() - Method in class net.sf.swan.xml.input.event.EventContext
 
getLocale(ElementContext) - Static method in class net.sf.swan.xml.input.components.XMLContextAttributes
Creates a Java Locale object representing any xml:lang value in scope.
getLocalName() - Method in class net.sf.swan.xpath.pattern.NameTest
 
getLocalName() - Method in class net.sf.swan.xml.input.event.ElementContext
 
getLocationString() - Method in class net.sf.swan.xml.output.Result
Provides an identifying string for the result node.
getLocationString() - Method in class net.sf.swan.xml.output.ContainerResult
 
getLocationString() - Method in class net.sf.swan.xml.output.DocumentResult
 
getLocationString() - Method in class net.sf.swan.xml.output.AttributesResult
 
getLocationString(ElementContext) - Static method in class net.sf.swan.xml.input.event.EventContextException
 
getLocationString(StringBuffer) - Method in class net.sf.swan.xml.output.ContainerResult
 
getLocationString(StringBuffer) - Method in class net.sf.swan.xml.output.FragmentResult
 
getLocationString(StringBuffer) - Method in class net.sf.swan.xml.output.DocumentResult
 
getLocationString(StringBuffer) - Method in class net.sf.swan.xml.output.ElementResult
 
getLocator() - Method in class net.sf.swan.xml.input.event.DocumentContext
 
getLocator() - Method in class net.sf.swan.xml.input.event.SAXDocumentContext
 
getMatchNodeName() - Method in class net.sf.swan.xpath.pattern.NodeTest
 
getMatchNodeName() - Method in class net.sf.swan.xpath.pattern.NameTest
 
getMatchNodeName() - Method in class net.sf.swan.xpath.pattern.Step
 
getMatchNodeName() - Method in class net.sf.swan.xpath.pattern.UnionPattern
 
getMatchNodeName() - Method in class net.sf.swan.xpath.pattern.FunctionTestPattern
 
getMatchNodeName() - Method in interface net.sf.swan.xpath.pattern.Pattern
 
getMatchNodeName() - Method in class net.sf.swan.xpath.pattern.FilterPattern
 
getMatchNodeType() - Method in class net.sf.swan.xpath.pattern.NamespaceTest
 
getMatchNodeType() - Method in class net.sf.swan.xpath.pattern.NameTest
 
getMatchNodeType() - Method in class net.sf.swan.xpath.pattern.NodeTypeTest
 
getMatchNodeType() - Method in class net.sf.swan.xpath.pattern.Step
 
getMatchNodeType() - Method in class net.sf.swan.xpath.pattern.AnyNodeTest
 
getMatchNodeType() - Method in class net.sf.swan.xpath.pattern.UnionPattern
 
getMatchNodeType() - Method in class net.sf.swan.xpath.pattern.ProcessingInstructionTargetTest
 
getMatchNodeType() - Method in class net.sf.swan.xpath.pattern.FunctionTestPattern
 
getMatchNodeType() - Method in interface net.sf.swan.xpath.pattern.Pattern
 
getMatchNodeType() - Method in class net.sf.swan.xpath.pattern.FilterPattern
 
getMatchNodeType() - Method in interface net.sf.swan.xpath.pattern.PatternFunction
 
getNamespaceAxisIterator(Object) - Method in class net.sf.swan.xpath.util.CompositeNavigator
 
getNamespaceAxisIterator(Object) - Method in class net.sf.swan.xml.input.pattern.EventContextNavigator
 
getNamespacePrefix(Object) - Method in class net.sf.swan.xpath.util.CompositeNavigator
 
getNamespacePrefix(Object) - Method in class net.sf.swan.xml.input.pattern.EventContextNavigator
 
getNamespacePrefix(String, boolean) - Method in class net.sf.swan.xml.output.ContainerResult
 
getNamespaceStringValue(Object) - Method in class net.sf.swan.xpath.util.CompositeNavigator
 
getNamespaceStringValue(Object) - Method in class net.sf.swan.xml.input.pattern.EventContextNavigator
 
getNamespaceUri() - Method in class net.sf.swan.xpath.pattern.NameTest
 
getNamespaceUri() - Method in class net.sf.swan.xml.input.event.ElementContext
 
getNavigator() - Method in class net.sf.swan.xpath.XPathSupport
 
getNavigator() - Method in interface net.sf.swan.xml.input.tree.TreeFactory
Provides a Navigator instance that may be used to navigate the tree model.
getNavigator() - Method in class net.sf.swan.xml.input.tree.DOMTreeFactory
 
getNavigator(Object, boolean) - Method in class net.sf.swan.xpath.util.CompositeNavigator
 
getNodeTest() - Method in class net.sf.swan.xpath.pattern.Step
 
getNodeType(Object) - Method in class net.sf.swan.xpath.util.CompositeNavigator
 
getNodeType(Object) - Method in class net.sf.swan.xml.input.pattern.EventContextNavigator
 
getNodeType(Object, Navigator) - Method in class net.sf.swan.xpath.util.CompositeNavigator
 
getNodeTypeName(short) - Static method in class net.sf.swan.xpath.pattern.NodeTest
 
getObject() - Method in class net.sf.swan.xpath.pattern.Match
Retrieve the object associated with the current match.
getOutputProperties() - Method in class net.sf.swan.xml.output.jaxp.ResultFactory
 
getOutputProperty(String) - Method in class net.sf.swan.xml.output.jaxp.ResultFactory
 
getParameters() - Method in class net.sf.swan.xpath.expr.DefaultFunctionCallExpr
 
getParentAxisIterator(Object) - Method in class net.sf.swan.xpath.util.CompositeNavigator
 
getParentAxisIterator(Object) - Method in class net.sf.swan.xml.input.pattern.EventContextNavigator
 
getParentContext() - Method in class net.sf.swan.xml.input.event.ElementContext
 
getParentElement() - Method in class net.sf.swan.xml.input.event.ElementContext
 
getParentNode(Object) - Method in class net.sf.swan.xpath.util.CompositeNavigator
 
getParentNode(Object) - Method in class net.sf.swan.xml.input.pattern.EventContextNavigator
 
getParentPattern() - Method in class net.sf.swan.xpath.pattern.Step
 
getParseContext() - Method in class net.sf.swan.xpath.expr.SelectorXPathFactory
 
getParseContext() - Method in class net.sf.swan.xpath.pattern.PatternHandler
 
getPath(ElementContext, StringBuffer) - Method in class net.sf.swan.xml.input.event.ContextEvent
 
getPatterns() - Method in class net.sf.swan.xpath.pattern.PatternHandler
 
getPrecedingAxisIterator(Object) - Method in class net.sf.swan.xpath.util.CompositeNavigator
 
getPrecedingSiblingAxisIterator(Object) - Method in class net.sf.swan.xpath.util.CompositeNavigator
 
getPredicates() - Method in class net.sf.swan.xpath.pattern.PredicatedPattern
 
getPrefix() - Method in class net.sf.swan.xpath.expr.DefaultFunctionCallExpr
 
getPrefix() - Method in class net.sf.swan.xpath.expr.DefaultVariableReferenceExpr
 
getPrefix(String) - Method in class net.sf.swan.xml.output.ElementResult
 
getPriority() - Method in class net.sf.swan.xpath.pattern.Match
 
getProcessingInstructionData(Object) - Method in class net.sf.swan.xpath.util.CompositeNavigator
 
getProcessingInstructionData(Object) - Method in class net.sf.swan.xml.input.pattern.EventContextNavigator
 
getProcessingInstructionTarget(Object) - Method in class net.sf.swan.xpath.util.CompositeNavigator
 
getProcessingInstructionTarget(Object) - Method in class net.sf.swan.xml.input.pattern.EventContextNavigator
 
getProperty(Object) - Method in class net.sf.swan.xml.input.event.EventContext
 
getPropertyAdapter(String) - Method in class net.sf.swan.xml.input.reflect.BeanMapper
Method for obtaining a ContextListener to handle a specific JavaBean property.
getQName() - Method in class net.sf.swan.xml.input.event.ElementContext
 
getReader() - Method in class net.sf.swan.xpath.XPathSupport
 
getResult() - Method in class net.sf.swan.xml.output.ResultException
 
getRoot() - Method in class net.sf.swan.xml.input.traceview.JTreeTraceHandler
 
getSelector() - Method in class net.sf.swan.xml.input.tree.TreeResult
Retrieve the Selector currently in use by this TreeResult
getSelfAxisIterator(Object) - Method in class net.sf.swan.xpath.util.CompositeNavigator
 
getSourceNode(ContextEvent) - Method in class net.sf.swan.xml.input.tree.DOMTreeFactory
 
getText() - Method in class net.sf.swan.xpath.expr.DefaultExpr
 
getText() - Method in class net.sf.swan.xpath.expr.DefaultFunctionCallExpr
 
getText() - Method in class net.sf.swan.xpath.expr.DefaultVariableReferenceExpr
 
getText() - Method in class net.sf.swan.xpath.expr.AVTExpr
 
getTextStringValue(Object) - Method in class net.sf.swan.xpath.util.CompositeNavigator
 
getTextStringValue(Object) - Method in class net.sf.swan.xml.input.pattern.EventContextNavigator
 
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class net.sf.swan.xml.input.traceview.TraceTreeCellRenderer
 
getVariableName() - Method in class net.sf.swan.xpath.expr.DefaultVariableReferenceExpr
 
getVariableValue(QualifiedName) - Method in class net.sf.swan.xpath.XPathSupport
 
getVariableValue(String) - Method in class net.sf.swan.xpath.XPathSupport
Retrieves the variable with the specified qualified name.
getVariableValue(String) - Method in class net.sf.swan.xpath.MatchContext
Retrieves the variable with the specified qualified name.
getVariableValue(String, String) - Method in class net.sf.swan.xpath.XPathSupport
Retrieves the variable with the specified namespace and local name.
getVariableValue(String, String) - Method in class net.sf.swan.xpath.MatchContext
Retrieves the variable with the specified namespace and local name.
getXPath(String) - Method in class net.sf.swan.xpath.Selector
 
getXPathExpr(boolean) - Method in class net.sf.swan.xpath.pattern.PatternHandler
 
getXPathSupport() - Method in class net.sf.swan.xml.input.components.Annotator
 

H

hashCode() - Method in class net.sf.swan.util.Tuple
 
hashCode() - Method in class net.sf.swan.util.IdentityKey
 
hasNext() - Method in class net.sf.swan.util.ArrayIterator
 
hasNext() - Method in class net.sf.swan.util.EmptyIterator
 
hasPredicates() - Method in class net.sf.swan.xpath.pattern.PredicatedPattern
 

I

IdentityKey - class net.sf.swan.util.IdentityKey.
Map key implementation that compares based on object identity.
IdentityKey() - Constructor for class net.sf.swan.util.IdentityKey
 
IdentityKey(Object) - Constructor for class net.sf.swan.util.IdentityKey
 
ignorableWhitespace(char[], int, int) - Method in class net.sf.swan.xml.input.event.SAXDocumentContext
 
initializeSelector(Selector) - Method in interface net.sf.swan.xml.input.tree.TreeResultHandler
Permits the component to initialize a Selector for later use.
initializeSelector(Selector) - Method in class net.sf.swan.xml.input.tree.TreeResultAdapter
 
inner() - Method in class net.sf.swan.xml.input.components.Chain
 
INSTANCE - Static variable in class net.sf.swan.util.EmptyIterator
Singleton instance of EmptyIterator
isAttribute(Object) - Method in class net.sf.swan.xpath.util.CompositeNavigator
 
isAttribute(Object) - Method in class net.sf.swan.xml.input.pattern.EventContextNavigator
 
isComment(Object) - Method in class net.sf.swan.xpath.util.CompositeNavigator
 
isComment(Object) - Method in class net.sf.swan.xml.input.pattern.EventContextNavigator
 
isConsumed() - Method in class net.sf.swan.xml.input.event.ContextEvent
 
isDocument(Object) - Method in class net.sf.swan.xpath.util.CompositeNavigator
 
isDocument(Object) - Method in class net.sf.swan.xml.input.pattern.EventContextNavigator
 
isElement(Object) - Method in class net.sf.swan.xpath.util.CompositeNavigator
 
isElement(Object) - Method in class net.sf.swan.xml.input.pattern.EventContextNavigator
 
isInPredicate() - Method in class net.sf.swan.xpath.pattern.PatternHandler
 
isNamespace(Object) - Method in class net.sf.swan.xpath.util.CompositeNavigator
 
isNamespace(Object) - Method in class net.sf.swan.xml.input.pattern.EventContextNavigator
 
isProcessingInstruction(Object) - Method in class net.sf.swan.xpath.util.CompositeNavigator
 
isProcessingInstruction(Object) - Method in class net.sf.swan.xml.input.pattern.EventContextNavigator
 
isText(Object) - Method in class net.sf.swan.xpath.util.CompositeNavigator
 
isText(Object) - Method in class net.sf.swan.xml.input.pattern.EventContextNavigator
 

J

JTreeTraceHandler - class net.sf.swan.xml.input.traceview.JTreeTraceHandler.
 
JTreeTraceHandler() - Constructor for class net.sf.swan.xml.input.traceview.JTreeTraceHandler
 
JTreeTraceHandler(int) - Constructor for class net.sf.swan.xml.input.traceview.JTreeTraceHandler
 

K

key() - Method in class net.sf.swan.util.LRUCache.CacheReference
 
keyMap(Object, String, String) - Method in class net.sf.swan.xpath.XPathSupport
Creates an XSLT-like key map.
keys() - Method in class net.sf.swan.xml.input.util.ContextMap
Enumerate all of the map's keys.

L

LightMap - class net.sf.swan.util.LightMap.
Compact, lightweight Map implementation optimized for small numbers of entries.
LightMap() - Constructor for class net.sf.swan.util.LightMap
 
LightMap(Map) - Constructor for class net.sf.swan.util.LightMap
 
literal(String) - Method in class net.sf.swan.xpath.expr.DefaultXPathHandler
 
literal(String) - Method in class net.sf.swan.xpath.pattern.PatternHandler
 
loadTemplates(Object, String, String) - Method in class net.sf.swan.xpath.Matcher
 
loadTemplates(Object, String, String, String) - Method in class net.sf.swan.xpath.Matcher
 
LRUCache - class net.sf.swan.util.LRUCache.
A cache that uses a Least Recently Used algorithm for expiring resources from the cache.
LRUCache.CacheEntry - class net.sf.swan.util.LRUCache.CacheEntry.
 
LRUCache.CacheReference - class net.sf.swan.util.LRUCache.CacheReference.
 
LRUCache() - Constructor for class net.sf.swan.util.LRUCache
 

M

Match - class net.sf.swan.xpath.pattern.Match.
 
Match() - Constructor for class net.sf.swan.xpath.pattern.Match
 
Match(ContextSupport) - Constructor for class net.sf.swan.xpath.pattern.Match
 
match(Object) - Method in class net.sf.swan.xpath.Matcher
Obtain the object associated with the first rule that matches the specified node.
match(Object, ContextSupport) - Method in class net.sf.swan.xpath.pattern.NodeTest
 
match(Object, ContextSupport) - Method in class net.sf.swan.xpath.pattern.NamespaceTest
 
match(Object, ContextSupport) - Method in class net.sf.swan.xpath.pattern.NameTest
 
match(Object, ContextSupport) - Method in class net.sf.swan.xpath.pattern.NodeTypeTest
 
match(Object, ContextSupport) - Method in class net.sf.swan.xpath.pattern.Step
 
match(Object, ContextSupport) - Method in class net.sf.swan.xpath.pattern.AnyNodeTest
 
match(Object, ContextSupport) - Method in class net.sf.swan.xpath.pattern.PatternManager
 
match(Object, ContextSupport) - Method in class net.sf.swan.xpath.pattern.UnionPattern
 
match(Object, ContextSupport) - Method in class net.sf.swan.xpath.pattern.ProcessingInstructionTargetTest
 
match(Object, ContextSupport) - Method in class net.sf.swan.xpath.pattern.FunctionTestPattern
 
match(Object, ContextSupport) - Method in interface net.sf.swan.xpath.pattern.Pattern
 
match(Object, ContextSupport) - Method in class net.sf.swan.xpath.pattern.FilterPattern
 
match(Object, ContextSupport, Match) - Method in class net.sf.swan.xpath.pattern.PatternManager
 
match(Object, Match) - Method in class net.sf.swan.xpath.Matcher
Prepare a Match object that may be used to iterate through matching rules in order of priority.
match(String) - Method in class net.sf.swan.xml.input.components.Annotator
Specifies a pattern to match.
match(String, ContextListener) - Method in class net.sf.swan.xml.input.pattern.PatternsBuilder
 
MatchContext - class net.sf.swan.xpath.MatchContext.
Component to iterate through matches and provide thread-specific variable values for expression evaluation.
matchedPlaceholderKey - Variable in class net.sf.swan.xml.input.pattern.PatternsBuilder
 
matchedRuleKey - Variable in class net.sf.swan.xml.input.pattern.PatternsBuilder
 
matchEntry(Object, ContextSupport) - Method in class net.sf.swan.xpath.pattern.PatternManager
 
matchEntry(Object, ContextSupport, PatternManager.Entry) - Method in class net.sf.swan.xpath.pattern.PatternManager
 
matchEntry(Object, ContextSupport, PatternManager.Entry, double) - Method in class net.sf.swan.xpath.pattern.PatternManager
 
Matcher - class net.sf.swan.xpath.Matcher.
Utility for XSLT pattern matching of nodes.
Matcher() - Constructor for class net.sf.swan.xpath.Matcher
 
Matcher(Matcher) - Constructor for class net.sf.swan.xpath.Matcher
 
Matcher(Navigator) - Constructor for class net.sf.swan.xpath.Matcher
 
Matcher(XPathSupport) - Constructor for class net.sf.swan.xpath.Matcher
 
matchNext(Object, ContextSupport, Pattern) - Method in class net.sf.swan.xpath.pattern.Step
 
matchNext(Object, ContextSupport, Pattern) - Method in class net.sf.swan.xpath.pattern.ChildOrAttributeStep
 
matchNext(Object, ContextSupport, Pattern) - Method in class net.sf.swan.xpath.pattern.DescendantStep
 
MethodMapper - class net.sf.swan.xml.input.reflect.MethodMapper.
 
MethodMapper(Class) - Constructor for class net.sf.swan.xml.input.reflect.MethodMapper
 
MethodMapper(Object) - Constructor for class net.sf.swan.xml.input.reflect.MethodMapper
 
moveToEnd() - Method in class net.sf.swan.util.LRUCache.CacheEntry
 

N

NamedAttributeStepExpr - class net.sf.swan.xpath.expr.NamedAttributeStepExpr.
 
NamedAttributeStepExpr(IterableAxis, NodeTest) - Constructor for class net.sf.swan.xpath.expr.NamedAttributeStepExpr
 
NAMESPACE_NODE - Static variable in interface net.sf.swan.xpath.pattern.NodeTypes
 
namespace(String, String) - Method in class net.sf.swan.xml.output.ContainerResult
 
namespace(String, String) - Method in class net.sf.swan.xml.output.FragmentResult
 
namespacePrefixes() - Method in class net.sf.swan.xml.input.event.ElementContext
 
namespacePrefixMap - Variable in class net.sf.swan.xml.output.ContainerResult
 
NamespaceTest - class net.sf.swan.xpath.pattern.NamespaceTest.
 
NamespaceTest(String, short) - Constructor for class net.sf.swan.xpath.pattern.NamespaceTest
 
namespaceUriMap - Variable in class net.sf.swan.xml.output.ContainerResult
 
NameTest - class net.sf.swan.xpath.pattern.NameTest.
 
NameTest(String, String, short) - Constructor for class net.sf.swan.xpath.pattern.NameTest
 
net.sf.swan.util - package net.sf.swan.util
 
net.sf.swan.xml.input.components - package net.sf.swan.xml.input.components
 
net.sf.swan.xml.input.event - package net.sf.swan.xml.input.event
 
net.sf.swan.xml.input.pattern - package net.sf.swan.xml.input.pattern
 
net.sf.swan.xml.input.reflect - package net.sf.swan.xml.input.reflect
 
net.sf.swan.xml.input.traceview - package net.sf.swan.xml.input.traceview
 
net.sf.swan.xml.input.tree - package net.sf.swan.xml.input.tree
 
net.sf.swan.xml.input.util - package net.sf.swan.xml.input.util
 
net.sf.swan.xml.output - package net.sf.swan.xml.output
An API to simplify generating XML output with SAX.
net.sf.swan.xml.output.jaxp - package net.sf.swan.xml.output.jaxp
 
net.sf.swan.xpath - package net.sf.swan.xpath
An XPath-centric model for working with XML.
net.sf.swan.xpath.expr - package net.sf.swan.xpath.expr
 
net.sf.swan.xpath.pattern - package net.sf.swan.xpath.pattern
 
net.sf.swan.xpath.util - package net.sf.swan.xpath.util
 
newDocumentResult(Document) - Method in class net.sf.swan.xml.output.jaxp.ResultFactory
 
newDocumentResult(Result) - Method in class net.sf.swan.xml.output.jaxp.ResultFactory
 
newFragmentResult(Node) - Method in class net.sf.swan.xml.output.jaxp.ResultFactory
 
newFragmentResult(Result) - Method in class net.sf.swan.xml.output.jaxp.ResultFactory
 
next - Variable in class net.sf.swan.xml.output.ContainerResult.NamespaceBinding
 
next() - Method in class net.sf.swan.util.LRUCache.CacheEntry
 
next() - Method in class net.sf.swan.util.ArrayIterator
 
next() - Method in class net.sf.swan.util.EmptyIterator
 
next() - Method in class net.sf.swan.xpath.pattern.Match
Progress to the next match.
next() - Method in class net.sf.swan.xml.input.components.Chain
 
NO_OUTPUT - Static variable in class net.sf.swan.xml.output.Result
 
NodeSetExpr - interface net.sf.swan.xpath.expr.NodeSetExpr.
 
NodeTest - class net.sf.swan.xpath.pattern.NodeTest.
 
NodeTest() - Constructor for class net.sf.swan.xpath.pattern.NodeTest
 
NodeTypes - interface net.sf.swan.xpath.pattern.NodeTypes.
 
NodeTypeTest - class net.sf.swan.xpath.pattern.NodeTypeTest.
 
NodeTypeTest(short) - Constructor for class net.sf.swan.xpath.pattern.NodeTypeTest
 
NoSuchPropertyException - exception net.sf.swan.xml.input.reflect.NoSuchPropertyException.
 
NoSuchPropertyException(String) - Constructor for class net.sf.swan.xml.input.reflect.NoSuchPropertyException
 
number(double) - Method in class net.sf.swan.xpath.expr.DefaultXPathHandler
 
number(double) - Method in class net.sf.swan.xpath.pattern.PatternHandler
 
number(int) - Method in class net.sf.swan.xpath.expr.DefaultXPathHandler
 
number(int) - Method in class net.sf.swan.xpath.pattern.PatternHandler
 

O

outer() - Method in class net.sf.swan.xml.input.components.Chain
 
output(ContentHandler, LexicalHandler, boolean) - Method in class net.sf.swan.xml.output.Result
 
output(ContentHandler, LexicalHandler, boolean) - Method in class net.sf.swan.xml.output.ContainerResult
 
output(ContentHandler, LexicalHandler, boolean) - Method in class net.sf.swan.xml.output.DocumentResult
 
output(ContentHandler, LexicalHandler, boolean) - Method in class net.sf.swan.xml.output.ElementResult
 
output(ContentHandler, LexicalHandler, boolean) - Method in class net.sf.swan.xml.output.AttributesResult
 
output(Result) - Method in class net.sf.swan.xml.output.ContainerResult
 
output(Result) - Method in class net.sf.swan.xml.output.FragmentResult
 
outputChildren(ContentHandler, LexicalHandler, boolean) - Method in class net.sf.swan.xml.output.ContainerResult
 
outputState - Variable in class net.sf.swan.xml.output.Result
 

P

parent - Variable in class net.sf.swan.xml.output.Result
 
parseAVT(String) - Method in class net.sf.swan.xpath.XPathSupport
 
parseAVT(String, Object) - Method in class net.sf.swan.xpath.XPathSupport
 
parseAVT(String, XPathReader, ParseContext, FunctionContext) - Static method in class net.sf.swan.xpath.expr.AVTExpr
 
ParseContext - interface net.sf.swan.xpath.expr.ParseContext.
 
parsePattern(Pattern, String) - Method in class net.sf.swan.xpath.Matcher
 
parsePattern(String) - Method in class net.sf.swan.xpath.XPathSupport
 
parsePattern(String, Object) - Method in class net.sf.swan.xpath.XPathSupport
 
parseXPath(String) - Method in class net.sf.swan.xpath.XPathSupport
 
parseXPath(String) - Method in class net.sf.swan.xpath.util.CompositeNavigator
 
parseXPath(String) - Method in class net.sf.swan.xml.input.pattern.EventContextNavigator
 
parseXPath(String, Object) - Method in class net.sf.swan.xpath.XPathSupport
 
Pattern - interface net.sf.swan.xpath.pattern.Pattern.
 
PatternFunction - interface net.sf.swan.xpath.pattern.PatternFunction.
A function that may be used in Patterns.
PatternHandler - class net.sf.swan.xpath.pattern.PatternHandler.
 
PatternHandler() - Constructor for class net.sf.swan.xpath.pattern.PatternHandler
 
PatternManager - class net.sf.swan.xpath.pattern.PatternManager.
 
PatternManager() - Constructor for class net.sf.swan.xpath.pattern.PatternManager
 
PatternsBuilder - class net.sf.swan.xml.input.pattern.PatternsBuilder.
A component that dispatches events to appropriate handlers based on rules defined using XPath expressions.
PatternsBuilder() - Constructor for class net.sf.swan.xml.input.pattern.PatternsBuilder
 
PI_TEST - Static variable in class net.sf.swan.xpath.expr.SelectorXPathFactory
 
popContext() - Method in class net.sf.swan.xml.input.util.ContextMap
Releases this child ContextMap and return its parent.
PredicatedPattern - class net.sf.swan.xpath.pattern.PredicatedPattern.
 
PredicatedPattern() - Constructor for class net.sf.swan.xpath.pattern.PredicatedPattern
 
prefix - Variable in class net.sf.swan.xml.output.ContainerResult.NamespaceBinding
 
previous() - Method in class net.sf.swan.util.LRUCache.CacheEntry
 
printErrorLocation(PrintStream, String) - Method in class net.sf.swan.xml.input.event.EventContextException
 
printErrorLocation(PrintWriter, String) - Method in class net.sf.swan.xml.input.event.EventContextException
 
printStackTrace() - Method in class net.sf.swan.util.ChainableException
 
printStackTrace() - Method in class net.sf.swan.util.ChainableRuntimeException
 
printStackTrace() - Method in class net.sf.swan.xml.output.ResultException
 
printStackTrace() - Method in class net.sf.swan.xml.input.event.EventContextException
 
printStackTrace(PrintStream) - Method in class net.sf.swan.util.ChainableException
 
printStackTrace(PrintStream) - Method in class net.sf.swan.util.ChainableRuntimeException
 
printStackTrace(PrintStream) - Method in class net.sf.swan.xml.output.ResultException
 
printStackTrace(PrintStream) - Method in class net.sf.swan.xml.input.event.EventContextException
 
printStackTrace(PrintWriter) - Method in class net.sf.swan.util.ChainableException
 
printStackTrace(PrintWriter) - Method in class net.sf.swan.util.ChainableRuntimeException
 
printStackTrace(PrintWriter) - Method in class net.sf.swan.xml.output.ResultException
 
printStackTrace(PrintWriter) - Method in class net.sf.swan.xml.input.event.EventContextException
 
PROCESSING_INSTRUCTION_NODE - Static variable in interface net.sf.swan.xpath.pattern.NodeTypes
 
PROCESSING_INSTRUCTION_TEST - Static variable in class net.sf.swan.xpath.pattern.PatternHandler
 
processingInstruction(ProcessingInstructionEvent) - Method in class net.sf.swan.xml.input.components.Choice
 
processingInstruction(ProcessingInstructionEvent) - Method in class net.sf.swan.xml.input.components.Chain
 
processingInstruction(ProcessingInstructionEvent) - Method in class net.sf.swan.xml.input.event.ContextAdapter
 
processingInstruction(ProcessingInstructionEvent) - Method in interface net.sf.swan.xml.input.event.ContextListener
 
processingInstruction(ProcessingInstructionEvent) - Method in class net.sf.swan.xml.input.reflect.ReflectAdapter
 
processingInstruction(ProcessingInstructionEvent) - Method in class net.sf.swan.xml.input.tree.TreeAdapter
 
processingInstruction(ProcessingInstructionEvent) - Method in class net.sf.swan.xml.input.tree.DOMTreeFactory
 
processingInstruction(String) - Method in class net.sf.swan.xml.input.reflect.MethodMapper
 
processingInstruction(String, String) - Method in class net.sf.swan.xml.output.ContainerResult
Create a processing instruction as child content of this result.
processingInstruction(String, String) - Method in class net.sf.swan.xml.input.event.SAXDocumentContext
 
processingInstruction(String, String) - Method in class net.sf.swan.xml.input.event.TraceSAXDocumentContext
 
ProcessingInstructionEvent - class net.sf.swan.xml.input.event.ProcessingInstructionEvent.
 
ProcessingInstructionEvent() - Constructor for class net.sf.swan.xml.input.event.ProcessingInstructionEvent
 
ProcessingInstructionTargetTest - class net.sf.swan.xpath.pattern.ProcessingInstructionTargetTest.
 
ProcessingInstructionTargetTest(String) - Constructor for class net.sf.swan.xpath.pattern.ProcessingInstructionTargetTest
 
processQueue() - Method in class net.sf.swan.util.LRUCache
 
processText() - Method in class net.sf.swan.xml.input.event.SAXDocumentContext
 
processText() - Method in class net.sf.swan.xml.input.event.TraceSAXDocumentContext
 
property(String) - Method in class net.sf.swan.xml.input.reflect.BeanMapper
Fail-fast method for obtaining a ContextListener to handle a specific JavaBean property.
pushContext() - Method in class net.sf.swan.xml.input.util.ContextMap
Create a new ContextMap that is a child of this one.
put(Object, Object) - Method in class net.sf.swan.util.LRUCache
 
put(Object, Object) - Method in class net.sf.swan.util.LightMap
 
put(Object, Object) - Method in interface net.sf.swan.util.Cache
 
put(Object, Object) - Method in class net.sf.swan.xml.input.util.ContextMap
Add or change an entry.
put(Selector) - Method in class net.sf.swan.xpath.util.SelectorPool
 
put(XMLReader) - Method in class net.sf.swan.xml.input.util.ReaderPool
 
putClientState(Object) - Method in class net.sf.swan.xml.input.event.EventContext
Associate arbitrary state with this ElementContext
putClientState(Object) - Method in class net.sf.swan.xml.input.event.TraceSAXDocumentContext
 
putContextProperty(Object, Object) - Method in class net.sf.swan.xml.input.event.EventContext
Add a context property.
putContextProperty(Object, Object) - Method in class net.sf.swan.xml.input.event.DocumentContext
 
putContextProperty(Object, Object) - Method in class net.sf.swan.xml.input.event.ElementContext
 
putContextProperty(Object, Object) - Method in class net.sf.swan.xml.input.event.TraceSAXDocumentContext
 
putNamespace(String, String) - Method in class net.sf.swan.xpath.XPathSupport
 
putNamespace(String, String) - Method in class net.sf.swan.xpath.Selector
Define a namespace mapping to be used in parsing XPath expressions.
putNamespace(String, String) - Method in class net.sf.swan.xml.input.components.Annotator
 
putNamespace(String, String) - Method in class net.sf.swan.xml.input.pattern.PatternsBuilder
 
putProperty(Object, Object) - Method in class net.sf.swan.xml.input.event.EventContext
Put an annotation on this context identified by the supplied key.
putProperty(Object, Object) - Method in class net.sf.swan.xml.input.event.TraceSAXDocumentContext
 
putVariableValue(String, Object) - Method in class net.sf.swan.xpath.XPathSupport
 
putVariableValue(String, Object) - Method in class net.sf.swan.xpath.MatchContext
 
putVariableValue(String, String, Object) - Method in class net.sf.swan.xpath.XPathSupport
 
putVariableValue(String, String, Object) - Method in class net.sf.swan.xpath.MatchContext
 

R

ReaderPool - class net.sf.swan.xml.input.util.ReaderPool.
Utility for using XMLReaders in a thread-safe manner.
ReaderPool() - Constructor for class net.sf.swan.xml.input.util.ReaderPool
 
ReaderPool(String) - Constructor for class net.sf.swan.xml.input.util.ReaderPool
 
ReflectAdapter - class net.sf.swan.xml.input.reflect.ReflectAdapter.
Component that uses reflection to match up element events with Java methods.
ReflectAdapter() - Constructor for class net.sf.swan.xml.input.reflect.ReflectAdapter
 
ReflectAdapter(Object) - Constructor for class net.sf.swan.xml.input.reflect.ReflectAdapter
 
release() - Method in class net.sf.swan.util.LRUCache.CacheEntry
 
release() - Method in class net.sf.swan.xml.input.event.EventContext
Release all associated properties and resources and reset the context to a default state.
release() - Method in class net.sf.swan.xml.input.event.DocumentContext
 
release() - Method in class net.sf.swan.xml.input.event.ElementContext
 
remove() - Method in class net.sf.swan.util.ArrayIterator
 
remove() - Method in class net.sf.swan.util.EmptyIterator
 
remove(Object) - Method in class net.sf.swan.util.LRUCache
 
remove(Object) - Method in class net.sf.swan.util.LightMap
 
remove(Object) - Method in interface net.sf.swan.util.Cache
 
removeContextListener(ContextListener) - Method in class net.sf.swan.xml.input.event.EventContext
 
removeDocumentListener(DocumentListener) - Method in class net.sf.swan.xml.input.event.DocumentContext
 
replaceObject(Object) - Method in class net.sf.swan.xpath.pattern.Match
Replace the object associated with the current match.
reset(Object) - Method in class net.sf.swan.util.IdentityKey
Reset the key.
resolveFunction(String, String, String) - Method in class net.sf.swan.xpath.util.CompositeFunctionContext
 
resolveNamespacePrefix(String) - Method in class net.sf.swan.xpath.XPathSupport
 
resolveNamespacePrefix(String) - Method in interface net.sf.swan.xpath.expr.ParseContext
 
resolveNamespacePrefix(String) - Method in class net.sf.swan.xpath.expr.SelectorXPathFactory
 
resolveNamespacePrefix(String) - Method in class net.sf.swan.xpath.pattern.PatternHandler
 
resolveNamespacePrefix(String) - Method in class net.sf.swan.xml.output.ContainerResult
 
resolveNamespacePrefix(String) - Method in class net.sf.swan.xml.input.event.ElementContext
 
resolveQName() - Method in class net.sf.swan.xml.output.ElementResult
 
resolveQName(AttributesImpl, int) - Method in class net.sf.swan.xml.output.ElementResult
 
Result - class net.sf.swan.xml.output.Result.
 
Result(ContainerResult) - Constructor for class net.sf.swan.xml.output.Result
 
ResultException - exception net.sf.swan.xml.output.ResultException.
 
ResultException(Result, Exception) - Constructor for class net.sf.swan.xml.output.ResultException
 
ResultException(Result, String) - Constructor for class net.sf.swan.xml.output.ResultException
 
ResultException(Result, String, Exception) - Constructor for class net.sf.swan.xml.output.ResultException
 
ResultFactory - class net.sf.swan.xml.output.jaxp.ResultFactory.
 
ResultFactory() - Constructor for class net.sf.swan.xml.output.jaxp.ResultFactory
 
ResultFactory(SAXTransformerFactory) - Constructor for class net.sf.swan.xml.output.jaxp.ResultFactory
 
Rule - class net.sf.swan.xml.input.pattern.Rule.
A Connector that uses an XSLT-like pattern as explicit criteria for identifying those ContextEvents that should be used as source contexts for rule evaluation.

S

SAXDocumentContext - class net.sf.swan.xml.input.event.SAXDocumentContext.
 
SAXDocumentContext() - Constructor for class net.sf.swan.xml.input.event.SAXDocumentContext
 
select(String) - Method in class net.sf.swan.xml.input.tree.TreeResult
 
select(String, Object) - Method in class net.sf.swan.xpath.Selector
Evaluate an XPath expression relative to the specified context node.
Selector - class net.sf.swan.xpath.Selector.
Utility for evaluating XPath expressions.
Selector() - Constructor for class net.sf.swan.xpath.Selector
 
Selector(Navigator) - Constructor for class net.sf.swan.xpath.Selector
 
Selector(Selector) - Constructor for class net.sf.swan.xpath.Selector
 
Selector(XPathSupport) - Constructor for class net.sf.swan.xpath.Selector
 
SelectorPool - class net.sf.swan.xpath.util.SelectorPool.
Utility for using Selectors in a thread-safe manner.
SelectorPool() - Constructor for class net.sf.swan.xpath.util.SelectorPool
 
SelectorPool(Selector) - Constructor for class net.sf.swan.xpath.util.SelectorPool
 
SelectorXPathFactory - class net.sf.swan.xpath.expr.SelectorXPathFactory.
 
SelectorXPathFactory(ParseContext, FunctionContext) - Constructor for class net.sf.swan.xpath.expr.SelectorXPathFactory
 
SelfIdentityKey - class net.sf.swan.xml.input.util.SelfIdentityKey.
Simple utility for creating singleton Map key instances that return a descriptive label from a call to SelfIdentityKey.toString().
SelfIdentityKey(String) - Constructor for class net.sf.swan.xml.input.util.SelfIdentityKey
 
set(int, Object) - Method in class net.sf.swan.util.SingletonList
 
set(Object[]) - Method in class net.sf.swan.util.Tuple
Reset the key.
set(Object, Object) - Method in class net.sf.swan.util.Tuple
Reset the key.
setCapacity(int) - Method in class net.sf.swan.util.LRUCache
 
setCapacity(int) - Method in interface net.sf.swan.util.Cache
 
setDefaultTraceHandler(TraceHandler) - Static method in class net.sf.swan.xml.input.event.TraceHandler
 
setDocumentLocator(Locator) - Method in class net.sf.swan.xml.input.event.SAXDocumentContext
 
setEmitNamespaceAttributes(boolean) - Method in class net.sf.swan.xml.output.FragmentResult
Sets the option for emitting namespace declarations as attributes.
setErrorHandler(ErrorHandler) - Method in class net.sf.swan.xml.input.event.SAXDocumentContext
 
setErrorLevel(int) - Method in class net.sf.swan.xml.input.event.DefaultErrorHandler
Sets the threshold for throwing exceptions rather than simply printing them.
setErrorLevel(int) - Method in class net.sf.swan.xml.input.traceview.JTreeTraceHandler
Sets the threshold for throwing exceptions rather than simply printing them.
setFunctionContext(FunctionContext) - Method in class net.sf.swan.xpath.XPathSupport
 
setFunctionContext(FunctionContext) - Method in class net.sf.swan.xpath.expr.SelectorXPathFactory
 
setInitialContextMapCapacity(int) - Method in class net.sf.swan.xml.input.event.DocumentContext
Sets the default initial capacity for the map used to hold context properties.
setLabel(String) - Method in class net.sf.swan.xml.input.pattern.Connector
Associates an arbitrary label with the component that is emitted in the component's toString() method.
setLabelIcon(JLabel, Object) - Method in class net.sf.swan.xml.input.traceview.TraceTreeCellRenderer
 
setNavigator(Navigator) - Method in class net.sf.swan.xpath.XPathSupport
Sets the Navigator for use by the component.
setNextStep(NodeTestStepExpr) - Method in class net.sf.swan.xpath.expr.NamedAttributeStepExpr
 
setOutputProperties(Properties) - Method in class net.sf.swan.xml.output.jaxp.ResultFactory
 
setOutputProperty(String, String) - Method in class net.sf.swan.xml.output.jaxp.ResultFactory
 
setParentPattern(Pattern) - Method in class net.sf.swan.xpath.pattern.Step
 
setParseContext(ParseContext) - Method in class net.sf.swan.xpath.expr.SelectorXPathFactory
 
setParseContext(ParseContext) - Method in class net.sf.swan.xpath.pattern.PatternHandler
 
setPredicates(PredicateSet) - Method in class net.sf.swan.xpath.pattern.PredicatedPattern
 
showFrame() - Method in class net.sf.swan.xml.input.traceview.JTreeTraceHandler
 
simplify() - Method in class net.sf.swan.xpath.expr.DefaultFunctionCallExpr
 
simplify() - Method in class net.sf.swan.xpath.expr.DefaultVariableReferenceExpr
 
simplify() - Method in class net.sf.swan.xpath.expr.AVTExpr
 
simplify() - Method in class net.sf.swan.xpath.pattern.NodeTest
 
simplify() - Method in class net.sf.swan.xpath.pattern.Step
 
simplify() - Method in class net.sf.swan.xpath.pattern.UnionPattern
 
simplify() - Method in class net.sf.swan.xpath.pattern.FunctionTestPattern
 
simplify() - Method in interface net.sf.swan.xpath.pattern.Pattern
 
simplify() - Method in class net.sf.swan.xpath.pattern.FilterPattern
 
simplifyPredicates() - Method in class net.sf.swan.xpath.pattern.PredicatedPattern
 
SingletonList - class net.sf.swan.util.SingletonList.
A recyclable singleton list.
SingletonList() - Constructor for class net.sf.swan.util.SingletonList
 
SingletonList(Object) - Constructor for class net.sf.swan.util.SingletonList
 
size() - Method in class net.sf.swan.util.SingletonList
 
skippedEntity(String) - Method in class net.sf.swan.xml.input.event.SAXDocumentContext
 
sourceContext() - Method in class net.sf.swan.xml.input.event.ContextEvent
 
sourceContextKey - Variable in class net.sf.swan.xml.input.pattern.PatternsBuilder
 
START_OUTPUT - Static variable in class net.sf.swan.xml.output.Result
 
startAbsoluteLocationPath() - Method in class net.sf.swan.xpath.expr.DefaultXPathHandler
 
startAbsoluteLocationPath() - Method in class net.sf.swan.xpath.pattern.PatternHandler
 
startAdditiveExpr() - Method in class net.sf.swan.xpath.expr.DefaultXPathHandler
 
startAdditiveExpr() - Method in class net.sf.swan.xpath.pattern.PatternHandler
 
startAllNodeStep(int) - Method in class net.sf.swan.xpath.expr.DefaultXPathHandler
 
startAllNodeStep(int) - Method in class net.sf.swan.xpath.pattern.PatternHandler
 
startAndExpr() - Method in class net.sf.swan.xpath.expr.DefaultXPathHandler
 
startAndExpr() - Method in class net.sf.swan.xpath.pattern.PatternHandler
 
startCommentNodeStep(int) - Method in class net.sf.swan.xpath.expr.DefaultXPathHandler
 
startCommentNodeStep(int) - Method in class net.sf.swan.xpath.pattern.PatternHandler
 
startContext(Object) - Method in class net.sf.swan.xml.input.event.TraceHandler
 
startContext(Object) - Method in class net.sf.swan.xml.input.traceview.JTreeTraceHandler
 
startContextRef(Object, Object) - Method in class net.sf.swan.xml.input.event.TraceHandler
 
startContextRef(Object, Object) - Method in class net.sf.swan.xml.input.traceview.JTreeTraceHandler
 
startDocument() - Method in class net.sf.swan.xml.input.event.SAXDocumentContext
 
startDocument() - Method in class net.sf.swan.xml.input.event.TraceSAXDocumentContext
 
startDocument(DocumentContext) - Method in class net.sf.swan.xml.input.components.StartElementFilters
 
startDocument(DocumentContext) - Method in interface net.sf.swan.xml.input.event.DocumentListener
 
startDocument(DocumentContext) - Method in class net.sf.swan.xml.input.pattern.PatternsBuilder
 
startElement(StartElementEvent) - Method in class net.sf.swan.xml.input.components.Factory
 
startElement(StartElementEvent) - Method in class net.sf.swan.xml.input.components.Choice
 
startElement(StartElementEvent) - Method in class net.sf.swan.xml.input.components.CopyState
Copies the client state from the source context to the current context.
startElement(StartElementEvent) - Method in class net.sf.swan.xml.input.components.Chain
 
startElement(StartElementEvent) - Method in class net.sf.swan.xml.input.components.XMLContextAttributes
 
startElement(StartElementEvent) - Method in class net.sf.swan.xml.input.components.Annotator
 
startElement(StartElementEvent) - Method in class net.sf.swan.xml.input.event.ContextAdapter
 
startElement(StartElementEvent) - Method in interface net.sf.swan.xml.input.event.ContextListener
 
startElement(StartElementEvent) - Method in class net.sf.swan.xml.input.reflect.ReflectAdapter
 
startElement(StartElementEvent) - Method in class net.sf.swan.xml.input.reflect.BeanAdapter
 
startElement(StartElementEvent) - Method in class net.sf.swan.xml.input.tree.TreeAdapter
 
startElement(StartElementEvent) - Method in class net.sf.swan.xml.input.tree.DOMTreeFactory
 
startElement(String, String, String, Attributes) - Method in class net.sf.swan.xml.input.event.SAXDocumentContext
 
startElement(String, String, String, Attributes) - Method in class net.sf.swan.xml.input.event.TraceSAXDocumentContext
 
StartElementEvent - class net.sf.swan.xml.input.event.StartElementEvent.
 
StartElementEvent() - Constructor for class net.sf.swan.xml.input.event.StartElementEvent
 
StartElementFilters - class net.sf.swan.xml.input.components.StartElementFilters.
Utility for grouping a set of ContextListeners into a set of filters that inspect StartElementEvents before other ContextListeners see them.
StartElementFilters() - Constructor for class net.sf.swan.xml.input.components.StartElementFilters
 
StartElementFilters(ContextListener) - Constructor for class net.sf.swan.xml.input.components.StartElementFilters
 
startEqualityExpr() - Method in class net.sf.swan.xpath.expr.DefaultXPathHandler
 
startEqualityExpr() - Method in class net.sf.swan.xpath.pattern.PatternHandler
 
startFilterExpr() - Method in class net.sf.swan.xpath.expr.DefaultXPathHandler
 
startFilterExpr() - Method in class net.sf.swan.xpath.pattern.PatternHandler
 
startFunction(String, String) - Method in class net.sf.swan.xpath.expr.DefaultXPathHandler
 
startFunction(String, String) - Method in class net.sf.swan.xpath.pattern.PatternHandler
 
startMultiplicativeExpr() - Method in class net.sf.swan.xpath.expr.DefaultXPathHandler
 
startMultiplicativeExpr() - Method in class net.sf.swan.xpath.pattern.PatternHandler
 
startNameStep(int, String, String) - Method in class net.sf.swan.xpath.expr.DefaultXPathHandler
 
startNameStep(int, String, String) - Method in class net.sf.swan.xpath.pattern.PatternHandler
 
startOrExpr() - Method in class net.sf.swan.xpath.expr.DefaultXPathHandler
 
startOrExpr() - Method in class net.sf.swan.xpath.pattern.PatternHandler
 
startOutput(ContentHandler, LexicalHandler, boolean) - Method in class net.sf.swan.xml.output.Result
 
startOutput(ContentHandler, LexicalHandler, boolean) - Method in class net.sf.swan.xml.output.ContainerResult
 
startOutput(ContentHandler, LexicalHandler, boolean) - Method in class net.sf.swan.xml.output.DocumentResult
 
startOutput(ContentHandler, LexicalHandler, boolean) - Method in class net.sf.swan.xml.output.ElementResult
 
startOutput(Result) - Method in class net.sf.swan.xml.output.ContainerResult
 
startOutput(Result) - Method in class net.sf.swan.xml.output.FragmentResult
 
startPathExpr() - Method in class net.sf.swan.xpath.expr.DefaultXPathHandler
 
startPathExpr() - Method in class net.sf.swan.xpath.expr.ExprHandler
 
startPathExpr() - Method in class net.sf.swan.xpath.pattern.PatternHandler
 
startPatternStep() - Method in class net.sf.swan.xpath.pattern.PatternHandler
 
startPredicate() - Method in class net.sf.swan.xpath.expr.DefaultXPathHandler
 
startPredicate() - Method in class net.sf.swan.xpath.pattern.PatternHandler
 
startPrefixMapping(String, String) - Method in class net.sf.swan.xml.input.event.SAXDocumentContext
 
startProcessingInstructionNodeStep(int, String) - Method in class net.sf.swan.xpath.expr.DefaultXPathHandler
 
startProcessingInstructionNodeStep(int, String) - Method in class net.sf.swan.xpath.pattern.PatternHandler
 
startRelationalExpr() - Method in class net.sf.swan.xpath.expr.DefaultXPathHandler
 
startRelationalExpr() - Method in class net.sf.swan.xpath.pattern.PatternHandler
 
startRelativeLocationPath() - Method in class net.sf.swan.xpath.expr.DefaultXPathHandler
 
startRelativeLocationPath() - Method in class net.sf.swan.xpath.pattern.PatternHandler
 
startTextNodeStep(int) - Method in class net.sf.swan.xpath.expr.DefaultXPathHandler
 
startTextNodeStep(int) - Method in class net.sf.swan.xpath.pattern.PatternHandler
 
startTrace(ContextEvent, Object) - Method in class net.sf.swan.xml.input.event.TraceHandler
 
startTrace(ContextEvent, Object) - Method in class net.sf.swan.xml.input.traceview.JTreeTraceHandler
 
startTrace(DocumentContext) - Method in class net.sf.swan.xml.input.event.TraceHandler
 
startTrace(DocumentContext) - Method in class net.sf.swan.xml.input.traceview.JTreeTraceHandler
 
startUnaryExpr() - Method in class net.sf.swan.xpath.expr.DefaultXPathHandler
 
startUnaryExpr() - Method in class net.sf.swan.xpath.pattern.PatternHandler
 
startUnionExpr() - Method in class net.sf.swan.xpath.expr.DefaultXPathHandler
 
startUnionExpr() - Method in class net.sf.swan.xpath.pattern.PatternHandler
 
startXPath() - Method in class net.sf.swan.xpath.expr.DefaultXPathHandler
 
startXPath() - Method in class net.sf.swan.xpath.pattern.PatternHandler
 
Step - class net.sf.swan.xpath.pattern.Step.
 
Step(NodeTest, Pattern) - Constructor for class net.sf.swan.xpath.pattern.Step
 
Stereotype - class net.sf.swan.xml.input.pattern.Stereotype.
A Connector with no explicit criteria for identifying those ContextEvents that should be used as source contexts for rule evaluation.
stereotype() - Method in class net.sf.swan.xml.input.pattern.PatternsBuilder
 
stopChild - Variable in class net.sf.swan.xml.output.ContainerResult
 
string(String) - Method in class net.sf.swan.xml.input.tree.TreeResult
 
string(String, Object) - Method in class net.sf.swan.xpath.Selector
Evaluate an XPath expression relative to the specified context node as a String.

T

take() - Method in class net.sf.swan.xpath.util.SelectorPool
 
take() - Method in class net.sf.swan.xml.input.util.ReaderPool
 
target() - Method in class net.sf.swan.xml.input.event.ProcessingInstructionEvent
 
test(Object, ContextSupport, List) - Method in interface net.sf.swan.xpath.pattern.PatternFunction
Test whether the specified node would be included in the node set resulting from invoking call with the same list of arguments.
test(String, Object) - Method in class net.sf.swan.xpath.Selector
Evaluate an XPath expression relative to the specified context node as a boolean.
test(String, Object) - Method in class net.sf.swan.xml.input.tree.TreeResult
 
TEXT_NODE - Static variable in interface net.sf.swan.xpath.pattern.NodeTypes
 
TEXT_TEST - Static variable in class net.sf.swan.xpath.expr.SelectorXPathFactory
 
TEXT_TEST - Static variable in class net.sf.swan.xpath.pattern.PatternHandler
 
text() - Method in class net.sf.swan.xml.input.event.TextEvent
 
text(String) - Method in class net.sf.swan.xml.output.ContainerResult
Create text output as child content of this result.
text(String) - Method in class net.sf.swan.xml.input.reflect.MethodMapper
 
text(TextEvent) - Method in class net.sf.swan.xml.input.components.Choice
 
text(TextEvent) - Method in class net.sf.swan.xml.input.components.Chain
 
text(TextEvent) - Method in class net.sf.swan.xml.input.event.ContextAdapter
 
text(TextEvent) - Method in interface net.sf.swan.xml.input.event.ContextListener
 
text(TextEvent) - Method in class net.sf.swan.xml.input.reflect.ReflectAdapter
 
text(TextEvent) - Method in class net.sf.swan.xml.input.reflect.BeanAdapter
 
text(TextEvent) - Method in class net.sf.swan.xml.input.tree.TreeAdapter
 
text(TextEvent) - Method in class net.sf.swan.xml.input.tree.DOMTreeFactory
 
textBuffer - Variable in class net.sf.swan.xml.input.event.SAXDocumentContext
 
TextEvent - class net.sf.swan.xml.input.event.TextEvent.
 
TextEvent() - Constructor for class net.sf.swan.xml.input.event.TextEvent
 
toBoolean(Object) - Method in class net.sf.swan.xpath.XPathSupport
 
toList(Object) - Method in class net.sf.swan.xpath.XPathSupport
 
toQName(String, String) - Method in class net.sf.swan.xpath.expr.SelectorXPathFactory
 
toSingle(Object) - Method in class net.sf.swan.xpath.XPathSupport
 
toString() - Method in class net.sf.swan.util.Tuple
 
toString() - Method in class net.sf.swan.util.IdentityKey
 
toString() - Method in class net.sf.swan.xml.output.ResultException
 
toString() - Method in class net.sf.swan.xml.input.event.EventContextException
 
toString() - Method in class net.sf.swan.xml.input.event.ContextEvent
 
toString() - Method in class net.sf.swan.xml.input.event.TextEvent
 
toString() - Method in class net.sf.swan.xml.input.event.DocumentContext
 
toString() - Method in class net.sf.swan.xml.input.event.SAXDocumentContext
 
toString() - Method in class net.sf.swan.xml.input.event.ElementContext
 
toString() - Method in class net.sf.swan.xml.input.event.StartElementEvent
 
toString() - Method in class net.sf.swan.xml.input.event.EndElementEvent
 
toString() - Method in class net.sf.swan.xml.input.event.ProcessingInstructionEvent
 
toString() - Method in class net.sf.swan.xml.input.event.TraceSAXDocumentContext
 
toString() - Method in class net.sf.swan.xml.input.pattern.Stereotype
 
toString() - Method in class net.sf.swan.xml.input.pattern.Rule
 
toString() - Method in class net.sf.swan.xml.input.util.SelfIdentityKey
 
trace(Object) - Method in class net.sf.swan.xml.input.event.TraceHandler
 
trace(Object) - Method in class net.sf.swan.xml.input.traceview.JTreeTraceHandler
 
traceClientState(EventContext) - Method in class net.sf.swan.xml.input.event.TraceHandler
 
traceClientState(EventContext) - Method in class net.sf.swan.xml.input.traceview.JTreeTraceHandler
 
traceContextProperty(EventContext, Object, Object) - Method in class net.sf.swan.xml.input.event.TraceHandler
 
traceContextProperty(EventContext, Object, Object) - Method in class net.sf.swan.xml.input.traceview.JTreeTraceHandler
 
traceEnabled() - Static method in class net.sf.swan.xml.input.event.TraceHandler
 
TraceHandler - class net.sf.swan.xml.input.event.TraceHandler.
 
TraceHandler() - Constructor for class net.sf.swan.xml.input.event.TraceHandler
 
TraceNode - class net.sf.swan.xml.input.traceview.TraceNode.
 
TraceNode(ContextNode, String) - Constructor for class net.sf.swan.xml.input.traceview.TraceNode
 
traceProperty(EventContext, Object, Object) - Method in class net.sf.swan.xml.input.event.TraceHandler
 
traceProperty(EventContext, Object, Object) - Method in class net.sf.swan.xml.input.traceview.JTreeTraceHandler
 
TraceSAXDocumentContext - class net.sf.swan.xml.input.event.TraceSAXDocumentContext.
Subclass of SAXDocumentContext that supports tracing.
TraceSAXDocumentContext() - Constructor for class net.sf.swan.xml.input.event.TraceSAXDocumentContext
 
TraceTreeCellRenderer - class net.sf.swan.xml.input.traceview.TraceTreeCellRenderer.
 
TraceTreeCellRenderer() - Constructor for class net.sf.swan.xml.input.traceview.TraceTreeCellRenderer
 
translateNamespacePrefixToUri(String, Object) - Method in class net.sf.swan.xpath.util.CompositeNavigator
 
TreeAdapter - class net.sf.swan.xml.input.tree.TreeAdapter.
Component that uses a TreeFactory to build a document fragment or other tree structure and passes the result to a TreeResultHandler.
TreeAdapter(TreeResultHandler) - Constructor for class net.sf.swan.xml.input.tree.TreeAdapter
Initializes the TreeAdapter with a default DOMTreeFactory.
TreeAdapter(TreeResultHandler, TreeFactory) - Constructor for class net.sf.swan.xml.input.tree.TreeAdapter
 
TreeAdapter(TreeResultHandler, TreeFactory, Selector) - Constructor for class net.sf.swan.xml.input.tree.TreeAdapter
 
TreeFactory - interface net.sf.swan.xml.input.tree.TreeFactory.
TreeFactories gather up events into a document fragment or other tree-based model and put the result as the client state for the EventContext corresponding to the root of the tree.
TreeResult - class net.sf.swan.xml.input.tree.TreeResult.
 
TreeResult(ContextEvent, SelectorPool) - Constructor for class net.sf.swan.xml.input.tree.TreeResult
 
treeResult(TreeResult) - Method in interface net.sf.swan.xml.input.tree.TreeResultHandler
 
TreeResultAdapter - class net.sf.swan.xml.input.tree.TreeResultAdapter.
TreeResultHandler with a no-op implementation for TreeResultAdapter.initializeSelector(net.sf.swan.xpath.Selector).
TreeResultAdapter() - Constructor for class net.sf.swan.xml.input.tree.TreeResultAdapter
 
TreeResultHandler - interface net.sf.swan.xml.input.tree.TreeResultHandler.
 
Tuple - class net.sf.swan.util.Tuple.
Class for holding arbitrary tuples, and which can be used as a key for Maps.
Tuple() - Constructor for class net.sf.swan.util.Tuple
 
Tuple(Object[]) - Constructor for class net.sf.swan.util.Tuple
 
Tuple(Object, Object) - Constructor for class net.sf.swan.util.Tuple
 

U

UnionPattern - class net.sf.swan.xpath.pattern.UnionPattern.
 
UnionPattern(Pattern[]) - Constructor for class net.sf.swan.xpath.pattern.UnionPattern
 
UNKNOWN_NODE - Static variable in interface net.sf.swan.xpath.pattern.NodeTypes
 
UnresolvableNamespaceException - exception net.sf.swan.xml.output.UnresolvableNamespaceException.
 
UnresolvableNamespaceException(Exception) - Constructor for class net.sf.swan.xml.output.UnresolvableNamespaceException
 
UnresolvableNamespaceException(String) - Constructor for class net.sf.swan.xml.output.UnresolvableNamespaceException
 
UnresolvableNamespaceException(String, Exception) - Constructor for class net.sf.swan.xml.output.UnresolvableNamespaceException
 

V

variableReference(String, String) - Method in class net.sf.swan.xpath.expr.DefaultXPathHandler
 
variableReference(String, String) - Method in class net.sf.swan.xpath.pattern.PatternHandler
 
verifyAllowChild() - Method in class net.sf.swan.xml.output.ContainerResult
 
verifyAllowChild() - Method in class net.sf.swan.xml.output.DocumentResult
 
verifyInPredicate() - Method in class net.sf.swan.xpath.pattern.PatternHandler
 
verifyVariableReference(String, String) - Method in interface net.sf.swan.xpath.expr.ParseContext
 
verifyVars - Variable in class net.sf.swan.xpath.XPathSupport
 

W

WARNING - Static variable in class net.sf.swan.xml.input.event.DefaultErrorHandler
 
WARNING - Static variable in class net.sf.swan.xml.input.traceview.JTreeTraceHandler
 
warning(EventContextException) - Method in interface net.sf.swan.xml.input.event.ErrorHandler
 
warning(EventContextException) - Method in class net.sf.swan.xml.input.event.DefaultErrorHandler
 
warning(EventContextException) - Method in class net.sf.swan.xml.input.traceview.JTreeTraceHandler
 
warning(SAXParseException) - Method in class net.sf.swan.xml.input.event.DefaultErrorHandler
 

X

XML_BASE - Static variable in class net.sf.swan.xml.input.components.XMLContextAttributes
 
XML_LANG - Static variable in class net.sf.swan.xml.input.components.XMLContextAttributes
 
XML_NAMESPACE - Static variable in class net.sf.swan.xml.input.event.SAXDocumentContext
 
XML_SPACE - Static variable in class net.sf.swan.xml.input.components.XMLContextAttributes
 
XMLContextAttributes - class net.sf.swan.xml.input.components.XMLContextAttributes.
Utility that tracks certain standard global XML context attributes, adding them as context properties of elements.
XMLContextAttributes() - Constructor for class net.sf.swan.xml.input.components.XMLContextAttributes
 
xmlns(String, String) - Method in class net.sf.swan.xml.output.FragmentResult
Create a namespace declaration in the current context.
xmlns(String, String) - Method in class net.sf.swan.xml.output.ElementResult
Create a namespace declaration in the current context.
xmlns(String, String) - Method in class net.sf.swan.xml.output.AttributesResult
 
XPathSupport - class net.sf.swan.xpath.XPathSupport.
 
xpathSupport() - Method in class net.sf.swan.xml.input.pattern.PatternsBuilder
 
XPathSupport() - Constructor for class net.sf.swan.xpath.XPathSupport
 
XPathSupport(Navigator) - Constructor for class net.sf.swan.xpath.XPathSupport
Initializes this XPathSupport with the given Navigator.
XPathSupport(XPathSupport) - Constructor for class net.sf.swan.xpath.XPathSupport
 

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