Package com.xmlcalabash.xslt
Class XsltOutputCharacter
-
- All Implemented Interfaces:
-
com.xmlcalabash.xslt.XsltElementInterface
public final class XsltOutputCharacter extends XsltTag
-
-
Field Summary
Fields Modifier and Type Field Description private final String
vPrefix
private final String
vNamespace
private final QName
name
private final ArrayList<XsltElementInterface>
children
private final HashMap<QName, String>
attributes
private final HashMap<String, String>
namespaces
private final String
prefix
private final String
namespace
private final String
localName
-
Constructor Summary
Constructors Constructor Description XsltOutputCharacter(String vPrefix, String vNamespace)
-
Method Summary
Modifier and Type Method Description final String
getVPrefix()
final String
getVNamespace()
-
Methods inherited from class com.xmlcalabash.xslt.XsltTag
getAttributes, getChildren, getLocalName, getName, getNamespace, getNamespaces, getPrefix, maybe, maybe, render
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getVPrefix
final String getVPrefix()
-
getVNamespace
final String getVNamespace()
-
-
-
-