|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeSet | |
jd.xml.xslt.parser | Contains parser classes for stylesheets, stylesheet templates elements and patterns. |
jd.xml.xslt.template | Contains classes representing the various XSLT template elements and instructions. |
Uses of AttributeSet in jd.xml.xslt.parser |
Fields in jd.xml.xslt.parser declared as AttributeSet | |
AttributeSet |
AttributeSetInfo.attributeSet
|
Methods in jd.xml.xslt.parser that return AttributeSet | |
AttributeSet |
XsltParseContext.getAttributeSet(String expandedName)
Return a AttributeSet. |
Methods in jd.xml.xslt.parser with parameters of type AttributeSet | |
void |
TextContentBuilder.copy(AttributeSet[] attributeSets,
Template content)
|
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 AttributeSet in jd.xml.xslt.template |
Methods in jd.xml.xslt.template with parameters of type AttributeSet | |
void |
TemplateVisitor.copy(AttributeSet[] attributeSets,
Template content)
|
void |
TemplateVisitor.startElement(AttributeValue computedName,
AttributeValue computedUri,
NamespaceContext namespaceContext,
AttributeSet[] attributeSets)
|
void |
TemplateVisitor.startElement(NodeName nodeName,
NamespaceContext namespaceContext_,
AttributeSet[] attributeSets,
LiteralAttribute attribute)
|
void |
TemplateScreener.visit(AttributeSet[] attributeSets)
|
void |
TemplateScreener.copy(AttributeSet[] attributeSets,
Template content)
|
void |
TemplateScreener.startElement(AttributeValue computedName,
AttributeValue computedUri,
NamespaceContext namespaceContext,
AttributeSet[] attributeSets)
|
void |
TemplateScreener.startElement(NodeName nodeName,
NamespaceContext namespaceContext_,
AttributeSet[] attributeSets,
LiteralAttribute attribute)
|
void |
AttributeSet.add(AttributeSet set)
Add another attribute set to the set. |
Constructors in jd.xml.xslt.template with parameters of type AttributeSet | |
LiteralElement(NodeName nodeName,
NamespaceContext namespaceContext,
LiteralAttribute attribute,
AttributeSet[] attributeSets)
Create a LiteralElement object. |
|
CreateElement(NamespaceContext namespaceContext,
AttributeValue name,
AttributeValue namespaceUri,
AttributeSet[] attributeSets)
|
|
Copy(AttributeSet[] sets,
Template template)
Create the Copy object. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |