|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.rule.init.OldInitRuleContentHandler
This ContentHandler
supports parsing "old"
INIT
Rule
specifications.
Nested Class Summary | |
static class |
OldInitRuleContentHandler.InvalidRootElementException
Deprecated. Exception used to indicate that the XML does not conform to the "old" DTD. |
static class |
OldInitRuleContentHandler.NewRootElementException
Deprecated. Exception used to indicate that the XML conforms to the "new" DTD rather than to the "old" DTD. |
private static class |
OldInitRuleContentHandler.ValueStack
Deprecated. |
Field Summary | |
private String |
_currentValue
Deprecated. |
private String |
_rootElement
Deprecated. |
private OldInitRuleContentHandler.ValueStack |
_valueStack
Deprecated. |
static String |
CORE_PKG
Deprecated. |
static String |
DEPARTMENT_ID
Deprecated. |
static String |
DESCRIPTION_ID
Deprecated. |
static String |
DOC_CLASS
Deprecated. |
static String |
DOC_DEPT_CLASS
Deprecated. |
static String |
DOC_TYPE_CLASS
Deprecated. |
static String |
DOC_TYPE_ID
Deprecated. |
static String |
ENT_PKG
Deprecated. |
static String |
ENUM_ALGO
Deprecated. |
static String |
FDN_PKG
Deprecated. |
static String |
FOLDER_ALGO
Deprecated. |
static String |
FOLDER_ID
Deprecated. |
static String |
FOLDER_PKG
Deprecated. |
static String |
LC_PKG
Deprecated. |
static String |
LC_STATE_CLASS
Deprecated. |
static String |
LCM_CLASS
Deprecated. |
static String |
LIFECYCLE_ALGO
Deprecated. |
static String |
LIFECYCLE_ID
Deprecated. |
static String |
LIFECYCLE_STATE_ID
Deprecated. |
static String |
NAME_ID
Deprecated. |
static String |
NUMBER_ALGO
Deprecated. |
static String |
NUMBER_ID
Deprecated. |
static String |
PART_CLASS
Deprecated. |
static String |
PART_SOURCE_CLASS
Deprecated. |
static String |
PART_TYPE_CLASS
Deprecated. |
static String |
PART_TYPE_ID
Deprecated. |
private static String |
RESOURCE
Deprecated. |
static String |
REVCTRL_PKG
Deprecated. |
static String |
RULE_ALGO_PKG
Deprecated. |
static String |
SOURCE_ID
Deprecated. |
private AttributeValues |
spec
Deprecated. |
static String |
STRING_ALGO
Deprecated. |
static String |
TITLE_ID
Deprecated. |
static String |
VC_PKG
Deprecated. |
static String |
VIEW_ALGO
Deprecated. |
static String |
VIEW_ID
Deprecated. |
static String |
VIEWS_PKG
Deprecated. |
static String |
WNC_PKG
Deprecated. |
static String |
XML_ATTR_CLASS
Deprecated. |
static String |
XML_ATTR_DEPARTMENT
Deprecated. |
static String |
XML_ATTR_DESCRIPTION
Deprecated. |
static String |
XML_ATTR_DOCTYPE
Deprecated. |
static String |
XML_ATTR_FOLDER
Deprecated. |
static String |
XML_ATTR_LIFECYCLENAME
Deprecated. |
static String |
XML_ATTR_LIFECYCLESTATE
Deprecated. |
static String |
XML_ATTR_METHOD
Deprecated. |
static String |
XML_ATTR_NAME
Deprecated. |
static String |
XML_ATTR_NUMBER
Deprecated. |
static String |
XML_ATTR_OBJECT
Deprecated. |
static String |
XML_ATTR_PARTTYPE
Deprecated. |
static String |
XML_ATTR_PROJECT_ID
Deprecated. |
static String |
XML_ATTR_SELECT
Deprecated. |
static String |
XML_ATTR_SOURCE
Deprecated. |
static String |
XML_ATTR_TITLE
Deprecated. |
static String |
XML_ATTR_VIEW
Deprecated. |
static String |
XML_CONTEXT
Deprecated. |
static String |
XML_CONTEXT_PROJECT
Deprecated. |
static String |
XML_CONTEXT_TARGET
Deprecated. |
static String |
XML_CONTEXT_TEAM
Deprecated. |
static String |
XML_INVOKE
Deprecated. |
static String |
XML_LIFECYCLEINFO
Deprecated. |
static String |
XML_LIFECYCLEMANAGED
Deprecated. |
static String |
XML_WTDOCUMENT
Deprecated. |
static String |
XML_WTPART
Deprecated. |
Constructor Summary | |
OldInitRuleContentHandler()
Deprecated. |
Method Summary | |
private void |
addToCurrentValue(String s)
Deprecated. Add the specified string to the value of the current element. |
void |
characters(char[] ch,
int start,
int length)
Deprecated. |
void |
endDocument()
Deprecated. |
void |
endElement(String namespaceURI,
String localName,
String qName)
Deprecated. |
void |
endPrefixMapping(String prefix)
Deprecated. |
private String |
getCurrentValue()
Deprecated. Get the value of the current element. |
AttributeValues |
getSpec()
Deprecated. Gets the value of the attribute: spec; The attribute values specification that was built by this content handler. |
void |
ignorableWhitespace(char[] ch,
int start,
int length)
Deprecated. |
static void |
main(String[] args)
Deprecated. |
private static void |
parse(File file,
OldInitRuleContentHandler handler)
Deprecated. |
void |
processingInstruction(String target,
String data)
Deprecated. |
void |
setDocumentLocator(Locator locator)
Deprecated. |
void |
skippedEntity(String name)
Deprecated. |
void |
startDocument()
Deprecated. |
void |
startElement(String namespaceURI,
String localName,
String qName,
Attributes atts)
Deprecated. |
void |
startPrefixMapping(String prefix,
String uri)
Deprecated. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
public static final String XML_CONTEXT
public static final String XML_ATTR_OBJECT
public static final String XML_ATTR_SELECT
public static final String XML_CONTEXT_TARGET
public static final String XML_CONTEXT_PROJECT
public static final String XML_CONTEXT_TEAM
public static final String XML_INVOKE
public static final String XML_ATTR_CLASS
public static final String XML_ATTR_METHOD
public static final String XML_LIFECYCLEMANAGED
public static final String XML_WTDOCUMENT
public static final String XML_WTPART
public static final String XML_ATTR_NAME
public static final String XML_ATTR_NUMBER
public static final String XML_ATTR_FOLDER
public static final String XML_LIFECYCLEINFO
public static final String XML_ATTR_LIFECYCLENAME
public static final String XML_ATTR_LIFECYCLESTATE
public static final String XML_ATTR_PROJECT_ID
public static final String XML_ATTR_DESCRIPTION
public static final String XML_ATTR_DEPARTMENT
public static final String XML_ATTR_TITLE
public static final String XML_ATTR_DOCTYPE
public static final String XML_ATTR_PARTTYPE
public static final String XML_ATTR_SOURCE
public static final String XML_ATTR_VIEW
public static final String RULE_ALGO_PKG
public static final String CORE_PKG
public static final String WNC_PKG
public static final String FDN_PKG
public static final String ENT_PKG
public static final String LC_PKG
public static final String FOLDER_PKG
public static final String REVCTRL_PKG
public static final String VC_PKG
public static final String VIEWS_PKG
public static final String STRING_ALGO
public static final String ENUM_ALGO
public static final String LIFECYCLE_ALGO
public static final String FOLDER_ALGO
public static final String NUMBER_ALGO
public static final String VIEW_ALGO
public static final String DOC_CLASS
public static final String DOC_TYPE_CLASS
public static final String DOC_DEPT_CLASS
public static final String PART_CLASS
public static final String PART_TYPE_CLASS
public static final String PART_SOURCE_CLASS
public static final String LCM_CLASS
public static final String LC_STATE_CLASS
public static final String LIFECYCLE_ID
public static final String LIFECYCLE_STATE_ID
public static final String FOLDER_ID
public static final String NUMBER_ID
public static final String NAME_ID
public static final String DESCRIPTION_ID
public static final String DEPARTMENT_ID
public static final String TITLE_ID
public static final String DOC_TYPE_ID
public static final String VIEW_ID
public static final String PART_TYPE_ID
public static final String SOURCE_ID
private AttributeValues spec
private final OldInitRuleContentHandler.ValueStack _valueStack
private String _rootElement
private String _currentValue
Constructor Detail |
public OldInitRuleContentHandler()
Method Detail |
public AttributeValues getSpec()
private String getCurrentValue()
private void addToCurrentValue(String s)
public void characters(char[] ch, int start, int length)
characters
in interface ContentHandler
public void endDocument()
endDocument
in interface ContentHandler
public void endElement(String namespaceURI, String localName, String qName)
endElement
in interface ContentHandler
public void endPrefixMapping(String prefix)
endPrefixMapping
in interface ContentHandler
public void ignorableWhitespace(char[] ch, int start, int length)
ignorableWhitespace
in interface ContentHandler
public void processingInstruction(String target, String data)
processingInstruction
in interface ContentHandler
public void setDocumentLocator(Locator locator)
setDocumentLocator
in interface ContentHandler
public void skippedEntity(String name)
skippedEntity
in interface ContentHandler
public void startDocument()
startDocument
in interface ContentHandler
public void startElement(String namespaceURI, String localName, String qName, Attributes atts)
startElement
in interface ContentHandler
public void startPrefixMapping(String prefix, String uri)
startPrefixMapping
in interface ContentHandler
public static void main(String[] args) throws Exception
Exception
private static void parse(File file, OldInitRuleContentHandler handler) throws Exception
Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |