Uses of Class
org.apache.xml.utils.QName
-
Packages that use QName Package Description org.apache.xalan.extensions Implementation of Xalan Extension Mechanism.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 theTemplatesinterface, and defines a set of classes that represent an XSLT stylesheet.org.apache.xalan.trace Implementation of Xalan Trace events, for use by a debugger.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 that return QName Modifier and Type Method Description QNameXSLProcessorContext. getMode()Get the current mode being executed.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.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(java.lang.String key)Searches for the qname property with the specified key in the property list.static QNameOutputProperties. getQNameProperty(java.lang.String key, java.util.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 java.util.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.java.text.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.java.lang.ObjectStylesheet. getNonXslTopLevel(QName name)Get a non-xslt element.ElemParamStylesheet. getParam(QName qname)Get an "xsl:param" property.java.lang.StringOutputProperties. getProperty(QName key)Searches for the property with the specified key in the property list.java.util.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, java.lang.Object obj)Set found a non-xslt element.voidOutputProperties. setProperty(QName key, java.lang.String value)Set an output property.voidOutputProperties. setQNameProperties(QName key, java.util.Vector v)Set an output property with a QName list value.voidOutputProperties. setQNameProperty(java.lang.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.trace
Fields in org.apache.xalan.trace declared as QName Modifier and Type Field Description QNameTracerEvent. m_modeThe current mode.Constructors in org.apache.xalan.trace with parameters of type QName Constructor Description TracerEvent(TransformerImpl processor, org.w3c.dom.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 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, org.w3c.dom.Node context, QName mode, org.xml.sax.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 KeyRefIterator(QName name, XMLString ref, java.util.Vector keyDecls, DTMIterator ki)Constructor KeyRefIteratorKeyTable(int doc, PrefixResolver nscontext, QName name, java.util.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(java.lang.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, java.lang.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
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.
-