Uses of Class
org.apache.xml.utils.QName
| Package | Description |
|---|---|
| org.apache.xalan.extensions | |
| org.apache.xalan.processor |
Parses an XSLT stylesheet document (which may include and import other stylesheet documents) and produces a StylesheetRoot
(a TRaX Templates object).
|
| org.apache.xalan.templates |
Implements the
Templates interface,
and defines a set of classes that represent an XSLT stylesheet. |
| org.apache.xalan.transformer |
In charge of run-time transformations and the production of result trees.
|
| org.apache.xml.utils |
Implementation of Xalan utility classes.
|
| org.apache.xpath |
Implementation of XPath; for the most part, only classes meant for public use are
found at this root level of the XPath packages.
|
| org.apache.xpath.jaxp | |
| org.apache.xpath.operations |
Support for XPath operations, such as +, -, string(), etc.
|
-
Uses of QName in org.apache.xalan.extensions
Methods in org.apache.xalan.extensions with parameters of type QName Modifier and Type Method Description XObjectExpressionContext. 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 QName Modifier and Type Method Description booleanXSLTSchema. 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 QName Modifier and Type Field Description QNameElemAttributeSet. m_qnameThe name attribute specifies the name of the attribute set.protected QNameElemVariable. m_qnameThe value of the "name" attribute.QNameElemCallTemplate. m_templateNameAn 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 QName Modifier and Type Method Description QNameElemApplyTemplates. getMode()Get the mode attribute for this element.QNameElemTemplate. getMode()Get the "mode" attribute.QNameDecimalFormatProperties. getName()Get the "name" attribute.QNameElemAttributeSet. getName()Get the "name" attribute.QNameElemCallTemplate. getName()Get the "name" attribute.QNameElemTemplate. getName()Get the "name" attribute.QNameElemVariable. getName()Get the "name" attribute.QNameElemWithParam. getName()Get the "name" attribute.QNameKeyDeclaration. getName()Get the "name" attribute.QNameOutputProperties. getQNameProperty(String key)Searches for the qname property with the specified key in the property list.static QNameOutputProperties. getQNameProperty(String key, Properties props)Searches for the qname property with the specified key in the property list.QNameOutputProperties. 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 QName Modifier and Type Method Description protected LocPathIteratorRedundentExprEliminator. changePartToRef(QName uniquePseudoVarName, WalkingIterator wi, int numSteps, boolean isGlobal)Change a given number of steps to a single variable reference.protected voidRedundentExprEliminator. changeToVarRef(QName varName, ExpressionOwner owner, Vector paths, ElemTemplateElement psuedoVarRecipient)Change the expression owned by the owner argument to a variable reference of the given name.protected ElemVariableRedundentExprEliminator. createGlobalPseudoVarDecl(QName uniquePseudoVarName, StylesheetRoot stylesheetRoot, LocPathIterator lpi)Create a psuedo variable reference that will represent the shared redundent XPath, for a local reduction.protected ElemVariableRedundentExprEliminator. createLocalPseudoVarDecl(QName uniquePseudoVarName, ElemTemplateElement psuedoVarRecipient, LocPathIterator lpi)Create a psuedo variable reference that will represent the shared redundent XPath, for a local reduction.ArrayListStylesheetRoot. getAttributeSetComposed(QName name)Get a list "xsl:attribute-set" properties that match the qname.booleanOutputProperties. getBooleanProperty(QName key)Searches for the boolean property with the specified key in the property list.DecimalFormatPropertiesStylesheet. getDecimalFormat(QName name)Get an "xsl:decimal-format" property.DecimalFormatSymbolsStylesheetRoot. getDecimalFormatComposed(QName name)Given a valid element decimal-format name, return the decimalFormatSymbols with that name.intOutputProperties. getIntProperty(QName key)Searches for the int property with the specified key in the property list.ObjectStylesheet. getNonXslTopLevel(QName name)Get a non-xslt element.ElemParamStylesheet. getParam(QName qname)Get an "xsl:param" property.StringOutputProperties. getProperty(QName key)Searches for the property with the specified key in the property list.VectorOutputProperties. getQNameProperties(QName key)Searches for the list of qname properties with the specified key in the property list.QNameOutputProperties. getQNameProperty(QName key)Searches for the qname property with the specified key in the property list.ElemTemplateTemplateList. getTemplate(QName qname)Locate a named template.ElemTemplateTemplateList. 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.ElemTemplateTemplateList. 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.ElemTemplateStylesheetRoot. getTemplateComposed(QName qname)Get an "xsl:template" property.ElemTemplateStylesheetRoot. getTemplateComposed(XPathContext xctxt, int targetNode, QName mode, boolean quietConflictWarnings, DTM dtm)Get an "xsl:template" property by node match.ElemTemplateStylesheetRoot. getTemplateComposed(XPathContext xctxt, int targetNode, QName mode, int maxImportLevel, int endImportLevel, boolean quietConflictWarnings, DTM dtm)Get an "xsl:template" property by node match.ElemTemplateTemplateList. 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.ElemVariableStylesheet. getVariable(QName qname)Get an "xsl:variable" property.ElemVariableStylesheet. getVariableOrParam(QName qname)Get an "xsl:variable" or "xsl:param" property.ElemVariableStylesheetRoot. getVariableOrParamComposed(QName qname)Get an "xsl:variable" property.voidOutputProperties. setBooleanProperty(QName key, boolean value)Set an output property.voidOutputProperties. setIntProperty(QName key, int value)Set an output property.voidElemApplyTemplates. setMode(QName mode)Set the mode attribute for this element.voidElemTemplate. setMode(QName v)Set the "mode" attribute.voidDecimalFormatProperties. setName(QName qname)Set the "name" attribute.voidElemAttributeSet. setName(QName name)Set the "name" attribute.voidElemCallTemplate. setName(QName name)Set the "name" attribute.voidElemTemplate. setName(QName v)Set the "name" attribute.voidElemVariable. setName(QName v)Set the "name" attribute.voidElemWithParam. setName(QName v)Set the "name" attribute.voidKeyDeclaration. setName(QName name)Set the "name" attribute.voidStylesheet. setNonXslTopLevel(QName name, Object obj)Set found a non-xslt element.voidOutputProperties. setProperty(QName key, String value)Set an output property.voidOutputProperties. setQNameProperties(QName key, Vector v)Set an output property with a QName list value.voidOutputProperties. setQNameProperty(String key, QName value)Set an output property with a QName value.voidOutputProperties. setQNameProperty(QName key, QName value)Set an output property with a QName value.voidElemUse. setUseAttributeSets(QName[] v)Set the "use-attribute-sets" attribute. -
Uses of QName in org.apache.xalan.transformer
Methods in org.apache.xalan.transformer that return QName Modifier and Type Method Description QNameKeyTable. getKeyTableName()Get Key Name for this KeyTableQNameTransformerImpl. getMode()NEEDSDOC Method getMode NEEDSDOC (getMode) @returnQNameKeyIterator. getName()Get the key name from a key declaration this iterator will processMethods in org.apache.xalan.transformer with parameters of type QName Modifier and Type Method Description voidTransformerImpl. executeChildTemplates(ElemTemplateElement elem, Node context, QName mode, ContentHandler handler)Execute each of the children of a template element.XNodeSetKeyManager. getNodeSetDTMByKey(XPathContext xctxt, int doc, QName name, XMLString ref, PrefixResolver nscontext)Given a valid element key, return the corresponding node list.XNodeSetKeyTable. getNodeSetDTMByKey(QName name, XMLString ref)Given a valid element key, return the corresponding node list.voidTransformerImpl. pushMode(QName mode)NEEDSDOC Method pushMode NEEDSDOC @param modeConstructors in org.apache.xalan.transformer with parameters of type QName Constructor Description KeyTable(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 QName Modifier and Type Method Description static QNameQName. 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 QName Modifier and Type Method Description QNameArg. getQName()Get the qualified name for this argument.Methods in org.apache.xpath with parameters of type QName Modifier and Type Method Description XObjectVariableStack. getVariableOrParam(XPathContext xctxt, QName qname)Get a variable based on it's qualified name.XObjectXPathContext.XPathExpressionContext. getVariableOrParam(QName qname)Get a variable based on it's qualified name.voidArg. setQName(QName name)Set the qualified name for this argument.Constructors in org.apache.xpath with parameters of type QName Constructor Description Arg(QName qname, String expression, boolean isFromWithParam)Construct a parameter argument that contains an expression.Arg(QName qname, XObject val)Construct a parameter argument which has an XObject value.Arg(QName qname, XObject val, boolean isFromWithParam)Construct a parameter argument. -
Uses of QName in org.apache.xpath.jaxp
Methods in org.apache.xpath.jaxp with parameters of type QName Modifier and Type Method Description XObjectJAXPVariableStack. getVariableOrParam(XPathContext xctxt, QName qname) -
Uses of QName in org.apache.xpath.operations
Fields in org.apache.xpath.operations declared as QName Modifier and Type Field Description protected QNameVariable. m_qnameThe qualified name of the variable.Methods in org.apache.xpath.operations that return QName Modifier and Type Method Description QNameVariable. getQName()Get the qualified name of the variable.Methods in org.apache.xpath.operations with parameters of type QName Modifier and Type Method Description voidVariable. setQName(QName qname)Set the qualified name of the variable.