|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.filenet.wcm.toolkit.server.util.BaseTemplate
Supplies functionality for creating, modifying, and maintaining the contents of an Template and launching the specified workflow.
Field Summary | |
protected WcmAuthoringDataProvider |
adp
|
protected WcmDocumentImpl |
doc
|
protected static java.lang.String |
ELEM_DEFINED
|
protected static java.lang.String |
ELEM_ENTRYTEMPLATE
|
protected static java.lang.String |
ELEM_FILE
|
protected static java.lang.String |
ELEM_INSTRUCTION
|
protected static java.lang.String |
ELEM_INSTRUCTIONS
|
protected static java.lang.String |
ELEM_NAME
|
protected static java.lang.String |
ELEM_PROPERTIES
|
protected static java.lang.String |
ELEM_PROPERTY
|
protected static java.lang.String |
ELEM_STYLE
|
protected static java.lang.String |
ELEM_TEMPLATETYPE
|
protected static java.lang.String |
ELEM_TYPE
|
protected static java.lang.String |
ELEM_VALUE
|
protected static java.lang.String |
ELEM_VERSION
|
protected static java.lang.String |
invalidChars
|
static java.lang.String |
TYPE_CUSTOM_OBJECT
String representing a Custom Object object type. |
static java.lang.String |
TYPE_DOCUMENT
String representing a Document object type. |
static java.lang.String |
TYPE_FOLDER
String representing a Folder object type. |
protected static java.lang.String |
XPATH_CLASSDESC
|
protected static java.lang.String |
XPATH_ENTRYTEMPLATE
|
protected static java.lang.String |
XPATH_FILE
|
protected static java.lang.String |
XPATH_FOLDER
|
protected static java.lang.String |
XPATH_INSTNAME
|
protected static java.lang.String |
XPATH_INSTRUCTION
|
protected static java.lang.String |
XPATH_INSTRUCTIONS
|
protected static java.lang.String |
XPATH_INSTVALUE
|
protected static java.lang.String |
XPATH_OBJECTSTORE
|
protected static java.lang.String |
XPATH_PROPDESCS
|
protected static java.lang.String |
XPATH_PROPERTIES
|
protected static java.lang.String |
XPATH_PROPERTY
|
protected static java.lang.String |
XPATH_TEMPLATETYPE
|
protected static java.lang.String |
XPATH_TYPE
|
protected static java.lang.String |
XPATH_VERSION
|
Constructor Summary | |
BaseTemplate()
|
Method Summary | |
void |
addPropDescData(java.lang.String symName,
java.lang.String dispName,
java.lang.String dataType,
java.lang.String objectType,
java.lang.String nameValue,
java.lang.String value,
boolean required,
boolean editable,
boolean hidden)
Add the property description node's of data. |
void |
addPropDescData(java.lang.String symName,
java.lang.String dispName,
java.lang.String dataType,
java.lang.String objectType,
java.lang.String nameValue,
java.lang.String value,
boolean required,
boolean editable,
boolean hidden,
boolean overrideIfFound)
Add the property description node's of data. |
protected void |
checkInvalidChars(java.lang.String filename)
Check for invalid file name characters |
protected static boolean |
checkParam(java.lang.Object o)
Make sure object is not null and has some value. |
void |
doLoadFromId(java.lang.String objectStoreName,
java.lang.String id)
Get the Template contents fromt he Content Engine and parse the Template into a DOM document. |
void |
doLoadFromStream(com.filenet.wcm.api.TransportInputStream tis)
Parse the Template into a DOM document |
org.w3c.dom.Node |
getClassDesc()
Return a Node holding class information |
java.lang.String |
getClassDescId()
Return the Class Id from holding class information |
java.lang.String |
getClassDescName()
Return the Class Name from holding class information |
com.filenet.wcm.api.TransportInputStream |
getContents()
Get the Etry Template contents as an input stream. |
com.filenet.wcm.api.TransportInputStream |
getContents(java.lang.String filename)
Get the Etry Template contents as an input stream. |
org.w3c.dom.Document |
getDocumentElement()
Return the org.w3c.dom.Document's document object currently using. |
protected org.w3c.dom.Element |
getEntryTemplate()
Get or create a entry template. |
org.w3c.dom.Node |
getFile()
Returns the file specified in the Template. |
java.lang.String |
getFilePath()
Return the filename of content to add. |
org.w3c.dom.Node |
getFolder()
Return a Node holding folder information |
java.lang.String |
getFolderId()
Return a folder id from node holding folder information |
org.w3c.dom.Node |
getInstruction(java.lang.String name)
Return the instruction node that contains the specified name |
org.w3c.dom.NodeList |
getInstructions()
Return the instructions node list. |
java.lang.String |
getInstructionValue(java.lang.String name)
Return the value of the specified instruction. |
protected static org.w3c.dom.Document |
getNormalizedDOM()
Return a xml in context on Buzz xml structure. |
org.w3c.dom.Node |
getObjectStore()
Return node holding Object Store element |
java.lang.String |
getObjectStoreName()
Return the name of Object Store from holding Object Store element |
protected java.lang.String |
getObjectTypeName()
Returns the object type such as document, folder or custom object defined by the Entry Template type. |
org.w3c.dom.Node |
getPropDesc(java.lang.String name)
Return a Node of property description by its name from node list. |
org.w3c.dom.NodeList |
getPropDescs()
Return a node list of |
java.util.ArrayList |
getPropDescsList()
Return a array list of |
org.w3c.dom.Document |
getPropDescsNormalized()
Return property descriptions xml in context on Buzz xml structure. |
java.lang.String[] |
getPropDescValue(org.w3c.dom.Element propDesc)
Get the default value of the property description node. |
java.lang.String[] |
getPropDescValue(java.lang.String symName)
Get the property description propdef data. |
org.w3c.dom.Document |
getPropertiesNormalized()
Return properties xml in context of Java API xml structure. |
org.w3c.dom.Document |
getPropertiesNormalized(boolean condensed)
Return properties xml in context of Java API xml structure. |
org.w3c.dom.Document |
getPropertiesNormalized(boolean condensed,
boolean addDefaultState)
Return properties xml in context of Java API xml structure. |
org.w3c.dom.Document |
getPropertiesNormalized(java.util.List propDescsList,
boolean condensed)
Return properties xml in context of Java API xml structure. |
org.w3c.dom.Document |
getPropertiesNormalized(java.util.List propDescsList,
org.w3c.dom.Document propertiesXML,
boolean condensed)
Return properties xml in context of Java API xml structure. |
org.w3c.dom.Document |
getPropertiesNormalized(java.util.List propDescsList,
org.w3c.dom.Document propertiesCE,
java.lang.String typeName,
boolean condensed)
Return properties xml in context of Java API xml structure. |
org.w3c.dom.Document |
getPropertiesNormalized(java.util.List propDescsList,
org.w3c.dom.Document propertiesCE,
java.lang.String typeName,
boolean condensed,
boolean addDefaultState)
Return properties xml in context of Java API xml structure. |
org.w3c.dom.Document |
getPropertiesNormalized(java.util.List propDescsList,
java.lang.String typeName,
boolean condensed)
Return properties xml in context of Java API xml structure. |
org.w3c.dom.Document |
getPropertiesNormalized(org.w3c.dom.NodeList propDescs,
boolean condensed)
Deprecated. Use new getPropertiesNormalized method with List parameter |
org.w3c.dom.Document |
getPropertiesNormalized(org.w3c.dom.NodeList propDescs,
org.w3c.dom.Document propertiesXML,
boolean condensed)
Deprecated. Use new getPropertiesNormalized method with List parameter |
protected org.w3c.dom.Document |
getPropertiesNormalized(org.w3c.dom.NodeList propDescs,
org.w3c.dom.Document propDescsCE,
java.lang.String typeName,
boolean condensed)
Deprecated. Use new getPropertiesNormalized method with List parameter |
protected org.w3c.dom.Document |
getPropertiesNormalized(org.w3c.dom.NodeList propDescs,
java.lang.String typeName,
boolean condensed)
Deprecated. Use new getPropertiesNormalized method with List parameter |
java.lang.String |
getPropertyValue(java.lang.String objectStoreName,
java.lang.String id,
int type,
java.lang.String property)
Helper method for retrieving the value of a particular property |
protected java.lang.String |
getTemplateName()
You should overide this method to return correct template type |
org.w3c.dom.Node |
getTemplateType()
Returns the template type specified in the Template. |
org.w3c.dom.Node |
getType()
Returns the object type specified in the Template. |
java.lang.String |
getTypeName()
Returns the entry template type name specified in the Template. |
protected void |
removeChoicesList()
remove choice list from property description |
protected boolean |
replaceValue(java.lang.String xPath,
java.lang.String value)
Replace element value with new value. |
void |
setAuthoringDataProvider(WcmAuthoringDataProvider dp)
Set up the Authoring Data Provider. |
void |
setClassDesc(java.lang.String id,
java.lang.String name)
Set the class information therefore can be returned by getClassDesc call. |
void |
setFile(java.lang.String file)
Set the file location. |
void |
setFolder(java.lang.String id)
Set the folder information therefore can be returned by getFolder call. |
void |
setInstruction(java.lang.String name,
java.lang.String value)
Set or add the instruction to the list. |
void |
setObjectStore(java.lang.String id,
java.lang.String name)
Set the Object Store properties therefore can be returned by getObjectStore call. |
void |
setPropDesc(org.w3c.dom.Node propDesc)
Can used this method to set a user specified behavior into the property description element. |
void |
setPropDescData(java.lang.String name,
java.lang.String value,
boolean required,
boolean editable,
boolean hidden)
Set the property description node's of data. |
void |
setPropDescData(java.lang.String symName,
java.lang.String value,
java.lang.String dataType,
java.lang.String objectType,
java.lang.String nameValue,
boolean required,
boolean editable,
boolean hidden)
Set the property description node's of data. |
void |
setPropDescs(org.w3c.dom.NodeList newPropDescs)
Set the property descriptions. |
void |
setPropDescValue(org.w3c.dom.Node propDesc,
java.lang.String[] values)
Set the property description propdef data. |
void |
setPropDescValue(java.lang.String name,
java.lang.String[] values)
Set the property description propdef data. |
protected void |
setTemplateType(java.lang.String type)
Set the object type properties. |
void |
setType(java.lang.String type)
Set the object type properties. |
void |
toXML(java.lang.StringBuffer buffer)
Append an XML string, that represents this object, to the end of the buffer passed to this method. |
void |
writeToFile(java.lang.String pathname)
Save the Template to local storage as indicated by pathname parameter |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String TYPE_DOCUMENT
public static final java.lang.String TYPE_FOLDER
public static final java.lang.String TYPE_CUSTOM_OBJECT
protected static final java.lang.String XPATH_ENTRYTEMPLATE
protected static final java.lang.String XPATH_CLASSDESC
protected static final java.lang.String XPATH_FOLDER
protected static final java.lang.String XPATH_FILE
protected static final java.lang.String XPATH_OBJECTSTORE
protected static final java.lang.String XPATH_PROPDESCS
protected static final java.lang.String XPATH_PROPERTIES
protected static final java.lang.String XPATH_PROPERTY
protected static final java.lang.String XPATH_TYPE
protected static final java.lang.String XPATH_TEMPLATETYPE
protected static final java.lang.String XPATH_VERSION
protected static final java.lang.String XPATH_INSTRUCTIONS
protected static final java.lang.String XPATH_INSTRUCTION
protected static final java.lang.String XPATH_INSTNAME
protected static final java.lang.String XPATH_INSTVALUE
protected static final java.lang.String ELEM_ENTRYTEMPLATE
protected static final java.lang.String ELEM_TEMPLATETYPE
protected static final java.lang.String ELEM_DEFINED
protected static final java.lang.String ELEM_FILE
protected static final java.lang.String ELEM_INSTRUCTIONS
protected static final java.lang.String ELEM_INSTRUCTION
protected static final java.lang.String ELEM_NAME
protected static final java.lang.String ELEM_PROPERTIES
protected static final java.lang.String ELEM_PROPERTY
protected static final java.lang.String ELEM_STYLE
protected static final java.lang.String ELEM_TYPE
protected static final java.lang.String ELEM_VALUE
protected static final java.lang.String ELEM_VERSION
protected WcmAuthoringDataProvider adp
protected WcmDocumentImpl doc
protected static final java.lang.String invalidChars
Constructor Detail |
public BaseTemplate()
Method Detail |
public void setAuthoringDataProvider(WcmAuthoringDataProvider dp)
dp
- Authoring Data Providerpublic org.w3c.dom.Document getDocumentElement() throws java.lang.Exception
java.lang.Exception
public void doLoadFromStream(com.filenet.wcm.api.TransportInputStream tis) throws java.lang.Exception
tis
- The Input Stream item containing an entry template.
java.lang.Exception
public com.filenet.wcm.api.TransportInputStream getContents(java.lang.String filename) throws java.lang.Exception
filename
- String file name.
java.lang.Exception
public com.filenet.wcm.api.TransportInputStream getContents() throws java.lang.Exception
java.lang.Exception
public void writeToFile(java.lang.String pathname) throws java.lang.Exception
pathname
- String holding local storage path and file name ("c:/tmp/myfile.xml")
java.lang.Exception
public void doLoadFromId(java.lang.String objectStoreName, java.lang.String id) throws java.lang.Exception
objectStoreName
- Object Store Id.id
- String holding template id.
java.lang.Exception
public org.w3c.dom.Node getObjectStore() throws java.lang.Exception
java.lang.Exception
public java.lang.String getObjectStoreName() throws java.lang.Exception
java.lang.Exception
public void setObjectStore(java.lang.String id, java.lang.String name) throws java.lang.Exception
id
- Object Store id.name
- Object Store name.
java.lang.Exception
public java.lang.String getTypeName() throws java.lang.Exception
java.lang.Exception
protected java.lang.String getObjectTypeName() throws java.lang.Exception
java.lang.Exception
public org.w3c.dom.Node getType() throws java.lang.Exception
java.lang.Exception
public void setType(java.lang.String type) throws java.lang.Exception
type
- Document, Folder, or Custom object.
java.lang.Exception
public org.w3c.dom.Node getTemplateType() throws java.lang.Exception
java.lang.Exception
protected void setTemplateType(java.lang.String type) throws java.lang.Exception
type
- EntryTemplate, DeclareRecords....
java.lang.Exception
public org.w3c.dom.Node getClassDesc() throws java.lang.Exception
java.lang.Exception
public java.lang.String getClassDescId() throws java.lang.Exception
java.lang.Exception
public java.lang.String getClassDescName() throws java.lang.Exception
java.lang.Exception
public void setClassDesc(java.lang.String id, java.lang.String name) throws java.lang.Exception
id
- Class id.name
- Class name.
java.lang.Exception
public org.w3c.dom.Node getFolder() throws java.lang.Exception
java.lang.Exception
public java.lang.String getFolderId() throws java.lang.Exception
java.lang.Exception
public void setFolder(java.lang.String id) throws java.lang.Exception
id
- Folder id.
java.lang.Exception
public org.w3c.dom.NodeList getPropDescs() throws java.lang.Exception
java.lang.Exception
public java.util.ArrayList getPropDescsList() throws java.lang.Exception
java.lang.Exception
public org.w3c.dom.Document getPropDescsNormalized() throws java.lang.Exception
java.lang.Exception
public void setPropDescs(org.w3c.dom.NodeList newPropDescs) throws java.lang.Exception
newPropDescs
- A node list of property description.
java.lang.Exception
public org.w3c.dom.Node getPropDesc(java.lang.String name) throws java.lang.Exception
name
- Property Description symbolic name.
java.lang.Exception
public void setPropDesc(org.w3c.dom.Node propDesc) throws java.lang.Exception
propDesc
- A property description object.
java.lang.Exception
public void setPropDescValue(java.lang.String name, java.lang.String[] values) throws java.lang.Exception
name
- Property definition symbolic name(etc DocumentTitle, Description);values
- String array of value. If this property definition is single value, it take first
value from array and set it.
java.lang.Exception
public void setPropDescValue(org.w3c.dom.Node propDesc, java.lang.String[] values) throws java.lang.Exception
propDesc
- Node holding the Property definitionvalues
- String array of value. If this property definition is single value, it take first
value from array and set it.
java.lang.Exception
public void setPropDescData(java.lang.String name, java.lang.String value, boolean required, boolean editable, boolean hidden) throws java.lang.Exception
name
- property description name.value
- Default value.required
- Required?.editable
- Editable?.hidden
- Hidden?.
java.lang.Exception
public void setPropDescData(java.lang.String symName, java.lang.String value, java.lang.String dataType, java.lang.String objectType, java.lang.String nameValue, boolean required, boolean editable, boolean hidden) throws java.lang.Exception
symName
- property description symbolic name.value
- Default value.dataType
- The data type of the property descriptionobjectType
- The object type of a object value property (may be null)nameValue
- The symbolic property name for the name property of a object value property (may be null)required
- Required?.editable
- Editable?.hidden
- Hidden?.
java.lang.Exception
public void addPropDescData(java.lang.String symName, java.lang.String dispName, java.lang.String dataType, java.lang.String objectType, java.lang.String nameValue, java.lang.String value, boolean required, boolean editable, boolean hidden) throws java.lang.Exception
symName
- String property description symbolic name.dispName
- String property description display name.dataType
- String the property data typeobjectType
- String the object type (applies only if object value property dataType = "7")nameValue
- String Name property for object (applies only if object value property dataType = "7")value
- Default value.required
- Required?.editable
- Editable?.hidden
- Hidden?.
java.lang.Exception
public void addPropDescData(java.lang.String symName, java.lang.String dispName, java.lang.String dataType, java.lang.String objectType, java.lang.String nameValue, java.lang.String value, boolean required, boolean editable, boolean hidden, boolean overrideIfFound) throws java.lang.Exception
symName
- String property description symbolic name.dispName
- String property description display name.dataType
- String the property data typeobjectType
- String the object type (applies only if object value property dataType = "7")nameValue
- String Name property for object (applies only if object value property dataType = "7")value
- Default value.required
- Required?.editable
- Editable?.hidden
- Hidden?.overrideIfFound
- true to override the the prop description data if the property description already existed
java.lang.Exception
public org.w3c.dom.Document getPropertiesNormalized(org.w3c.dom.NodeList propDescs, boolean condensed) throws java.lang.Exception
propDescs
- NodeList of property descriptions to use to create the properties fromcondensed
- boolean True if you want smaller condensed version (used primarily at run time), False
otherwise (typically design time).
java.lang.Exception
public org.w3c.dom.Document getPropertiesNormalized(org.w3c.dom.NodeList propDescs, org.w3c.dom.Document propertiesXML, boolean condensed) throws java.lang.Exception
propDescs
- NodeList of property descriptions to use to create the properties frompropertiesXML
- Document The object properties XML. Copy values from the properties XML to the new output properties XML.condensed
- boolean True if you want smaller condensed version (used primarily at run time), False
otherwise (typically design time).
java.lang.Exception
protected org.w3c.dom.Document getPropertiesNormalized(org.w3c.dom.NodeList propDescs, java.lang.String typeName, boolean condensed) throws java.lang.Exception
propDescs
- NodeList of property descriptions to use to create the properties fromtypeName
- String the entryTemplate type name.condensed
- boolean True if you want smaller condensed version (used primarily at run time), False
otherwise (typically design time).
java.lang.Exception
protected org.w3c.dom.Document getPropertiesNormalized(org.w3c.dom.NodeList propDescs, org.w3c.dom.Document propDescsCE, java.lang.String typeName, boolean condensed) throws java.lang.Exception
propDescs
- NodeList of property descriptions to use to create the properties frompropDescsCE
- Document The Class Property Descriptions XML. This is used to determine if the default value is different from the server value.typeName
- String the entryTemplate type name.condensed
- boolean True if you want smaller condensed version (used primarily at run time), False
otherwise (typically design time).
java.lang.Exception
public org.w3c.dom.Document getPropertiesNormalized() throws java.lang.Exception
java.lang.Exception
public org.w3c.dom.Document getPropertiesNormalized(boolean condensed) throws java.lang.Exception
condensed
- boolean True if you want smaller condensed version (used primarily at run time), False
otherwise (typically design time).
java.lang.Exception
public org.w3c.dom.Document getPropertiesNormalized(boolean condensed, boolean addDefaultState) throws java.lang.Exception
condensed
- boolean True if you want smaller condensed version (used primarily at run time), False
otherwise (typically design time).addDefaultState
- boolean flag for specifying whether the property elements should be created with modified state
java.lang.Exception
public org.w3c.dom.Document getPropertiesNormalized(java.util.List propDescsList, boolean condensed) throws java.lang.Exception
propDescsList
- ArrayList of property descriptions to use to create the properties fromcondensed
- boolean True if you want smaller condensed version (used primarily at run time), False
otherwise (typically design time).
java.lang.Exception
public org.w3c.dom.Document getPropertiesNormalized(java.util.List propDescsList, org.w3c.dom.Document propertiesXML, boolean condensed) throws java.lang.Exception
propDescsList
- List of property descriptions to use to create the properties frompropertiesXML
- Document The object properties XML. Copy values from the properties XML to the new output properties XML.condensed
- boolean True if you want smaller condensed version (used primarily at run time), False
otherwise (typically design time).
java.lang.Exception
public org.w3c.dom.Document getPropertiesNormalized(java.util.List propDescsList, java.lang.String typeName, boolean condensed) throws java.lang.Exception
propDescsList
- ArrayList of property descriptions to use to create the properties fromtypeName
- String the entryTemplate type name.condensed
- boolean True if you want smaller condensed version (used primarily at run time), False
otherwise (typically design time).
java.lang.Exception
public org.w3c.dom.Document getPropertiesNormalized(java.util.List propDescsList, org.w3c.dom.Document propertiesCE, java.lang.String typeName, boolean condensed) throws java.lang.Exception
propDescsList
- List of property descriptions to use to create the properties frompropertiesCE
- dom.Document object holding properties XML (maybe null)typeName
- String the entryTemplate type name.condensed
- boolean True if you want smaller condensed version (used primarily at run time), False
otherwise (typically design time).
java.lang.Exception
public org.w3c.dom.Document getPropertiesNormalized(java.util.List propDescsList, org.w3c.dom.Document propertiesCE, java.lang.String typeName, boolean condensed, boolean addDefaultState) throws java.lang.Exception
propDescsList
- List of property descriptions to use to create the properties frompropertiesCE
- dom.Document object holding properties XML (maybe null)typeName
- String the entryTemplate type name.condensed
- boolean True if you want smaller condensed version (used primarily at run time), False
otherwise (typically design time).addDefaultState
- boolean flag for specifying whether the property objects should be created with a modified state
java.lang.Exception
public org.w3c.dom.Node getFile() throws java.lang.Exception
java.lang.Exception
public java.lang.String getFilePath() throws java.lang.Exception
java.lang.Exception
public void setFile(java.lang.String file) throws java.lang.Exception
file
- String file path on local machine
java.lang.Exception
public org.w3c.dom.NodeList getInstructions() throws java.lang.Exception
java.lang.Exception
public void setInstruction(java.lang.String name, java.lang.String value) throws java.lang.Exception
name
- Instruction namevalue
- Instruction value.
java.lang.Exception
public org.w3c.dom.Node getInstruction(java.lang.String name) throws java.lang.Exception
name
- Instruction node name.
java.lang.Exception
public java.lang.String getInstructionValue(java.lang.String name) throws java.lang.Exception
name
- Instruction name.
java.lang.Exception
public java.lang.String getPropertyValue(java.lang.String objectStoreName, java.lang.String id, int type, java.lang.String property) throws java.lang.Exception
objectStoreName
- Object Store name.id
- Object id.type
- Object type.property
- Symbolic name for request property value
java.lang.Exception
- If there are problems retrieving data or with an invalid parameter.public java.lang.String[] getPropDescValue(java.lang.String symName) throws java.lang.Exception
symName
- Property definition symbolic name (etc DocumentTitle, Description)
java.lang.Exception
public java.lang.String[] getPropDescValue(org.w3c.dom.Element propDesc) throws java.lang.Exception
propDesc
- Element holding a property description node
java.lang.Exception
public void toXML(java.lang.StringBuffer buffer) throws java.lang.Exception
buffer
- StringBuffer to append XML data.
java.lang.Exception
- If there are problems retrieving data or with an invalid parameter.protected static boolean checkParam(java.lang.Object o) throws java.lang.Exception
o
- XML object key name.
java.lang.Exception
- If there are problems retrieving data or with an invalid parameter.protected static org.w3c.dom.Document getNormalizedDOM() throws javax.xml.parsers.ParserConfigurationException
javax.xml.parsers.ParserConfigurationException
protected org.w3c.dom.Element getEntryTemplate() throws java.lang.Exception
java.lang.Exception
protected java.lang.String getTemplateName()
protected boolean replaceValue(java.lang.String xPath, java.lang.String value) throws java.lang.Exception
xPath
- XPath expression of node location.value
- New value.
java.lang.Exception
protected void checkInvalidChars(java.lang.String filename) throws java.lang.Exception
filename
- File Name to check.
java.lang.Exception
protected void removeChoicesList() throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |