Java Doc for SchemaGrammar.java in  » Web-Server » Rimfaxe-Web-Server » org » apache » xerces » validators » schema » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Web Server » Rimfaxe Web Server » org.apache.xerces.validators.schema 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.apache.xerces.validators.common.Grammar
      org.apache.xerces.validators.schema.SchemaGrammar

SchemaGrammar
public class SchemaGrammar extends Grammar (Code)

Inner Class :public class OneSubGroup

Field Summary
 HashtabletopLevelAttrDecls
    
 HashtabletopLevelAttrGrpDecls
    
 HashtabletopLevelElemDecls
    
 HashtabletopLevelGroupDecls
    
 HashtabletopLevelNotationDecls
    
 HashtabletopLevelTypeDecls
    


Method Summary
protected  voidaddAttDef(int templateElementIndex, QName attQName, int attType, int enumeration, int attDefaultType, String attDefaultValue, DatatypeValidator dv, boolean isList)
    
protected  intaddContentSpecNode(int contentSpecType, int value, int otherValue, boolean mustBeUnique)
    
protected  intaddElementDecl(QName eltQName, int enclosingScope, int scopeDefined, int contentSpecType, int contentSpecIndex, int attrListHead, DatatypeValidator dv)
    
protected  voidaddElementDeclOneSubstitutionGroupQName(int elementDeclIndex, QName name, SchemaGrammar grammar, int eleIndex)
    
protected  intcloneElementDecl(int eltNdx, int enclosingScope, int scopeDefined)
    
protected  intconvertContentSpecTree(int contentSpecIndex)
    
protected  intcreateAttributeDecl()
    
protected  intcreateContentSpec()
    
protected  intcreateElementDecl()
    
protected  intexpandContentModel(int index, int minOccurs, int maxOccurs)
    
public  intfindAttributeDecl(int attListHead, QName attribute)
    
public  intgetAttributeDeclIndex(int elementIndex, QName attribute)
    
public  HashtablegetAttributeDeclRegistry()
    
public  booleangetCheckUniqueParticleAttribution()
    
public  HashtablegetComplexTypeRegistry()
    
public  XMLContentModelgetContentModel(int contentSpecIndex, int contentType, SubstitutionGroupComparator comparator)
    
protected  intgetContentSpecMaxOccurs(int contentSpecIndex)
    
protected  intgetContentSpecMinOccurs(int contentSpecIndex)
    
public  intgetContentSpecOrgUri(int contentSpecIndex)
    
public  DatatypeValidatorFactoryImplgetDatatypeRegistry()
    
public  booleangetDeferContentSpecExpansion()
    
public  TraverseSchema.ComplexTypeInfogetElementComplexTypeInfo(int elementDeclIndex)
    
public  VectorgetElementDeclAllSubstitutionGroupQNames(int elementDeclIndex, GrammarResolver grammarResolver, StringPool stringPool)
    
public  intgetElementDeclBlockSet(int elementDeclIndex)
    
public  intgetElementDeclFinalSet(int elementDeclIndex)
    
public  intgetElementDeclMiscFlags(int elementDeclIndex)
    
public  StringgetElementDeclSubstitutionGroupAffFullName(int elementDeclIndex)
    
public  intgetElementDefaultTYpe(int elementDeclIndex)
    
public  StringgetElementDefaultValue(int elementDeclIndex)
    
public  intgetElementDefinedScope(int elementDeclIndex)
    
public  StringgetElementFromAnotherSchemaURI(int elementDeclIndex)
    
public  NamespacesScopegetNamespacesScope()
    
public  StringgetTargetNamespaceURI()
    
protected  voidsetAttributeDecl(int elementDeclIndex, int attributeDeclIndex, XMLAttributeDecl attributeDecl)
    
protected  voidsetAttributeDeclRegistry(Hashtable attrReg)
    
public  voidsetCheckUniqueParticleAttribution()
    
protected  voidsetComplexTypeRegistry(Hashtable cTypeReg)
    
protected  voidsetContentSpec(int contentSpecIndex, XMLContentSpec contentSpec)
    
protected  voidsetContentSpecMaxOccurs(int contentSpecIndex, int maxOccurs)
    
protected  voidsetContentSpecMinOccurs(int contentSpecIndex, int minOccurs)
    
public  voidsetContentSpecOrgUri(int contentSpecIndex, int orgUri)
    
protected  voidsetDatatypeRegistry(DatatypeValidatorFactoryImpl dTypeReg)
    
public  voidsetDeferContentSpecExpansion()
    
protected  voidsetElementComplexTypeInfo(int elementDeclIndex, TraverseSchema.ComplexTypeInfo typeInfo)
    
protected  voidsetElementDecl(int elementDeclIndex, XMLElementDecl elementDecl)
    
protected  voidsetElementDeclBlockSet(int elementDeclIndex, int blockSet)
    
protected  voidsetElementDeclFinalSet(int elementDeclIndex, int finalSet)
    
protected  voidsetElementDeclMiscFlags(int elementDeclIndex, int miscFlags)
    
protected  voidsetElementDeclSubstitutionGroupAffFullName(int elementDeclIndex, String substitutionGroupFullName)
    
protected  voidsetElementDefault(int elementDeclIndex, String defaultValue)
    
protected  voidsetElementDefinedScope(int elementDeclIndex, int scopeDefined)
    
protected  voidsetElementFromAnotherSchemaURI(int elementDeclIndex, String anotherSchemaURI)
    
protected  voidsetFirstAttributeDeclIndex(int eltNdx, int attListHead)
    
protected  voidsetNamespacesScope(NamespacesScope nsScope)
    
protected  voidsetTargetNamespaceURI(String targetNSUri)
    

Field Detail
topLevelAttrDecls
Hashtable topLevelAttrDecls(Code)



topLevelAttrGrpDecls
Hashtable topLevelAttrGrpDecls(Code)



topLevelElemDecls
Hashtable topLevelElemDecls(Code)



topLevelGroupDecls
Hashtable topLevelGroupDecls(Code)



topLevelNotationDecls
Hashtable topLevelNotationDecls(Code)



topLevelTypeDecls
Hashtable topLevelTypeDecls(Code)





Method Detail
addAttDef
protected void addAttDef(int templateElementIndex, QName attQName, int attType, int enumeration, int attDefaultType, String attDefaultValue, DatatypeValidator dv, boolean isList)(Code)
the new attribute List Head



addContentSpecNode
protected int addContentSpecNode(int contentSpecType, int value, int otherValue, boolean mustBeUnique)(Code)
the new contentSpec Index



addElementDecl
protected int addElementDecl(QName eltQName, int enclosingScope, int scopeDefined, int contentSpecType, int contentSpecIndex, int attrListHead, DatatypeValidator dv)(Code)
elementDecl Index,



addElementDeclOneSubstitutionGroupQName
protected void addElementDeclOneSubstitutionGroupQName(int elementDeclIndex, QName name, SchemaGrammar grammar, int eleIndex)(Code)



cloneElementDecl
protected int cloneElementDecl(int eltNdx, int enclosingScope, int scopeDefined)(Code)



convertContentSpecTree
protected int convertContentSpecTree(int contentSpecIndex)(Code)



createAttributeDecl
protected int createAttributeDecl()(Code)



createContentSpec
protected int createContentSpec()(Code)



createElementDecl
protected int createElementDecl()(Code)



expandContentModel
protected int expandContentModel(int index, int minOccurs, int maxOccurs)(Code)



findAttributeDecl
public int findAttributeDecl(int attListHead, QName attribute)(Code)



getAttributeDeclIndex
public int getAttributeDeclIndex(int elementIndex, QName attribute)(Code)



getAttributeDeclRegistry
public Hashtable getAttributeDeclRegistry()(Code)



getCheckUniqueParticleAttribution
public boolean getCheckUniqueParticleAttribution()(Code)



getComplexTypeRegistry
public Hashtable getComplexTypeRegistry()(Code)



getContentModel
public XMLContentModel getContentModel(int contentSpecIndex, int contentType, SubstitutionGroupComparator comparator) throws Exception(Code)



getContentSpecMaxOccurs
protected int getContentSpecMaxOccurs(int contentSpecIndex)(Code)



getContentSpecMinOccurs
protected int getContentSpecMinOccurs(int contentSpecIndex)(Code)



getContentSpecOrgUri
public int getContentSpecOrgUri(int contentSpecIndex)(Code)



getDatatypeRegistry
public DatatypeValidatorFactoryImpl getDatatypeRegistry()(Code)



getDeferContentSpecExpansion
public boolean getDeferContentSpecExpansion()(Code)



getElementComplexTypeInfo
public TraverseSchema.ComplexTypeInfo getElementComplexTypeInfo(int elementDeclIndex)(Code)



getElementDeclAllSubstitutionGroupQNames
public Vector getElementDeclAllSubstitutionGroupQNames(int elementDeclIndex, GrammarResolver grammarResolver, StringPool stringPool)(Code)



getElementDeclBlockSet
public int getElementDeclBlockSet(int elementDeclIndex)(Code)



getElementDeclFinalSet
public int getElementDeclFinalSet(int elementDeclIndex)(Code)



getElementDeclMiscFlags
public int getElementDeclMiscFlags(int elementDeclIndex)(Code)



getElementDeclSubstitutionGroupAffFullName
public String getElementDeclSubstitutionGroupAffFullName(int elementDeclIndex)(Code)



getElementDefaultTYpe
public int getElementDefaultTYpe(int elementDeclIndex)(Code)



getElementDefaultValue
public String getElementDefaultValue(int elementDeclIndex)(Code)



getElementDefinedScope
public int getElementDefinedScope(int elementDeclIndex)(Code)



getElementFromAnotherSchemaURI
public String getElementFromAnotherSchemaURI(int elementDeclIndex)(Code)



getNamespacesScope
public NamespacesScope getNamespacesScope()(Code)



getTargetNamespaceURI
public String getTargetNamespaceURI()(Code)



setAttributeDecl
protected void setAttributeDecl(int elementDeclIndex, int attributeDeclIndex, XMLAttributeDecl attributeDecl)(Code)



setAttributeDeclRegistry
protected void setAttributeDeclRegistry(Hashtable attrReg)(Code)



setCheckUniqueParticleAttribution
public void setCheckUniqueParticleAttribution()(Code)



setComplexTypeRegistry
protected void setComplexTypeRegistry(Hashtable cTypeReg)(Code)



setContentSpec
protected void setContentSpec(int contentSpecIndex, XMLContentSpec contentSpec)(Code)



setContentSpecMaxOccurs
protected void setContentSpecMaxOccurs(int contentSpecIndex, int maxOccurs)(Code)



setContentSpecMinOccurs
protected void setContentSpecMinOccurs(int contentSpecIndex, int minOccurs)(Code)



setContentSpecOrgUri
public void setContentSpecOrgUri(int contentSpecIndex, int orgUri)(Code)



setDatatypeRegistry
protected void setDatatypeRegistry(DatatypeValidatorFactoryImpl dTypeReg)(Code)



setDeferContentSpecExpansion
public void setDeferContentSpecExpansion()(Code)



setElementComplexTypeInfo
protected void setElementComplexTypeInfo(int elementDeclIndex, TraverseSchema.ComplexTypeInfo typeInfo)(Code)



setElementDecl
protected void setElementDecl(int elementDeclIndex, XMLElementDecl elementDecl)(Code)



setElementDeclBlockSet
protected void setElementDeclBlockSet(int elementDeclIndex, int blockSet)(Code)



setElementDeclFinalSet
protected void setElementDeclFinalSet(int elementDeclIndex, int finalSet)(Code)



setElementDeclMiscFlags
protected void setElementDeclMiscFlags(int elementDeclIndex, int miscFlags)(Code)



setElementDeclSubstitutionGroupAffFullName
protected void setElementDeclSubstitutionGroupAffFullName(int elementDeclIndex, String substitutionGroupFullName)(Code)



setElementDefault
protected void setElementDefault(int elementDeclIndex, String defaultValue)(Code)



setElementDefinedScope
protected void setElementDefinedScope(int elementDeclIndex, int scopeDefined)(Code)



setElementFromAnotherSchemaURI
protected void setElementFromAnotherSchemaURI(int elementDeclIndex, String anotherSchemaURI)(Code)



setFirstAttributeDeclIndex
protected void setFirstAttributeDeclIndex(int eltNdx, int attListHead)(Code)
set the attribute decl index



setNamespacesScope
protected void setNamespacesScope(NamespacesScope nsScope)(Code)



setTargetNamespaceURI
protected void setTargetNamespaceURI(String targetNSUri)(Code)



Fields inherited from org.apache.xerces.validators.common.Grammar
final public static int TOP_LEVEL_SCOPE(Code)(Java Doc)

Methods inherited from org.apache.xerces.validators.common.Grammar
protected void clearContentModel(int contentSpecIndex)(Code)(Java Doc)
protected int convertContentSpecTree(int index)(Code)(Java Doc)
protected int createAttributeDecl()(Code)(Java Doc)
protected int createContentSpec()(Code)(Java Doc)
protected int createElementDecl()(Code)(Java Doc)
protected boolean existContentModel(int contentSpecIndex)(Code)(Java Doc)
public boolean getAttributeDecl(int attributeDeclIndex, XMLAttributeDecl attributeDecl)(Code)(Java Doc)
public XMLContentModel getContentModel(int contentSpecIndex, int contentType, SubstitutionGroupComparator comparator) throws Exception(Code)(Java Doc)
public boolean getContentSpec(int contentSpecIndex, XMLContentSpec contentSpec)(Code)(Java Doc)
public XMLContentModel getElementContentModel(int elementDeclIndex, SubstitutionGroupComparator comparator) throws Exception(Code)(Java Doc)
public boolean getElementDecl(int elementDeclIndex, XMLElementDecl elementDecl)(Code)(Java Doc)
public int getElementDeclIndex(int localpartIndex, int scopeIndex)(Code)(Java Doc)
public int getElementDeclIndex(int uriIndex, int localpartIndex, int scopeIndex)(Code)(Java Doc)
public int getElementDeclIndex(QName element, int scopeIndex)(Code)(Java Doc)
public int getFirstAttributeDeclIndex(int elementDeclIndex)(Code)(Java Doc)
public Document getGrammarDocument()(Code)(Java Doc)
public int getNextAttributeDeclIndex(int attributeDeclIndex)(Code)(Java Doc)
protected boolean isDTD()(Code)(Java Doc)
public void printAttributes(int elementDeclIndex)(Code)(Java Doc)
public void printElements(org.apache.xerces.utils.StringPool pool)(Code)(Java Doc)
protected void putElementNameMapping(QName name, int scope, int elementDeclIndex)(Code)(Java Doc)
protected void setAttributeDecl(int elementDeclIndex, int attributeDeclIndex, XMLAttributeDecl attributeDecl)(Code)(Java Doc)
protected void setContentSpec(int contentSpecIndex, XMLContentSpec contentSpec)(Code)(Java Doc)
protected void setElementDecl(int elementDeclIndex, XMLElementDecl elementDecl)(Code)(Java Doc)
protected void setFirstAttributeDeclIndex(int elementDeclIndex, int newFirstAttrIndex)(Code)(Java Doc)
protected void setGrammarDocument(Document grammarDocument)(Code)(Java Doc)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.