|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.tree.DefaultMutableTreeNode
wxtpages.unit
wxtpages.unitTransformation
Objects of this type administrates a transformation (XSLT) file.
Field Summary | |
protected java.util.HashMap |
m_optionMap
options for the transformation, according to http://www.w3.org/TR/xslt#output |
Fields inherited from class wxtpages.unit |
CONTENT_TYPE, DBCONTENT_TYPE, GROUP_TYPE, m_absoluteUri, m_description, m_Doc, m_GroupMaster, m_lastTimeUsed, m_myElement, m_name, m_originalUri, m_parameterMap, m_propertyMap, m_txtContent, m_type, PAGE_TYPE, TEMPLATE_TYPE, TEXTCONTENT_TYPE, TRANSFORMATION_TYPE, UNIT_TYPE |
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode |
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject |
Constructor Summary | |
unitTransformation(unitGroup master,
org.w3c.dom.Element elt)
Creates a new instance of unitTransformation |
|
unitTransformation(unitGroup master,
java.lang.String name,
java.lang.String location)
Creates a new instance of unitTransformation |
Method Summary | |
java.util.HashMap |
getOptions()
Get the options |
java.util.HashMap |
getParameters()
Get the parameters |
unitTransformation |
getTransformation()
Get the transformation for this transformation |
java.lang.String |
getTransformationID()
Get the ID for this transformation |
boolean |
prepare(unit p,
java.lang.String theCommonName,
java.lang.String theCommonValue)
Prepare this unittransformation with imports from non-content files. |
Methods inherited from class javax.swing.tree.DefaultMutableTreeNode |
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected java.util.HashMap m_optionMap
Constructor Detail |
public unitTransformation(unitGroup master, org.w3c.dom.Element elt) throws java.lang.Exception
master
- The unitGroup object that owns this unitelt
- The script node that defines this transformation
java.lang.Exception
- when we cannot establish the objectpublic unitTransformation(unitGroup master, java.lang.String name, java.lang.String location) throws java.lang.Exception
name
- The name, ID, of the transformation as given in the scriptlocation
- The location of the transformation filemaster
- The unitGroup object that owns this unit
java.lang.Exception
- when we cannot establish the objectMethod Detail |
public java.lang.String getTransformationID()
getTransformationID
in class unit
public unitTransformation getTransformation()
getTransformation
in class unit
public java.util.HashMap getParameters()
public java.util.HashMap getOptions()
getOptions
in class unit
public boolean prepare(unit p, java.lang.String theCommonName, java.lang.String theCommonValue)
prepare
in class unit
p
- The unit that will use this unit as transformation, may not be nulltheCommonName
- The name used for common resources in the materialtheCommonValue
- The value that we will use as actual address
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |