Searched refs:XSDocumentInfo (Results 1 - 16 of 16) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDWildcardTraverser.java86 XSDocumentInfo schemaDoc,
127 XSDocumentInfo schemaDoc,
149 XSDocumentInfo schemaDoc,
H A DXSDHandler.java270 // XSDocumentInfo object.
279 // Compensation for the above hashtables to locate XSDocumentInfo,
281 // corresponding XSDocumentInfo object just using above hashtables.
282 private Map<String, XSDocumentInfo> fUnparsedAttributeRegistrySub = new HashMap();
283 private Map<String, XSDocumentInfo> fUnparsedAttributeGroupRegistrySub = new HashMap();
284 private Map<String, XSDocumentInfo> fUnparsedElementRegistrySub = new HashMap();
285 private Map<String, XSDocumentInfo> fUnparsedGroupRegistrySub = new HashMap();
286 private Map<String, XSDocumentInfo> fUnparsedIdentityConstraintRegistrySub = new HashMap();
287 private Map<String, XSDocumentInfo> fUnparsedNotationRegistrySub = new HashMap();
288 private Map<String, XSDocumentInfo> fUnparsedTypeRegistrySu
[all...]
H A DXSDAbstractParticleTraverser.java61 XSDocumentInfo schemaDoc,
155 XSDocumentInfo schemaDoc,
179 XSDocumentInfo schemaDoc,
197 XSDocumentInfo schemaDoc,
H A DXSDUniqueOrKeyTraverser.java49 XSDocumentInfo schemaDoc, SchemaGrammar grammar) {
101 } // traverse(Element,XSDElementDecl,XSDocumentInfo, SchemaGrammar)
H A DXSDAttributeGroupTraverser.java61 XSDocumentInfo schemaDoc,
108 XSDocumentInfo schemaDoc,
H A DXSDocumentInfo.java46 * @version $Id: XSDocumentInfo.java,v 1.5 2007/10/15 22:27:48 spericas Exp $
48 class XSDocumentInfo { class
95 XSDocumentInfo (Element schemaRoot, XSAttributeChecker attrChecker, SymbolTable symbolTable) method in class:XSDocumentInfo
252 } // XSDocumentInfo
H A DXSDSimpleTypeTraverser.java95 XSDocumentInfo schemaDoc,
141 XSDocumentInfo schemaDoc,
158 XSDocumentInfo schemaDoc,
192 private XSSimpleType getSimpleType(String name, Element simpleTypeDecl, Object[] attrValues, XSDocumentInfo schemaDoc, SchemaGrammar grammar) {
437 XSDocumentInfo schemaDoc) {
H A DXSDElementTraverser.java101 XSDocumentInfo schemaDoc,
149 XSDocumentInfo schemaDoc,
236 XSDocumentInfo schemaDoc,
260 XSDocumentInfo schemaDoc,
H A DXSDKeyrefTraverser.java48 XSDocumentInfo schemaDoc, SchemaGrammar grammar) {
124 } // traverse(Element,int,XSDocumentInfo, SchemaGrammar)
H A DXSDNotationTraverser.java58 XSDocumentInfo schemaDoc,
H A DXSDGroupTraverser.java61 XSDocumentInfo schemaDoc,
145 XSDocumentInfo schemaDoc,
H A DXSDAttributeTraverser.java72 XSDocumentInfo schemaDoc,
214 XSDocumentInfo schemaDoc,
237 XSDocumentInfo schemaDoc,
H A DXSDComplexTypeTraverser.java151 * @param XSDocumentInfo
156 XSDocumentInfo schemaDoc,
179 * @param XSDocumentInfo
184 XSDocumentInfo schemaDoc,
232 XSDocumentInfo schemaDoc,
357 XSDocumentInfo schemaDoc,
687 boolean mixedOnType, XSDocumentInfo schemaDoc,
1019 XSDocumentInfo schemaDoc, SchemaGrammar grammar)
H A DXSDAbstractIDConstraintTraverser.java49 Element icElem, XSDocumentInfo schemaDoc, Object [] icElemAttrs) {
193 } // traverseIdentityConstraint(IdentityConstraint,Element, XSDocumentInfo)
H A DXSDAbstractTraverser.java109 boolean isGlobal, XSDocumentInfo schemaDoc) {
201 Object[] parentAttrs, boolean isGlobal, XSDocumentInfo schemaDoc) {
281 XSDocumentInfo schemaDoc) {
603 XSDocumentInfo schemaDoc, SchemaGrammar grammar,
H A DXSAttributeChecker.java960 XSDocumentInfo schemaDoc) {
979 XSDocumentInfo schemaDoc, boolean enumAsQName) {
1222 XSDocumentInfo schemaDoc) throws InvalidDatatypeValueException {
1709 public void returnAttrArray(Object[] attrArray, XSDocumentInfo schemaDoc) {

Completed in 57 milliseconds