Uses of Class
org.apache.xml.utils.QName
Packages that use QName
Package
Description
Implementation of Xalan Extension Mechanism.
Parses an XSLT stylesheet document (which may include and import other stylesheet documents) and produces a StylesheetRoot
(a TRaX Templates object).
Implements the
Templates
interface,
and defines a set of classes that represent an XSLT stylesheet.Implementation of Xalan Trace events, for use by a debugger.
In charge of run-time transformations and the production of result trees.
Implementation of Xalan utility classes.
Implementation of XPath; for the most part, only classes meant for public use are
found at this root level of the XPath packages.
Support for XPath operations, such as +, -, string(), etc.
-
Uses of QName in org.apache.xalan.extensions
Methods in org.apache.xalan.extensions that return QNameModifier and TypeMethodDescriptionXSLProcessorContext.getMode()
Get the current mode being executed.Methods in org.apache.xalan.extensions with parameters of type QNameModifier and TypeMethodDescriptionExpressionContext.getVariableOrParam
(QName qname) Get a variable based on it's qualified name. -
Uses of QName in org.apache.xalan.processor
Methods in org.apache.xalan.processor with parameters of type QNameModifier and TypeMethodDescriptionboolean
XSLTSchema.elementAvailable
(QName elemName) Determines whether the passed element name is present in the list of available elements. -
Uses of QName in org.apache.xalan.templates
Fields in org.apache.xalan.templates declared as QNameModifier and TypeFieldDescriptionElemAttributeSet.m_qname
The name attribute specifies the name of the attribute set.ElemCallTemplate.m_templateName
An xsl:call-template element invokes a template by name; it has a required name attribute that identifies the template to be invoked.Methods in org.apache.xalan.templates that return QNameModifier and TypeMethodDescriptionElemApplyTemplates.getMode()
Get the mode attribute for this element.ElemTemplate.getMode()
Get the "mode" attribute.DecimalFormatProperties.getName()
Get the "name" attribute.ElemAttributeSet.getName()
Get the "name" attribute.ElemCallTemplate.getName()
Get the "name" attribute.ElemTemplate.getName()
Get the "name" attribute.ElemVariable.getName()
Get the "name" attribute.ElemWithParam.getName()
Get the "name" attribute.KeyDeclaration.getName()
Get the "name" attribute.OutputProperties.getQNameProperty
(String key) Searches for the qname property with the specified key in the property list.static QName
OutputProperties.getQNameProperty
(String key, Properties props) Searches for the qname property with the specified key in the property list.OutputProperties.getQNameProperty
(QName key) Searches for the qname property with the specified key in the property list.QName[]
ElemUse.getUseAttributeSets()
Get the "use-attribute-sets" attribute.Methods in org.apache.xalan.templates with parameters of type QNameModifier and TypeMethodDescriptionStylesheetRoot.getAttributeSetComposed
(QName name) Get a list "xsl:attribute-set" properties that match the qname.boolean
OutputProperties.getBooleanProperty
(QName key) Searches for the boolean property with the specified key in the property list.Stylesheet.getDecimalFormat
(QName name) Get an "xsl:decimal-format" property.StylesheetRoot.getDecimalFormatComposed
(QName name) Given a valid element decimal-format name, return the decimalFormatSymbols with that name.int
OutputProperties.getIntProperty
(QName key) Searches for the int property with the specified key in the property list.Stylesheet.getNonXslTopLevel
(QName name) Get a non-xslt element.Get an "xsl:param" property.OutputProperties.getProperty
(QName key) Searches for the property with the specified key in the property list.OutputProperties.getQNameProperties
(QName key) Searches for the list of qname properties with the specified key in the property list.OutputProperties.getQNameProperty
(QName key) Searches for the qname property with the specified key in the property list.TemplateList.getTemplate
(QName qname) Locate a named template.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.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.StylesheetRoot.getTemplateComposed
(QName qname) Get an "xsl:template" property.StylesheetRoot.getTemplateComposed
(XPathContext xctxt, int targetNode, QName mode, boolean quietConflictWarnings, DTM dtm) Get an "xsl:template" property by node match.StylesheetRoot.getTemplateComposed
(XPathContext xctxt, int targetNode, QName mode, int maxImportLevel, int endImportLevel, boolean quietConflictWarnings, DTM dtm) Get an "xsl:template" property by node match.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.Stylesheet.getVariable
(QName qname) Get an "xsl:variable" property.Stylesheet.getVariableOrParam
(QName qname) Get an "xsl:variable" or "xsl:param" property.StylesheetRoot.getVariableOrParamComposed
(QName qname) Get an "xsl:variable" property.void
OutputProperties.setBooleanProperty
(QName key, boolean value) Set an output property.void
OutputProperties.setIntProperty
(QName key, int value) 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
OutputProperties.setQNameProperties
(QName key, Vector v) Set an output property with a QName list value.void
OutputProperties.setQNameProperty
(String key, QName value) Set an output property with a QName value.void
OutputProperties.setQNameProperty
(QName key, QName value) Set an output property with a QName value.void
ElemUse.setUseAttributeSets
(QName[] v) Set the "use-attribute-sets" attribute. -
Uses of QName in org.apache.xalan.trace
Fields in org.apache.xalan.trace declared as QNameConstructors in org.apache.xalan.trace with parameters of type QNameModifierConstructorDescriptionTracerEvent
(TransformerImpl processor, Node sourceNode, QName mode, ElemTemplateElement styleNode) Create an event originating at the given node of the style tree. -
Uses of QName in org.apache.xalan.transformer
Methods in org.apache.xalan.transformer that return QNameModifier and TypeMethodDescriptionKeyTable.getKeyTableName()
Get Key Name for this KeyTableTransformerImpl.getMode()
NEEDSDOC Method getMode NEEDSDOC (getMode) @returnKeyIterator.getName()
Get the key name from a key declaration this iterator will processMethods in org.apache.xalan.transformer with parameters of type QNameModifier and TypeMethodDescriptionvoid
TransformerImpl.executeChildTemplates
(ElemTemplateElement elem, Node context, QName mode, ContentHandler handler) Execute each of the children of a template element.KeyManager.getNodeSetDTMByKey
(XPathContext xctxt, int doc, QName name, XMLString ref, PrefixResolver nscontext) Given a valid element key, return the corresponding node list.KeyTable.getNodeSetDTMByKey
(QName name, XMLString ref) Given a valid element key, return the corresponding node list.void
NEEDSDOC Method pushMode NEEDSDOC @param modeConstructors in org.apache.xalan.transformer with parameters of type QNameModifierConstructorDescriptionKeyRefIterator
(QName name, XMLString ref, Vector keyDecls, DTMIterator ki) Constructor KeyRefIteratorKeyTable
(int doc, PrefixResolver nscontext, QName name, Vector keyDeclarations, XPathContext xctxt) Build a keys table. -
Uses of QName in org.apache.xml.utils
Methods in org.apache.xml.utils that return QNameModifier and TypeMethodDescriptionstatic QName
QName.getQNameFromString
(String name) Given a string, create and return a QName object -
Uses of QName in org.apache.xpath
Methods in org.apache.xpath that return QNameModifier and TypeMethodDescriptionfinal QName
Arg.getQName()
Get the qualified name for this argument.Methods in org.apache.xpath with parameters of type QNameModifier and TypeMethodDescriptionVariableStack.getVariableOrParam
(XPathContext xctxt, QName qname) Get a variable based on it's qualified name.final XObject
XPathContext.XPathExpressionContext.getVariableOrParam
(QName qname) Get a variable based on it's qualified name.final void
Set the qualified name for this argument.Constructors in org.apache.xpath with parameters of type QNameModifierConstructorDescriptionConstruct a parameter argument that contains an expression.Construct a parameter argument which has an XObject value.Construct a parameter argument. -
Uses of QName in org.apache.xpath.jaxp
Methods in org.apache.xpath.jaxp with parameters of type QNameModifier and TypeMethodDescriptionJAXPVariableStack.getVariableOrParam
(XPathContext xctxt, QName qname) -
Uses of QName in org.apache.xpath.operations
Methods in org.apache.xpath.operations that return QNameMethods in org.apache.xpath.operations with parameters of type QName