com.sun.msv.reader.xmlschema
Class AnyAttributeState

java.lang.Object
  extended by com.sun.msv.reader.State
      extended by com.sun.msv.reader.SimpleState
          extended by com.sun.msv.reader.ExpressionState
              extended by com.sun.msv.reader.ExpressionWithoutChildState
                  extended by com.sun.msv.reader.xmlschema.AnyState
                      extended by com.sun.msv.reader.xmlschema.AnyAttributeState
All Implemented Interfaces:
ContentHandler

public class AnyAttributeState
extends AnyState

used to parse <anyAttribute > element.

Author:
Kohsuke KAWAGUCHI

Field Summary
 
Fields inherited from class com.sun.msv.reader.State
baseURI, location, parentState, reader, startTag
 
Constructor Summary
AnyAttributeState()
           
 
Method Summary
protected  Expression createExpression(String namespace, String process)
          creates AGM that corresponds to the specified parameters.
protected  NameClass getNameClassFrom(ReferenceExp exp)
           
 
Methods inherited from class com.sun.msv.reader.xmlschema.AnyState
createLaxNameClass, getNameClass, makeExpression
 
Methods inherited from class com.sun.msv.reader.ExpressionWithoutChildState
createChildState
 
Methods inherited from class com.sun.msv.reader.ExpressionState
endSelf
 
Methods inherited from class com.sun.msv.reader.SimpleState
endDocument, endElement, isGrammarElement, startElement
 
Methods inherited from class com.sun.msv.reader.State
_assert, callInterceptExpression, characters, endPrefixMapping, getBaseURI, getLocation, getParentState, getStartTag, ignorableWhitespace, init, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, startSelf
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnyAttributeState

public AnyAttributeState()
Method Detail

createExpression

protected Expression createExpression(String namespace,
                                      String process)
Description copied from class: AnyState
creates AGM that corresponds to the specified parameters.

Specified by:
createExpression in class AnyState

getNameClassFrom

protected NameClass getNameClassFrom(ReferenceExp exp)
Specified by:
getNameClassFrom in class AnyState


MSV