net.sf.joost.instruction
Class TransformFactory.Instance
java.lang.Object
net.sf.joost.instruction.AbstractInstruction
net.sf.joost.instruction.NodeBase
net.sf.joost.instruction.GroupBase
net.sf.joost.instruction.TransformFactory.Instance
- All Implemented Interfaces:
- Cloneable, Constants
- Enclosing class:
- TransformFactory
public final class TransformFactory.Instance
- extends GroupBase
Represents an instance of the transform
element.
Fields inherited from class net.sf.joost.instruction.GroupBase |
children, containedGroups, globalProcedures, groupName, groupProcedures, groupTemplates, namedGroups, parentGroup, passThrough, recognizeCdata, stripSpace, visibleProcedures, visibleTemplates |
Fields inherited from interface net.sf.joost.Constants |
DEBUG, DEFAULT_ENCODING, FEAT_NS, FEAT_NSPREFIX, FEATURE_URI_PREFIX, FUNC_NS, JOOST_EXT_NS, PR_ATTRIBUTES, PR_BUFFER, PR_CHILDREN, PR_CONTINUE, PR_ERROR, PR_SELF, PR_SIBLINGS, STX_NS |
Methods inherited from class net.sf.joost.instruction.GroupBase |
addGroupProcedures, addGroupTemplates, compile, enterRecursionLevel, exitRecursionLevel, getGlobalTemplates, getVisibleTemplates, initGroupVariables, onDeepCopy, process, processable |
namespaceAliases
public Hashtable namespaceAliases
- mapping table for
stx:namespace-alias
instructions
outputEncoding
public String outputEncoding
outputMethod
public String outputMethod
stxpathDefaultNamespace
public String stxpathDefaultNamespace
excludedNamespaces
public HashSet excludedNamespaces
compilableNodes
public Vector compilableNodes
TransformFactory.Instance
public TransformFactory.Instance(NodeBase parent,
String qName,
ParseContext context,
String outputEncoding,
String outputMethod,
String stxpathDefaultNamespace,
byte passThrough,
boolean stripSpace,
boolean recognizeCdata,
HashSet excludedNamespaces)
getChildren
public Vector getChildren()
- Returns:
- all top level elements of the transformation sheet
insert
public void insert(NodeBase node)
throws SAXParseException
- Description copied from class:
NodeBase
- Insert a new node as a child of this element
- Overrides:
insert
in class GroupBase
- Parameters:
node
- the node to be inserted
- Throws:
SAXParseException