|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QName | |
org.apache.xalan.xpath | |
org.apache.xalan.xpath.xml | |
org.apache.xalan.xslt | |
org.apache.xalan.xslt.trace |
Uses of QName in org.apache.xalan.xpath |
Methods in org.apache.xalan.xpath with parameters of type QName | |
XObject |
XPathEnvSupport.getVariable(QName name)
**For advanced use only** Given a name, locate a variable in the current context, and return the Object. |
XObject |
XPathSupportDefault.getVariable(QName name)
**For advanced use only** Variables don't work when executing an XPath by itself. |
Uses of QName in org.apache.xalan.xpath.xml |
Methods in org.apache.xalan.xpath.xml with parameters of type QName | |
XObject |
XMLParserLiaisonDefault.getVariable(QName name)
Given a name, locate a variable in the current context, and return the Object. |
boolean |
QName.equals(QName qname)
Override equals and agree that we're equal if the passed object is a QName and it matches the name of the arg. |
Uses of QName in org.apache.xalan.xslt |
Fields in org.apache.xalan.xslt declared as QName | |
QName |
ElemApplyTemplates.m_mode
**For advanced use only** |
QName[] |
ElemUse.m_attributeSetsNames
**For advanced use only** |
QName[] |
ElemCopy.m_attributeSetsNames
**For advanced use only** |
QName |
ElemVariable.m_qname
**For advanced use only** |
QName |
XSLProcessorContext.mode
|
QName |
ElemAttributeSet.m_qname
**For advanced use only** |
QName |
ElemCallTemplate.m_templateName
**For advanced use only** |
QName |
ElemWithParam.m_qname
**For advanced use only** |
QName |
ElemTemplate.m_name
**For advanced use only** |
QName |
ElemTemplate.m_mode
**For advanced use only** |
Methods in org.apache.xalan.xslt that return QName | |
QName[] |
StylesheetRoot.getCDataSectionElems()
Get list of qnames that specifies elements that should be formatted as CDATA. |
Methods in org.apache.xalan.xslt with parameters of type QName | |
void |
ElemTemplateElement.execute(XSLTEngineImpl processor,
org.w3c.dom.Node sourceTree,
org.w3c.dom.Node sourceNode,
QName mode)
**For advanced use only** Execute the element's primary function. |
void |
ElemTemplateElement.executeChildren(XSLTEngineImpl processor,
org.w3c.dom.Node sourceTree,
org.w3c.dom.Node sourceNode,
QName mode)
**For advanced use only** Process the children of a template. |
java.lang.String |
ElemTemplateElement.childrenToString(XSLTEngineImpl processor,
org.w3c.dom.Node sourceTree,
org.w3c.dom.Node sourceNode,
QName mode)
**For advanced use only** Take the contents of a template element, process it, and convert it to a string. |
void |
ElemChoose.execute(XSLTEngineImpl processor,
org.w3c.dom.Node sourceTree,
org.w3c.dom.Node sourceNode,
QName mode)
**For advanced use only** |
void |
ElemForEach.execute(XSLTEngineImpl processor,
org.w3c.dom.Node sourceTree,
org.w3c.dom.Node sourceNode,
QName mode)
**For advanced use only** |
void |
ElemApplyTemplates.execute(XSLTEngineImpl processor,
org.w3c.dom.Node sourceTree,
org.w3c.dom.Node sourceNode,
QName mode)
**For advanced use only** |
void |
ElemUse.execute(XSLTEngineImpl processor,
org.w3c.dom.Node sourceTree,
org.w3c.dom.Node sourceNode,
QName mode)
**For advanced use only** |
void |
ElemCopy.execute(XSLTEngineImpl processor,
org.w3c.dom.Node sourceTree,
org.w3c.dom.Node sourceNode,
QName mode)
**For advanced use only** |
void |
ElemComment.execute(XSLTEngineImpl processor,
org.w3c.dom.Node sourceTree,
org.w3c.dom.Node sourceNode,
QName mode)
**For advanced use only** |
void |
ElemValueOf.execute(XSLTEngineImpl processor,
org.w3c.dom.Node sourceTree,
org.w3c.dom.Node sourceNode,
QName mode)
**For advanced use only** |
void |
ElemIf.execute(XSLTEngineImpl processor,
org.w3c.dom.Node sourceTree,
org.w3c.dom.Node sourceNode,
QName mode)
**For advanced use only** |
void |
ElemVariable.execute(XSLTEngineImpl processor,
org.w3c.dom.Node sourceTree,
org.w3c.dom.Node sourceNode,
QName mode)
**For advanced use only** |
void |
ElemParam.execute(XSLTEngineImpl processor,
org.w3c.dom.Node sourceTree,
org.w3c.dom.Node sourceNode,
QName mode)
**For advanced use only** |
void |
ElemFallback.execute(XSLTEngineImpl processor,
org.w3c.dom.Node sourceTree,
org.w3c.dom.Node sourceNode,
QName mode)
**For advanced use only** |
void |
ElemPI.execute(XSLTEngineImpl processor,
org.w3c.dom.Node sourceTree,
org.w3c.dom.Node sourceNode,
QName mode)
**For advanced use only** |
void |
XSLTEngineImpl.writeChildren(org.xml.sax.DocumentHandler flistener,
Stylesheet stylesheetTree,
ElemTemplateElement templateParent,
org.w3c.dom.Node sourceTree,
org.w3c.dom.Node sourceNode,
QName mode)
**For internal use only** Write the children of a stylesheet element to the given listener. |
XObject |
XSLTEngineImpl.getVariable(QName qname)
**For advanced use only** Given a name, locate a variable in the current context, and return the Object. |
void |
ElemApplyImport.execute(XSLTEngineImpl processor,
org.w3c.dom.Node sourceTree,
org.w3c.dom.Node sourceNode,
QName mode)
**For advanced use only** |
void |
ElemTextLiteral.execute(XSLTEngineImpl processor,
org.w3c.dom.Node sourceTree,
org.w3c.dom.Node sourceNode,
QName mode)
**For advanced use only** |
ElemTemplate |
Stylesheet.findTemplate(XSLTEngineImpl transformContext,
org.w3c.dom.Node sourceTree,
org.w3c.dom.Node targetNode,
QName mode,
boolean useImports)
Given a target element, find the template that best matches in the given XSL document, according to the rules specified in the xsl draft. |
void |
ElemMessage.execute(XSLTEngineImpl processor,
org.w3c.dom.Node sourceTree,
org.w3c.dom.Node sourceNode,
QName mode)
**For advanced use only** |
void |
ElemLiteralResult.execute(XSLTEngineImpl processor,
org.w3c.dom.Node sourceTree,
org.w3c.dom.Node sourceNode,
QName mode)
**For advanced use only** Execute a Literal Result Element. |
void |
ElemExtensionCall.execute(XSLTEngineImpl processor,
org.w3c.dom.Node sourceTree,
org.w3c.dom.Node sourceNode,
QName mode)
**For advanced use only** |
void |
ElemAttribute.execute(XSLTEngineImpl processor,
org.w3c.dom.Node sourceTree,
org.w3c.dom.Node sourceNode,
QName mode)
**For advanced use only** |
void |
ElemAttributeSet.execute(XSLTEngineImpl processor,
org.w3c.dom.Node sourceTree,
org.w3c.dom.Node sourceNode,
QName mode)
**For advanced use only** |
void |
ElemCopyOf.execute(XSLTEngineImpl processor,
org.w3c.dom.Node sourceTree,
org.w3c.dom.Node sourceNode,
QName mode)
**For advanced use only** |
void |
ElemNumber.execute(XSLTEngineImpl processor,
org.w3c.dom.Node sourceTree,
org.w3c.dom.Node sourceNode,
QName mode)
**For advanced use only** |
void |
ElemCallTemplate.execute(XSLTEngineImpl processor,
org.w3c.dom.Node sourceTree,
org.w3c.dom.Node sourceNode,
QName mode)
**For advanced use only** |
void |
ElemElement.execute(XSLTEngineImpl processor,
org.w3c.dom.Node sourceTree,
org.w3c.dom.Node sourceNode,
QName mode)
**For advanced use only** |
ElemTemplate |
TemplateList.findTemplate(XSLTEngineImpl transformContext,
org.w3c.dom.Node sourceTree,
org.w3c.dom.Node targetNode,
QName mode,
boolean useImports)
**For advanced use only** Given a target element, find the template that best matches in the given XSL document, according to the rules specified in the xsl draft. |
void |
ExtensionNSHandler.processElement(java.lang.String localPart,
org.w3c.dom.Element element,
XSLTEngineImpl processor,
Stylesheet stylesheetTree,
org.w3c.dom.Node sourceTree,
org.w3c.dom.Node sourceNode,
QName mode,
java.lang.Class classObj,
java.lang.Object methodKey)
**For advanced use only** Process a call to this extension namespace via an element. |
void |
ElemTemplate.execute(XSLTEngineImpl processor,
org.w3c.dom.Node sourceTree,
org.w3c.dom.Node sourceNode,
QName mode)
**For advanced use only** |
Constructors in org.apache.xalan.xslt with parameters of type QName | |
XSLProcessorContext.XSLProcessorContext(XSLTEngineImpl processor,
Stylesheet stylesheetTree,
org.w3c.dom.Node sourceTree,
org.w3c.dom.Node sourceNode,
QName mode)
|
Uses of QName in org.apache.xalan.xslt.trace |
Fields in org.apache.xalan.xslt.trace declared as QName | |
QName |
TracerEvent.m_mode
**For advanced use only** The current mode. |
Constructors in org.apache.xalan.xslt.trace with parameters of type QName | |
TracerEvent.TracerEvent(XSLTEngineImpl processor,
org.w3c.dom.Node sourceTree,
org.w3c.dom.Node sourceNode,
QName mode,
ElemTemplateElement styleNode)
**For advanced use only** Create an event originating at the given node of the style tree. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |