|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XconfException | |
com.ptc.windchill.structconf.xconf | Parser for xconf files. |
Uses of XconfException in com.ptc.windchill.structconf.xconf |
Methods in com.ptc.windchill.structconf.xconf that throw XconfException | |
static void |
XconfUtil.processDeclarationXconfFiles(XconfHandler handler,
int platform_mode)
|
static void |
XconfUtil.processSiteXconfFiles(XconfHandler handler,
int platform_mode)
|
static void |
XconfUtil.processAllXconfFiles(XconfHandler handler,
int platform_mode)
Equivalent of calling processDeclarationXconfFiles(handler) followed by processSiteXconfFiles(handler) . |
static void |
XconfUtil.validateForWellFormednessAndXconfDtdValid(File file,
int parser_mode)
Attempt to parse the file and ensure that it is well formed and valid. |
static void |
XconfUtil.validateForWellFormednessAndXconfDtdValid(String file_or_url,
int parser_mode)
Attempt to parse the file (specified using absolute path, relative path from product rool, or fully qualified URL) and ensure that it is well formed and valid. |
void |
XconfParser.parse(String source_xconf_url_or_file)
|
void |
XconfParser.parse(String source_xconf_url_or_file,
XconfHandler handler)
|
void |
XconfParser.parse(File source_xconf_file)
|
void |
XconfParser.parse(File source_xconf_file,
XconfHandler handler)
|
void |
XconfParser.parse(URL source_xconf_url)
|
void |
XconfParser.parse(URL source_xconf_url,
XconfHandler handler)
|
private Document |
UpdateXconf.getXconfDocument()
|
private void |
UpdateXconf.assertSiteMode()
|
private void |
UpdateXconf.assertDeclMode()
|
void |
UpdateXconf.addInclude(String path_to_include)
|
private String |
UpdateXconf.standardizePath(String path)
|
void |
UpdateXconf.addOrUpdate(String property_name,
String property_value,
File target_file)
Update the site property to the new value. |
void |
UpdateXconf.addOrUpdate(String property_name,
String property_value,
File target_file,
String comment)
Removes all elements in the document that change the specified property then adds a <Property gt;
element to the end of the document body to set the site value to
the specified value. |
void |
UpdateXconf.addToProperty(String property_name,
String property_value)
Appends an <AddToProperty ...> element to the
end of the document body without touching any other elements which may
change the value of the specified propery. |
void |
UpdateXconf.removeFromProperty(String property_name,
String property_value)
Appends a <RenoveFromProperty ...> element to the
end of the document body without touching any other elements which may
change the value of the specified propery. |
void |
UpdateXconf.resetToDefault(String property_name,
File target_file)
Deprecated. Target file is ignored now. Use UpdateXconf.resetToDefault(java.lang.String) . |
void |
UpdateXconf.resetToDefault(String property_name)
Removes all elements in the document that change the specified property then adds a <ResetProperty ...>
element to the end of the document body to reset the property to its
declared default value. |
void |
UpdateXconf.undefineProperty(String property_name,
File target_file)
Deprecated. Target file is ignored now. Use UpdateXconf.undefineProperty(java.lang.String) . |
void |
UpdateXconf.undefineProperty(String property_name)
Removes all elements in the document that change the specified property then adds an <UndefineProperty ...>
element to the end of the document body to undefine the property. |
private void |
UpdateXconf.undefineOrResetToDefaultProperty(String property_name,
String element_name,
String name_attribute_name,
File target_file)
Deprecated. Target file is ignored now. Use #undefineOrResetToDefaultProperty(java.lang.String) . |
private void |
UpdateXconf.undefineOrResetToDefaultProperty(String property_name,
String element_name,
String name_attribute_name)
Removes all elements in the document that change the specified property then adds an element to the end of the document to either Reset or Undefine the property (which one depends on the value of the element_name parameter. |
void |
UpdateXconf.save()
|
void |
UpdateXconf.save(boolean force)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |