Uses of Interface
org.w3.x2001.xmlSchema.SelectorDocument.Selector

Packages that use SelectorDocument.Selector
org.w3.x2001.xmlSchema   
org.w3.x2001.xmlSchema.impl   
 

Uses of SelectorDocument.Selector in org.w3.x2001.xmlSchema
 

Methods in org.w3.x2001.xmlSchema that return SelectorDocument.Selector
 SelectorDocument.Selector SelectorDocument.addNewSelector()
          Appends and returns a new empty "selector" element
 SelectorDocument.Selector Keybase.addNewSelector()
          Appends and returns a new empty "selector" element
 SelectorDocument.Selector SelectorDocument.getSelector()
          Gets the "selector" element
 SelectorDocument.Selector Keybase.getSelector()
          Gets the "selector" element
static SelectorDocument.Selector SelectorDocument.Selector.Factory.newInstance()
           
static SelectorDocument.Selector SelectorDocument.Selector.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.w3.x2001.xmlSchema with parameters of type SelectorDocument.Selector
 void SelectorDocument.setSelector(SelectorDocument.Selector selector)
          Sets the "selector" element
 void Keybase.setSelector(SelectorDocument.Selector selector)
          Sets the "selector" element
 

Uses of SelectorDocument.Selector in org.w3.x2001.xmlSchema.impl
 

Classes in org.w3.x2001.xmlSchema.impl that implement SelectorDocument.Selector
static class SelectorDocumentImpl.SelectorImpl
          An XML selector(@http://www.w3.org/2001/XMLSchema).
 

Methods in org.w3.x2001.xmlSchema.impl that return SelectorDocument.Selector
 SelectorDocument.Selector SelectorDocumentImpl.addNewSelector()
          Appends and returns a new empty "selector" element
 SelectorDocument.Selector KeybaseImpl.addNewSelector()
          Appends and returns a new empty "selector" element
 SelectorDocument.Selector SelectorDocumentImpl.getSelector()
          Gets the "selector" element
 SelectorDocument.Selector KeybaseImpl.getSelector()
          Gets the "selector" element
 

Methods in org.w3.x2001.xmlSchema.impl with parameters of type SelectorDocument.Selector
 void SelectorDocumentImpl.setSelector(SelectorDocument.Selector selector)
          Sets the "selector" element
 void KeybaseImpl.setSelector(SelectorDocument.Selector selector)
          Sets the "selector" element
 



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