Save This Page
Home » openjdk-7 » com.sun.xml.internal.rngom » parse » xml » [javadoc | source]
com.sun.xml.internal.rngom.parse.xml
class: SchemaParser.ElementState [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$ElementState

All Implemented Interfaces:
    NameClassRef, ContentHandler, CommentHandler

Field Summary
 ParsedNameClass nameClass     
 boolean nameClassWasAttribute     
 String name     
Fields inherited from com.sun.xml.internal.rngom.parse.xml.SchemaParser$PatternContainerState:
childPatterns
Fields inherited from com.sun.xml.internal.rngom.parse.xml.SchemaParser$State:
parent,  nsInherit,  ns,  datatypeLibrary,  scope,  startLocation,  annotations
Fields inherited from com.sun.xml.internal.rngom.parse.xml.SchemaParser$Handler:
comments
Method from com.sun.xml.internal.rngom.parse.xml.SchemaParser$ElementState Summary:
buildPattern,   create,   endAttributes,   endForeignChild,   setName,   setNameClass
Methods from com.sun.xml.internal.rngom.parse.xml.SchemaParser$PatternContainerState:
buildPattern,   createChildState,   end,   endChild,   endForeignChild,   sendPatternToParent
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
Methods from com.sun.xml.internal.rngom.parse.xml.SchemaParser$Handler:
comment,   endDocument,   endPrefixMapping,   getComments,   ignorableWhitespace,   processingInstruction,   setDocumentLocator,   skippedEntity,   startDocument,   startPrefixMapping
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.sun.xml.internal.rngom.parse.xml.SchemaParser$ElementState Detail:
 ParsedPattern buildPattern(List patterns,
    Location loc,
    Annotations anno) throws SAXException 
 SchemaParser.State create() 
  void endAttributes() throws SAXException 
  void endForeignChild(ParsedElementAnnotation ea) 
  void setName(String name) 
 public  void setNameClass(ParsedNameClass nc)