Uses of Interface
com.sun.xml.xsom.XSNotation
-
-
Uses of XSNotation in com.sun.xml.xsom
Methods in com.sun.xml.xsom that return XSNotation Modifier and Type Method Description XSNotationXSSchema. getNotation(java.lang.String localName)Methods in com.sun.xml.xsom that return types with arguments of type XSNotation Modifier and Type Method Description java.util.Map<java.lang.String,XSNotation>XSSchema. getNotations()Gets all theXSNotations in this schema.java.util.Iterator<XSNotation>XSSchema. iterateNotations()java.util.Iterator<XSNotation>XSSchemaSet. iterateNotations()Iterates all notation declarations in all the schemas.
-