com.sun.xml.internal.rngom.parse.xml
class: SchemaParser.GroupState [javadoc |
source]
java.lang.Object
com.sun.xml.internal.rngom.parse.xml.SchemaParser$Handler
com.sun.xml.internal.rngom.parse.xml.SchemaParser$State
com.sun.xml.internal.rngom.parse.xml.SchemaParser$PatternContainerState
com.sun.xml.internal.rngom.parse.xml.SchemaParser$GroupState
All Implemented Interfaces:
ContentHandler, CommentHandler
| Method from com.sun.xml.internal.rngom.parse.xml.SchemaParser$GroupState Summary: |
|---|
|
create |
| Methods from com.sun.xml.internal.rngom.parse.xml.SchemaParser$State: |
|---|
|
attributes, characters, checkForeignElement, create, createChildState, end, endAttributes, endChild, endChild, endDocument, endElement, endForeignChild, getNs, isPatternNamespaceURI, isRelaxNGElement, mergeLeadingComments, set, setName, setOtherAttribute, setParent, startDocument, startElement |
| Method from com.sun.xml.internal.rngom.parse.xml.SchemaParser$GroupState Detail: |
SchemaParser.State create() {
return new GroupState();
}
|