|
BEA Systems, Inc. | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.apache.xerces.impl.xs.SubstitutionGroupHandler
To store and validate information about substitutionGroup
Constructor Summary | |
SubstitutionGroupHandler(XSGrammarBucket grammarBucket)
Deprecated. Default constructor |
Method Summary | |
void |
addSubstitutionGroup(XSElementDecl[] elements)
Deprecated. add a list of substitution group information. |
XSElementDecl |
getMatchingElemDecl(QName element,
XSElementDecl exemplar)
Deprecated. |
XSElementDecl[] |
getSubstitutionGroup(XSElementDecl element)
Deprecated. get all elements that can substitute the given element, according to the spec, we shouldn't consider the {block} constraints. |
boolean |
inSubstitutionGroup(XSElementDecl element,
XSElementDecl exemplar)
Deprecated. |
void |
reset()
Deprecated. clear the internal registry of substitutionGroup information |
protected boolean |
substitutionGroupOK(XSElementDecl element,
XSElementDecl exemplar,
short blockingConstraint)
Deprecated. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SubstitutionGroupHandler(XSGrammarBucket grammarBucket)
Method Detail |
public void addSubstitutionGroup(XSElementDecl[] elements)
public XSElementDecl getMatchingElemDecl(QName element, XSElementDecl exemplar)
public XSElementDecl[] getSubstitutionGroup(XSElementDecl element)
public boolean inSubstitutionGroup(XSElementDecl element, XSElementDecl exemplar)
public void reset()
protected boolean substitutionGroupOK(XSElementDecl element, XSElementDecl exemplar, short blockingConstraint)
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs90 Copyright 2005 BEA Systems Inc. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |