public class IdentityConstraintState extends SimpleState
Modifier and Type | Field and Description |
---|---|
protected java.util.Vector |
fields |
protected XPath[] |
selector |
Constructor and Description |
---|
IdentityConstraintState() |
Modifier and Type | Method and Description |
---|---|
protected State |
createChildState(StartTagInfo tag)
creates appropriate child state object for this element
|
protected void |
createIdentityConstraint() |
protected void |
endSelf()
this method is called in endElement method
when the state is about to be removed.
|
protected Field |
parseField(java.lang.String xpath) |
protected boolean |
parsePath(XPath pathObj,
java.lang.String xpath,
boolean parseField)
parses "aa/bb/cc/.../".
|
protected XPath[] |
parseSelector(java.lang.String xpath) |
endDocument, endElement, isGrammarElement, startElement
_assert, callInterceptExpression, characters, endPrefixMapping, getBaseURI, getLocation, getParentState, getStartTag, ignorableWhitespace, init, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, startSelf
protected XPath[] selector
protected final java.util.Vector fields
protected State createChildState(StartTagInfo tag)
SimpleState
createChildState
in class SimpleState
protected void endSelf()
SimpleState
endSelf
in class SimpleState
protected void createIdentityConstraint()
protected XPath[] parseSelector(java.lang.String xpath)
protected Field parseField(java.lang.String xpath)
protected boolean parsePath(XPath pathObj, java.lang.String xpath, boolean parseField)