Uses of Class
jd.xml.xpath.model.NamespaceContext

Packages that use NamespaceContext
jd.xml.xpath.model Contains classes for the XPath node model. 
jd.xml.xpath.model.build Contains classes to build a XPath model. 
jd.xml.xpath.model.build.normal Contains the default implementation for XPath node model. 
jd.xml.xslt Contains a XSLT Version 1.1 implementation. 
jd.xml.xslt.expr Contains the XPath functions and expressions defined by XSLT. 
jd.xml.xslt.parser Contains parser classes for stylesheets, stylesheet templates elements and patterns. 
jd.xml.xslt.result Contains classes to output the result of an XSLT tranformation. 
jd.xml.xslt.template Contains classes representing the various XSLT template elements and instructions. 
 

Uses of NamespaceContext in jd.xml.xpath.model
 

Methods in jd.xml.xpath.model that return NamespaceContext
 NamespaceContext XPathNode.getNamespaceContext()
          Return the namespace context of the node.
static NamespaceContext NamespaceContext.add(String prefix, String uri, NamespaceContext first)
          Create a NamespaceContext.
static NamespaceContext NamespaceContext.remove(String prefix, NamespaceContext first)
          Remove a NamespaceContext.
 NamespaceContext NamespaceContext.next()
          Return the next NamespaceContext in this chain.
 

Methods in jd.xml.xpath.model with parameters of type NamespaceContext
static NamespaceContext NamespaceContext.add(String prefix, String uri, NamespaceContext first)
          Create a NamespaceContext.
static NamespaceContext NamespaceContext.remove(String prefix, NamespaceContext first)
          Remove a NamespaceContext.
static String NamespaceContext.getPrefix(NamespaceContext context, String uri)
           
static String NamespaceContext.getUri(NamespaceContext context, String prefix)
           
static void NamespaceContext.setDeclarationIds(NamespaceContext context, int id)
          Loop through the namespace chain and set the declaration id of all NamespaceContexts who have no declaration id, until the chain ends or a NamespaceContext with a declaration id is encountered.
 

Uses of NamespaceContext in jd.xml.xpath.model.build
 

Fields in jd.xml.xpath.model.build declared as NamespaceContext
protected  NamespaceContext ModelBuilder.currentNsContext_
           
 

Methods in jd.xml.xpath.model.build that return NamespaceContext
 NamespaceContext ModelBuilder.getNamespaceContext()
           
 

Methods in jd.xml.xpath.model.build with parameters of type NamespaceContext
protected  void ModelBuilder.setNamespaceContext(NamespaceContext nsContext)
           
 

Uses of NamespaceContext in jd.xml.xpath.model.build.normal
 

Methods in jd.xml.xpath.model.build.normal that return NamespaceContext
 NamespaceContext Node.getNamespaceContext()
          Return the namespace context of the node.
 NamespaceContext ComplexElementNode.getNamespaceContext()
          Return the namespace context of the node.
 

Constructors in jd.xml.xpath.model.build.normal with parameters of type NamespaceContext
ComplexElementNode(NodeName name, NamespaceContext namespaceContext)
          Create a ComplexElementNode.
 

Uses of NamespaceContext in jd.xml.xslt
 

Methods in jd.xml.xslt with parameters of type NamespaceContext
static String XsltContext.getNamespaceUri(NamespaceContext nscontext, String prefix)
          Map a prefix to a namespace uri.
static String XsltContext.getNamespaceUri(NamespaceContext nscontext, String prefix, boolean mustExist)
          Map a prefix to a namespace uri.
 

Uses of NamespaceContext in jd.xml.xslt.expr
 

Methods in jd.xml.xslt.expr that return NamespaceContext
 NamespaceContext SystemProperty.getNamespaceContext()
           
 NamespaceContext StaticExprContext.getNamespaceContext()
          Return the namespace.
 NamespaceContext KeyFunction.getNamespaceContext()
           
 NamespaceContext FormatNumber.getNamespaceContext()
           
 NamespaceContext Available.getNamespaceContext()
           
 

Uses of NamespaceContext in jd.xml.xslt.parser
 

Methods in jd.xml.xslt.parser that return NamespaceContext
 NamespaceContext XsltParseContext.getNamespaceContext()
          Return the current namespace context.
 NamespaceContext XsltParseContext.getResultNamespaceContext()
          Return the current namespace context of the result tree.
 

Methods in jd.xml.xslt.parser with parameters of type NamespaceContext
 void TextContentBuilder.attribute(AttributeValue computedName, AttributeValue computedUri, NamespaceContext namespaceContext, String stringValue, Template templateValue)
           
 void TextContentBuilder.startElement(AttributeValue computedName, AttributeValue computedUri, NamespaceContext namespaceContext, AttributeSet[] attributeSets)
           
 void TextContentBuilder.startElement(NodeName nodeName, NamespaceContext namespaceContext, AttributeSet[] attributeSets, LiteralAttribute attribute)
          Start a literal element.
 

Uses of NamespaceContext in jd.xml.xslt.result
 

Methods in jd.xml.xslt.result with parameters of type NamespaceContext
 void XmlResultBuilder.startElement(String namespaceUri, String name, NamespaceContext namespaceContext, boolean isCDataSectionElement)
          Start a element output.
 void TextResultBuilder.startElement(String namespaceUri, String name, NamespaceContext namespaceContext, boolean isCDataSectionElement)
          Does nothing.
 void SaxResultBuilder.startElement(String namespaceUri, String name, NamespaceContext namespaceContext, boolean isCDataSectionElement)
          Start an element output.
 void ResultTreeRecorder.startElement(String namespaceUri, String name, NamespaceContext namespaceContext, boolean isCDataSectionElement)
           
 void ResultTextRecorder.startElement(String namespaceUri, String name, NamespaceContext namespaceContext, boolean isCDataSectionElement)
           
abstract  void ResultBuilder.startElement(String namespaceUri, String name, NamespaceContext namespaceContext, boolean isCDataSectionElement)
          Start an element output.
 void ProxyResultBuilder.startElement(String namespaceUri, String name, NamespaceContext namespaceContext, boolean isCDataSectionElement)
          Start an element output.
 void NamespaceSupport.startElement(String elementUri, NamespaceContext nsContext, NamespaceContext lastContext)
          Called when a new element starts.
 void ModelResultBuilder.startElement(String namespaceUri, String name, NamespaceContext namespaceContext, boolean isCDataSectionElement)
          Start an element output.
 void HtmlResultBuilder.startElement(String namespaceUri, String name, NamespaceContext namespaceContext, boolean isCDataSectionElement)
          Start a element output.
 void EmptyResultBuilder.startElement(String namespaceUri, String name, NamespaceContext namespaceContext, boolean isCDataSectionElement)
           
 void DomResultBuilder.startElement(String namespaceUri, String name, NamespaceContext namespaceContext, boolean isCDataSectionElement)
          Start an element output.
 void CanXmlResultBuilder.startElement(String namespaceUri, String name, NamespaceContext namespaceContext, boolean isCDataSectionElement)
          Start a element output.
 

Uses of NamespaceContext in jd.xml.xslt.template
 

Methods in jd.xml.xslt.template that return NamespaceContext
 NamespaceContext OutputFormatTemplate.getNamespaceContext()
           
 

Methods in jd.xml.xslt.template with parameters of type NamespaceContext
 void TemplateVisitor.attribute(AttributeValue computedName, AttributeValue computedUri, NamespaceContext namespaceContext, String stringValue, Template templateValue)
           
 void TemplateVisitor.startElement(AttributeValue computedName, AttributeValue computedUri, NamespaceContext namespaceContext, AttributeSet[] attributeSets)
           
 void TemplateVisitor.startElement(NodeName nodeName, NamespaceContext namespaceContext_, AttributeSet[] attributeSets, LiteralAttribute attribute)
           
 void TemplateScreener.attribute(AttributeValue computedName, AttributeValue computedUri, NamespaceContext namespaceContext, String stringValue, Template templateValue)
           
 void TemplateScreener.startElement(AttributeValue computedName, AttributeValue computedUri, NamespaceContext namespaceContext, AttributeSet[] attributeSets)
           
 void TemplateScreener.startElement(NodeName nodeName, NamespaceContext namespaceContext_, AttributeSet[] attributeSets, LiteralAttribute attribute)
           
 void OutputFormatTemplate.setNamespaceContext(NamespaceContext nsContext)
          Set the namespace context of the OutputFormatTemplate instruction.
 

Constructors in jd.xml.xslt.template with parameters of type NamespaceContext
LiteralElement(NodeName nodeName, NamespaceContext namespaceContext, LiteralAttribute attribute, AttributeSet[] attributeSets)
          Create a LiteralElement object.
CreateElement(NamespaceContext namespaceContext, AttributeValue name, AttributeValue namespaceUri, AttributeSet[] attributeSets)
           
CreateAttribute(NamespaceContext namespaceContext, AttributeValue name, AttributeValue computedUri, Template templateValue, String stringValue)
          Create an Attribute from a instruction.