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

G

GenericDestination - class com.jclark.xsl.sax.GenericDestination.
 
GenericDestination() - Constructor for class com.jclark.xsl.sax.GenericDestination
 
get(Node, ExprContext) - Method in class com.jclark.xsl.expr.PatternList
finds the first pattern in the list that matches the given Node in the given ExprContext.
get(Object) - Method in interface com.jclark.xsl.tr.ProcessContext
 
get(String) - Method in class com.jclark.xsl.expr.KeyValuesTable
return a nodelist of the nodes with the "use" value which matches the supplied argument
getAll(Node, ExprContext) - Method in class com.jclark.xsl.expr.PatternList
get an enumeration of all Rules that might match the given Node in the given ExprContext
getAlternatives() - Method in interface com.jclark.xsl.expr.TopLevelPattern
may represent an "or" grouping, so we allow them to be broken out and dealt with separately
getAttribute(Name) - Method in interface com.jclark.xsl.om.Node
does this only work on Elements?
getAttributeName(int) - Method in class com.jclark.xsl.sax.ResultBase
 
getAttributeNames() - Method in interface com.jclark.xsl.tr.OutputMethod
 
getAttributes() - Method in interface com.jclark.xsl.om.Node
does this only work on Elements?
getAttributeValue(Name) - Method in interface com.jclark.xsl.om.Node
does this only work on Elements?
getAttributeValue(Name) - Method in interface com.jclark.xsl.tr.OutputMethod
 
getBaseNode() - Method in class com.jclark.xsl.expr.VariantBase
 
getBaseNode() - Method in interface com.jclark.xsl.expr.Variant
 
getCdataSectionElements() - Method in interface com.jclark.xsl.tr.OutputMethod
 
getChildren() - Method in interface com.jclark.xsl.om.Node
as the name implies ...
getChildrenExpr() - Static method in class com.jclark.xsl.expr.ExprParser
 
getCreator() - Method in interface com.jclark.xsl.om.Name
uhh, ...
getCurrent(Node) - Method in interface com.jclark.xsl.expr.ExprContext
 
getData() - Method in interface com.jclark.xsl.om.Node
Returns text for TEXT node; value for attribute node; content for comment node; content after PI for PI node;
getDefaultNamespace() - Method in interface com.jclark.xsl.om.NamespacePrefixMap
 
getDefaultPriority() - Method in interface com.jclark.xsl.expr.PathPattern
priority when used in XSLT template match pattern
getDocument(URL, String) - Method in interface com.jclark.xsl.expr.ExprContext
returns a parsed representation of the document at the given URL.
getDocumentHandler() - Method in class com.jclark.xsl.sax.ResultBase
 
getElementById(Document, String) - Method in class com.jclark.xsl.dom.XMLProcessorImpl
 
getElementById(Document, String) - Method in interface com.jclark.xsl.dom.DOMExtensions
 
getElementWithId(String) - Method in interface com.jclark.xsl.om.Node
finds an Element Node, in the this node's document, with the given ID
getEmptyNamespacePrefixMap() - Method in class com.jclark.xsl.om.NameTableImpl
 
getEmptyNamespacePrefixMap() - Method in interface com.jclark.xsl.om.NameTable
obtain an empty NamespacePrefixMap
getEncoding() - Method in class com.jclark.xsl.sax.GenericDestination
 
getEncoding() - Method in interface com.jclark.xsl.sax.Destination
Returns the IANA name of the encoding actually used.
getExtensionContext(String) - Method in interface com.jclark.xsl.expr.ExprContext
 
getFilter() - Method in interface com.jclark.xsl.sax.SaxFilterMaker
return an object we can attach in a pipe
getFollowingSiblings() - Method in interface com.jclark.xsl.om.Node
as the name implies ...
getFormat(String, String) - Method in interface com.jclark.xsl.conv.FormatTokenHandler
 
getGeneratedId() - Method in interface com.jclark.xsl.om.Node
guaranteed to be unique (and repeatable)
getGlobalVariableValue(Name) - Method in interface com.jclark.xsl.expr.ExprContext
access to the stylesheet's global variables
getIncludeComments() - Method in interface com.jclark.xsl.tr.LoadContext
include comment nodes?
getIncludeComments() - Method in class com.jclark.xsl.tr.EngineImpl
 
getIncludeProcessingInstructions() - Method in interface com.jclark.xsl.tr.LoadContext
include processing instructions?
getIncludeProcessingInstructions() - Method in class com.jclark.xsl.tr.EngineImpl
 
getKeyValuesTable(Name, Node) - Method in interface com.jclark.xsl.expr.ExprContext
 
getLastPosition() - Method in interface com.jclark.xsl.expr.ExprContext
 
getLength() - Method in class com.jclark.xsl.sax.ResultBase
 
getLength() - Method in class com.jclark.xsl.sax.MultiNamespaceResult
 
getLineNumber() - Method in interface com.jclark.xsl.om.Node
if decorated with locator events, this returns the line number in the XML source where this node was found
getLocalPart() - Method in interface com.jclark.xsl.om.Name
get the part of the name that has no prefix
getLocalVariableValue(Name) - Method in interface com.jclark.xsl.expr.ExprContext
access to the stylesheet's in-scope local variables
getMatchPattern() - Method in class com.jclark.xsl.tr.KeyDefinition
 
getName() - Method in interface com.jclark.xsl.om.Node
Returns element type name for element; attribute name for an attribute; target for a PI.
getName() - Method in class com.jclark.xsl.tr.KeyDefinition
 
getName() - Method in interface com.jclark.xsl.tr.OutputMethod
 
getName(int) - Method in class com.jclark.xsl.sax.MultiNamespaceResult
 
getNamespace() - Method in interface com.jclark.xsl.om.Name
get the URI reference that is the namespace
getNamespace(int) - Method in interface com.jclark.xsl.om.NamespacePrefixMap
 
getNamespace(String) - Method in interface com.jclark.xsl.om.NamespacePrefixMap
 
getNamespacePrefixMap() - Method in interface com.jclark.xsl.om.Node
in-scope namespaces ??
getNameTable() - Method in interface com.jclark.xsl.om.NamespacePrefixMap
 
getNameTable() - Method in interface com.jclark.xsl.tr.Engine
 
getNameTable() - Method in class com.jclark.xsl.tr.EngineImpl
 
getNameTable() - Method in interface com.jclark.xsl.tr.OutputMethod
 
getNode() - Method in class com.jclark.xsl.dom.TransformException
 
getNode() - Method in class com.jclark.xsl.om.XSLException
 
getOutputStream(String, String) - Method in class com.jclark.xsl.sax.ServletDestination
 
getOutputStream(String, String) - Method in class com.jclark.xsl.sax.FileDestination
 
getOutputStream(String, String) - Method in interface com.jclark.xsl.sax.Destination
 
getOutputStream(String, String) - Method in class com.jclark.xsl.sax.FileDescriptorDestination
 
getOutputStream(String, String) - Method in class com.jclark.xsl.sax.OutputStreamDestination
 
getParam(Name) - Method in interface com.jclark.xsl.tr.ProcessContext
 
getParameter(Name) - Method in class com.jclark.xsl.sax.XSLProcessorImpl
 
getParameter(Name) - Method in interface com.jclark.xsl.tr.ParameterSet
 
getParent() - Method in interface com.jclark.xsl.om.Node
as the name implies ...
getPosition() - Method in interface com.jclark.xsl.expr.ExprContext
 
getPrefix() - Method in interface com.jclark.xsl.om.Name
get the prefix
getPrefix(int) - Method in class com.jclark.xsl.conv.NumberListFormat
 
getPrefix(int) - Method in interface com.jclark.xsl.om.NamespacePrefixMap
 
getPrefix(String) - Method in interface com.jclark.xsl.om.NamespacePrefixMap
 
getRoot() - Method in interface com.jclark.xsl.om.Node
gets the owning Document's root
getRootNode() - Method in interface com.jclark.xsl.sax.XMLProcessorImpl.Builder
 
getSaxExtensionFilter() - Method in interface com.jclark.xsl.tr.Sheet
gets the xrap (extension) processor for use during processing
getSaxExtensionFilter() - Method in interface com.jclark.xsl.tr.ProcessContext
returns an XRAP processor, packaged as a SAX filter
getSheetLoadContext() - Method in interface com.jclark.xsl.tr.Engine
 
getSheetLoadContext() - Method in class com.jclark.xsl.tr.EngineImpl
 
getSize() - Method in interface com.jclark.xsl.om.NamespacePrefixMap
 
getSourceLoadContext() - Method in interface com.jclark.xsl.tr.Sheet
 
getStripSource(Name) - Method in interface com.jclark.xsl.tr.LoadContext
white space handling
getStripSource(Name) - Method in class com.jclark.xsl.tr.EngineImpl
 
getSuffix() - Method in class com.jclark.xsl.conv.NumberListFormat
 
getSystemProperty(Name) - Method in interface com.jclark.xsl.expr.ExprContext
provides access to the system properties for the system-property() function in XSLT 1.0 section 12.4
getTree(ProcessContext) - Method in interface com.jclark.xsl.tr.ResultFragmentVariant
 
getTree(ProcessContext) - Method in class com.jclark.xsl.tr.ResultFragmentVariantBase
for converting to a NodeSet ??
getTree(Variant) - Method in interface com.jclark.xsl.expr.ExprContext
 
getType() - Method in interface com.jclark.xsl.om.Node
returns one of: ELEMENT, TEXT, ATTRIBUTE, ROOT, PROCESSING_INSTRUCTION or COMMENT
getType(int) - Method in class com.jclark.xsl.sax.ResultBase
 
getType(String) - Method in class com.jclark.xsl.sax.ResultBase
 
getUnparsedEntityURI(String) - Method in interface com.jclark.xsl.om.Node
 
getURL() - Method in interface com.jclark.xsl.om.Node
base URL ??
getUseExpression() - Method in class com.jclark.xsl.tr.KeyDefinition
 
getValue(int) - Method in class com.jclark.xsl.sax.ResultBase
 
getValue(int) - Method in class com.jclark.xsl.sax.MultiNamespaceResult
 
getValue(Object) - Method in class com.jclark.xsl.util.NumberComparator
 
getValue(String) - Method in class com.jclark.xsl.sax.ResultBase
 
getWriter(String, String) - Method in class com.jclark.xsl.sax.GenericDestination
 
getWriter(String, String) - Method in interface com.jclark.xsl.sax.Destination
 

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