Uses of Interface
org.w3.x2001.xmlSchema.NotationDocument.Notation

Packages that use NotationDocument.Notation
org.w3.x2001.xmlSchema   
org.w3.x2001.xmlSchema.impl   
 

Uses of NotationDocument.Notation in org.w3.x2001.xmlSchema
 

Methods in org.w3.x2001.xmlSchema that return NotationDocument.Notation
 NotationDocument.Notation NotationDocument.addNewNotation()
          Appends and returns a new empty "notation" element
 NotationDocument.Notation SchemaDocument.Schema.addNewNotation()
          Appends and returns a new empty value (as xml) as the last "notation" element
 NotationDocument.Notation NotationDocument.getNotation()
          Gets the "notation" element
 NotationDocument.Notation[] SchemaDocument.Schema.getNotationArray()
          Gets array of all "notation" elements
 NotationDocument.Notation SchemaDocument.Schema.getNotationArray(int i)
          Gets ith "notation" element
 NotationDocument.Notation SchemaDocument.Schema.insertNewNotation(int i)
          Inserts and returns a new empty value (as xml) as the ith "notation" element
static NotationDocument.Notation NotationDocument.Notation.Factory.newInstance()
           
static NotationDocument.Notation NotationDocument.Notation.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.w3.x2001.xmlSchema with parameters of type NotationDocument.Notation
 void NotationDocument.setNotation(NotationDocument.Notation notation)
          Sets the "notation" element
 void SchemaDocument.Schema.setNotationArray(int i, NotationDocument.Notation notation)
          Sets ith "notation" element
 void SchemaDocument.Schema.setNotationArray(NotationDocument.Notation[] notationArray)
          Sets array of all "notation" element
 

Uses of NotationDocument.Notation in org.w3.x2001.xmlSchema.impl
 

Classes in org.w3.x2001.xmlSchema.impl that implement NotationDocument.Notation
static class NotationDocumentImpl.NotationImpl
          An XML notation(@http://www.w3.org/2001/XMLSchema).
 

Methods in org.w3.x2001.xmlSchema.impl that return NotationDocument.Notation
 NotationDocument.Notation NotationDocumentImpl.addNewNotation()
          Appends and returns a new empty "notation" element
 NotationDocument.Notation SchemaDocumentImpl.SchemaImpl.addNewNotation()
          Appends and returns a new empty value (as xml) as the last "notation" element
 NotationDocument.Notation NotationDocumentImpl.getNotation()
          Gets the "notation" element
 NotationDocument.Notation[] SchemaDocumentImpl.SchemaImpl.getNotationArray()
          Gets array of all "notation" elements
 NotationDocument.Notation SchemaDocumentImpl.SchemaImpl.getNotationArray(int i)
          Gets ith "notation" element
 NotationDocument.Notation SchemaDocumentImpl.SchemaImpl.insertNewNotation(int i)
          Inserts and returns a new empty value (as xml) as the ith "notation" element
 

Methods in org.w3.x2001.xmlSchema.impl with parameters of type NotationDocument.Notation
 void NotationDocumentImpl.setNotation(NotationDocument.Notation notation)
          Sets the "notation" element
 void SchemaDocumentImpl.SchemaImpl.setNotationArray(int i, NotationDocument.Notation notation)
          Sets ith "notation" element
 void SchemaDocumentImpl.SchemaImpl.setNotationArray(NotationDocument.Notation[] notationArray)
          Sets array of all "notation" element
 



Copyright © 2014 Martin Luther University Halle-Wittenberg. All Rights Reserved.