Uses of Class org.apache.xml.utils.QName

Uses in package org.apache.xalan.processor

Methods with parameter type org.apache.xml.utils.QName

boolean
Determines whether the passed element name is present in the list of available elements.

Uses in package org.apache.xml.utils

Methods with return type org.apache.xml.utils.QName

QName
Given a string, create and return a QName object

Uses in package org.apache.xpath.operations

Methods with parameter type org.apache.xml.utils.QName

void
Set the qualified name of the variable.

Methods with return type org.apache.xml.utils.QName

QName
Get the qualified name of the variable.

Uses in package org.apache.xalan.extensions

Methods with parameter type org.apache.xml.utils.QName

XObject
Get a variable based on it's qualified name.

Methods with return type org.apache.xml.utils.QName

QName
Get the current mode being executed.

Uses in package org.apache.xalan.templates

Fields of type org.apache.xml.utils.QName

QName
The name attribute specifies the name of the attribute set.
QName
An xsl:call-template element invokes a template by name; it has a required name attribute that identifies the template to be invoked.

Methods with parameter type org.apache.xml.utils.QName

ArrayList
Get a list "xsl:attribute-set" properties that match the qname.
boolean
Searches for the boolean property with the specified key in the property list.
DecimalFormatProperties
Get an "xsl:decimal-format" property.
DecimalFormatSymbols
Given a valid element decimal-format name, return the decimalFormatSymbols with that name.
int
Searches for the int property with the specified key in the property list.
Object
Get a non-xslt element.
ElemParam
Get an "xsl:param" property.
String
Searches for the property with the specified key in the property list.
Vector
Searches for the list of qname properties with the specified key in the property list.
QName
Searches for the qname property with the specified key in the property list.
ElemTemplate
Locate a named template.
ElemTemplate
TemplateList.getTemplate(XPathContext xctxt, int targetNode, QName mode, boolean quietConflictWarnings, DTM dtm)
Given a target element, find the template that best matches in the given XSL document, according to the rules specified in the xsl draft.
ElemTemplate
TemplateList.getTemplate(XPathContext xctxt, int targetNode, QName mode, int maxImportLevel, int endImportLevel, boolean quietConflictWarnings, DTM dtm)
Given a target element, find the template that best matches in the given XSL document, according to the rules specified in the xsl draft.
ElemTemplate
Get an "xsl:template" property.
ElemTemplate
StylesheetRoot.getTemplateComposed(XPathContext xctxt, int targetNode, QName mode, boolean quietConflictWarnings, DTM dtm)
Get an "xsl:template" property by node match.
ElemTemplate
StylesheetRoot.getTemplateComposed(XPathContext xctxt, int targetNode, QName mode, int maxImportLevel, int endImportLevel, boolean quietConflictWarnings, DTM dtm)
Get an "xsl:template" property by node match.
ElemTemplate
TemplateList.getTemplateFast(XPathContext xctxt, int targetNode, int expTypeID, QName mode, int maxImportLevel, boolean quietConflictWarnings, DTM dtm)
Given a target element, find the template that best matches in the given XSL document, according to the rules specified in the xsl draft.
ElemVariable
Get an "xsl:variable" property.
ElemVariable
Get an "xsl:variable" or "xsl:param" property.
ElemVariable
Get an "xsl:variable" property.
void
Set an output property.
void
Set an output property.
void
Set the mode attribute for this element.
void
Set the "mode" attribute.
void
Set the "name" attribute.
void
Set the "name" attribute.
void
Set the "name" attribute.
void
Set the "name" attribute.
void
Set the "name" attribute.
void
Set the "name" attribute.
void
Set the "name" attribute.
void
Stylesheet.setNonXslTopLevel(QName name, Object obj)
Set found a non-xslt element.
void
OutputProperties.setProperty(QName key, String value)
Set an output property.
void
Set an output property with a QName list value.
void
Set an output property with a QName value.
void
Set an output property with a QName value.
void
Set the "use-attribute-sets" attribute.

Methods with return type org.apache.xml.utils.QName

QName
Get the mode attribute for this element.
QName
Get the "mode" attribute.
QName
Get the "name" attribute.
QName
Get the "name" attribute.
QName
Get the "name" attribute.
QName
Get the "name" attribute.
QName
Get the "name" attribute.
QName
Get the "name" attribute.
QName
Get the "name" attribute.
QName
Searches for the qname property with the specified key in the property list.
QName
OutputProperties.getQNameProperty(String key, Properties props)
Searches for the qname property with the specified key in the property list.
QName
Searches for the qname property with the specified key in the property list.
QName[]
Get the "use-attribute-sets" attribute.

Uses in package org.apache.xpath.jaxp

Methods with parameter type org.apache.xml.utils.QName

XObject
Get a variable based on it's qualified name.

Uses in package org.apache.xpath

Constructors with parameter type org.apache.xml.utils.QName

Arg.Arg(QName qname, String expression, boolean isFromWithParam)
Construct a parameter argument that contains an expression.
Arg.Arg(QName qname, XObject val)
Construct a parameter argument which has an XObject value.
Arg.Arg(QName qname, XObject val, boolean isFromWithParam)
Construct a parameter argument.

Methods with parameter type org.apache.xml.utils.QName

XObject
Get a variable based on it's qualified name.
XObject
Get a variable based on it's qualified name.
void
Set the qualified name for this argument.

Methods with return type org.apache.xml.utils.QName

QName
Get the qualified name for this argument.

Uses in package org.apache.xalan.transformer

Constructors with parameter type org.apache.xml.utils.QName

KeyRefIterator.KeyRefIterator(QName name, XMLString ref, Vector keyDecls, DTMIterator ki)
Constructor KeyRefIterator
KeyTable.KeyTable(int doc, PrefixResolver nscontext, QName name, Vector keyDeclarations, XPathContext xctxt)
Build a keys table.

Methods with parameter type org.apache.xml.utils.QName

void
TransformerImpl.executeChildTemplates(ElemTemplateElement elem, org.w3c.dom.Node context, QName mode, ContentHandler handler)
Execute each of the children of a template element.
XNodeSet
Given a valid element key, return the corresponding node list.
XNodeSet
KeyManager.getNodeSetDTMByKey(XPathContext xctxt, int doc, QName name, XMLString ref, PrefixResolver nscontext)
Given a valid element key, return the corresponding node list.
void
NEEDSDOC Method pushMode NEEDSDOC @param mode

Methods with return type org.apache.xml.utils.QName

QName
Get Key Name for this KeyTable
QName
NEEDSDOC Method getMode NEEDSDOC (getMode) @return
QName
Get the key name from a key declaration this iterator will process

Uses in package org.apache.xalan.trace

Constructors with parameter type org.apache.xml.utils.QName

TracerEvent.TracerEvent(TransformerImpl processor, Node sourceNode, QName mode, ElemTemplateElement styleNode)
Create an event originating at the given node of the style tree.

Fields of type org.apache.xml.utils.QName

QName
The current mode.

Copyright © 2006 Apache XML Project. All Rights Reserved.