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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xs/
H A DXSAttributeDeclaration.java55 public String getConstraintValue(); method in interface:XSAttributeDeclaration
H A DXSAttributeUse.java48 public String getConstraintValue(); method in interface:XSAttributeUse
H A DXSElementDeclaration.java56 public String getConstraintValue(); method in interface:XSElementDeclaration
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSAttributeUseImpl.java114 public String getConstraintValue() { method in class:XSAttributeUseImpl
H A DAttributePSVImpl.java90 return fDeclaration == null ? null : fDeclaration.getConstraintValue();
H A DElementPSVImpl.java111 return fDeclaration == null ? null : fDeclaration.getConstraintValue();
H A DXSAttributeDecl.java161 public String getConstraintValue() { method in class:XSAttributeDecl
H A DXSElementDecl.java259 public String getConstraintValue() { method in class:XSElementDecl
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DPSVIAttrNSImpl.java108 return fDeclaration == null ? null : fDeclaration.getConstraintValue();
H A DPSVIElementNSImpl.java120 return fDeclaration == null ? null : fDeclaration.getConstraintValue();

Completed in 37 milliseconds