public class XslAttributeSet extends XslNode implements XslTopNode
_children, _endLine, _filename, _gen, _matchNamespace, _outputNamespace, _parent, _startLine, _systemId| Constructor and Description |
|---|
XslAttributeSet() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAttribute(QName name,
java.lang.String value)
Adds an attribute.
|
void |
addChild(XslNode node)
Adds a child node.
|
void |
endAttributes()
Ends the attributes.
|
void |
endElement()
Called when the tag closes.
|
void |
generate(JavaWriter out)
Generates the code for the tag
|
java.util.ArrayList<XslAttribute> |
getAttributes()
Returns the attributes.
|
java.lang.String |
getTagName()
Returns the tag name.
|
addExpr, addNamespaceAttribute, addText, addVariableCount, allowJavaSelect, error, error, escapeJavaString, generateChildren, generateDeclaration, generateDeclarationChildren, generateId, getBaseURI, getChildren, getEndLine, getEnv, getFilename, getMatchNamespace, getNamespace, getOutputNamespace, getParent, getQName, getStartLine, getSystemId, hasChildren, parseExpr, parseMatch, parseSelect, popCall, popScope, printAttributeValue, printAttributeValue, printExprTest, printFragmentString, printFragmentValue, printNamespace, printPopScope, printSelectBegin, printStringExpr, pushCall, setEndLocation, setGenerator, setParent, setQName, setStartLocation, stringExpr, toStringpublic java.lang.String getTagName()
getTagName in class XslNodepublic java.util.ArrayList<XslAttribute> getAttributes()
public void addAttribute(QName name, java.lang.String value) throws XslParseException
addAttribute in class XslNodeXslParseExceptionpublic void endAttributes()
throws XslParseException
endAttributes in class XslNodeXslParseExceptionpublic void addChild(XslNode node) throws XslParseException
addChild in class XslNodeXslParseExceptionpublic void endElement()
throws java.lang.Exception
endElement in class XslNodejava.lang.Exceptionpublic void generate(JavaWriter out) throws java.lang.Exception