com.sun.msv.reader.trex.ng.comp
Class CompAttributeState
java.lang.Object
com.sun.msv.reader.State
com.sun.msv.reader.SimpleState
com.sun.msv.reader.ExpressionState
com.sun.msv.reader.ExpressionWithChildState
com.sun.msv.reader.SequenceState
com.sun.msv.reader.trex.NameClassAndExpressionState
com.sun.msv.reader.trex.AttributeState
com.sun.msv.reader.trex.ng.AttributeState
com.sun.msv.reader.trex.ng.comp.CompAttributeState
- All Implemented Interfaces:
- ExpressionOwner, ContentHandler
public class CompAttributeState
- extends AttributeState
parses <attribute> pattern.
- Author:
- Kohsuke KAWAGUCHI
Methods inherited from class com.sun.msv.reader.State |
_assert, callInterceptExpression, characters, endPrefixMapping, getBaseURI, getLocation, getParentState, getStartTag, ignorableWhitespace, init, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompAttributeState
public CompAttributeState()
annealExpression
protected Expression annealExpression(Expression contentModel)
- Description copied from class:
ExpressionWithChildState
- performs final wrap-up and returns a fully created Expression object
that represents this element.
- Overrides:
annealExpression
in class AttributeState
MSV