Searched refs:XSElementDeclaration (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xs/
H A DElementPSVI.java31 public XSElementDeclaration getElementDeclaration();
H A DXSElementDeclaration.java26 public interface XSElementDeclaration extends XSTerm { interface in inherits:XSTerm
123 public XSElementDeclaration getSubstitutionGroupAffiliation();
161 * <code>XSElementDeclaration</code> or <code>DERIVATION_NONE</code>.
H A DXSModel.java89 public XSElementDeclaration getElementDeclaration(String name,
150 * substitution group for the given <code>XSElementDeclaration</code>
155 * for the given <code>XSElementDeclaration</code> or an empty
159 public XSObjectList getSubstitutionGroup(XSElementDeclaration head);
H A DXSNamespaceItem.java61 public XSElementDeclaration getElementDeclaration(String name);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DElementPSVImpl.java25 import com.sun.org.apache.xerces.internal.xs.XSElementDeclaration;
50 protected XSElementDeclaration fDeclaration = null;
219 public XSElementDeclaration getElementDeclaration() {
H A DXSElementDecl.java32 import com.sun.org.apache.xerces.internal.xs.XSElementDeclaration;
48 public class XSElementDecl implements XSElementDeclaration {
288 public XSElementDeclaration getSubstitutionGroupAffiliation() {
H A DXSModelImpl.java41 import com.sun.org.apache.xerces.internal.xs.XSElementDeclaration;
210 XSElementDeclaration[] subGroup;
230 XSElementDeclaration[] subGroup;
502 public XSElementDeclaration getElementDeclaration(String name,
508 return (XSElementDeclaration)sg.fGlobalElemDecls.get(name);
519 public XSElementDeclaration getElementDeclaration(String name,
669 * substitution group for the given <code>XSElementDeclaration</code>
674 * for the given <code>XSElementDeclaration</code> or an empty
678 public XSObjectList getSubstitutionGroup(XSElementDeclaration head) {
H A DSchemaGrammar.java51 import com.sun.org.apache.xerces.internal.xs.XSElementDeclaration;
1578 public XSElementDeclaration getElementDeclaration(String name) {
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DPSVIElementNSImpl.java62 protected XSElementDeclaration fDeclaration = null;
226 public XSElementDeclaration getElementDeclaration() {
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDHandler.java98 import com.sun.org.apache.xerces.internal.xs.XSElementDeclaration;
3002 expandRelatedElementComponents((XSElementDeclaration) component, componentList, component.getNamespace(), dependencies);
3024 private void expandRelatedElementComponents(XSElementDeclaration decl, Vector componentList, String namespace, Map<String, Vector> dependencies) {
3032 final XSElementDeclaration subElemDecl = decl.getSubstitutionGroupAffiliation();
3108 addRelatedElement((XSElementDeclaration) term, componentList, namespace, dependencies);
3142 private void addRelatedElement(XSElementDeclaration decl, Vector componentList, String namespace, Map<String, Vector> dependencies) {

Completed in 69 milliseconds