Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.ws.jaxme.xs.xml.impl
Class XsESelectorImpl  view XsESelectorImpl download XsESelectorImpl.java

java.lang.Object
  extended byorg.apache.ws.jaxme.xs.xml.impl.XsObjectImpl
      extended byorg.apache.ws.jaxme.xs.xml.impl.XsTOpenAttrsImpl
          extended byorg.apache.ws.jaxme.xs.xml.impl.XsTAnnotatedImpl
              extended byorg.apache.ws.jaxme.xs.xml.impl.XsESelectorImpl
All Implemented Interfaces:
org.apache.ws.jaxme.xs.xml.XsESelector, org.apache.ws.jaxme.xs.xml.XsObject, org.apache.ws.jaxme.xs.xml.XsTAnnotated, org.apache.ws.jaxme.xs.xml.XsTOpenAttrs

public class XsESelectorImpl
extends XsTAnnotatedImpl
implements org.apache.ws.jaxme.xs.xml.XsESelector

Interface of the xs:selector element, specified by the following:

   
     
       
     
     
       
         
           
             
               
                 
                   A subset of XPath expressions for use
                   in selectors
                 
                 
                   A utility type, not for public use
                 
               
               
                 
                   
                     The following pattern is intended to allow XPath
                     expressions per the following EBNF:
                       Selector    ::=    Path ( '|' Path )*
                       Path        ::=    ('.//')? Step ( '/' Step )*
                       Step    ::=    '.' | NameTest
                       NameTest    ::=    QName | '*' | NCName ':' '*'
                                          child:: is also allowed
                   
                 
                 
                 
               
             
           
         
       
     
   
 


Field Summary
private  org.apache.ws.jaxme.xs.xml.XsToken xpath
           
 
Fields inherited from class org.apache.ws.jaxme.xs.xml.impl.XsTAnnotatedImpl
 
Fields inherited from class org.apache.ws.jaxme.xs.xml.impl.XsTOpenAttrsImpl
 
Fields inherited from class org.apache.ws.jaxme.xs.xml.impl.XsObjectImpl
 
Constructor Summary
protected XsESelectorImpl(org.apache.ws.jaxme.xs.xml.XsObject pParent)
           
 
Method Summary
 org.apache.ws.jaxme.xs.xml.XsToken getXpath()
           
 void setXpath(org.apache.ws.jaxme.xs.xml.XsToken pXpath)
           
 void validate()
          Validates the internal state of the type, attribute, element, or whatever object.
 
Methods inherited from class org.apache.ws.jaxme.xs.xml.impl.XsTAnnotatedImpl
createAnnotation, getAnnotation, getId, setId
 
Methods inherited from class org.apache.ws.jaxme.xs.xml.impl.XsTOpenAttrsImpl
getOpenAttributes, setAttribute
 
Methods inherited from class org.apache.ws.jaxme.xs.xml.impl.XsObjectImpl
asXsQName, asXsQName, getContext, getLocator, getNamespaceSupport, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, isValidated
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.ws.jaxme.xs.xml.XsTAnnotated
createAnnotation, getAnnotation, getId, setId
 
Methods inherited from interface org.apache.ws.jaxme.xs.xml.XsTOpenAttrs
getOpenAttributes
 
Methods inherited from interface org.apache.ws.jaxme.xs.xml.XsObject
getLocator, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject
 

Field Detail

xpath

private org.apache.ws.jaxme.xs.xml.XsToken xpath
Constructor Detail

XsESelectorImpl

protected XsESelectorImpl(org.apache.ws.jaxme.xs.xml.XsObject pParent)
Method Detail

setXpath

public void setXpath(org.apache.ws.jaxme.xs.xml.XsToken pXpath)
Specified by:
setXpath in interface org.apache.ws.jaxme.xs.xml.XsESelector

getXpath

public org.apache.ws.jaxme.xs.xml.XsToken getXpath()
Specified by:
getXpath in interface org.apache.ws.jaxme.xs.xml.XsESelector

validate

public void validate()
Description copied from interface: org.apache.ws.jaxme.xs.xml.XsObject
Validates the internal state of the type, attribute, element, or whatever object.

Specified by:
validate in interface org.apache.ws.jaxme.xs.xml.XsObject
Overrides:
validate in class XsObjectImpl