Searched defs:XSSimpleTypeDecl (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dv/xs/
H A DXSSimpleTypeDecl.java63 * @version $Id: XSSimpleTypeDecl.java 3029 2011-04-24 17:50:18Z joehw $
65 public class XSSimpleTypeDecl implements XSSimpleType, TypeInfo { class in inherits:XSSimpleType,TypeInfo
242 // this will be true if this is a static XSSimpleTypeDecl
247 private XSSimpleTypeDecl fItemType;
248 private XSSimpleTypeDecl[] fMemberTypes;
255 private XSSimpleTypeDecl fBase;
320 public XSSimpleTypeDecl(){} method in class:XSSimpleTypeDecl
323 protected XSSimpleTypeDecl(XSSimpleTypeDecl base, String name, short validateDV, method in class:XSSimpleTypeDecl
354 protected XSSimpleTypeDecl(XSSimpleTypeDec method in class:XSSimpleTypeDecl
362 protected XSSimpleTypeDecl(XSSimpleTypeDecl base, String name, String uri, short finalSet, boolean isImmutable, method in class:XSSimpleTypeDecl
427 protected XSSimpleTypeDecl(String name, String uri, short finalSet, XSSimpleTypeDecl itemType, boolean isImmutable, method in class:XSSimpleTypeDecl
451 protected XSSimpleTypeDecl(String name, String uri, short finalSet, XSSimpleTypeDecl[] memberTypes, method in class:XSSimpleTypeDecl
[all...]

Completed in 35 milliseconds