Uses of Interface
org.apache.xerces.xs.XSNotationDeclaration

Packages that use XSNotationDeclaration
org.apache.xerces.dom   
org.apache.xerces.impl.xs   
org.apache.xerces.xs   
 

Uses of XSNotationDeclaration in org.apache.xerces.dom
 

Fields in org.apache.xerces.dom declared as XSNotationDeclaration
protected  XSNotationDeclaration PSVIElementNSImpl.fNotation
          http://www.w3.org/TR/xmlschema-1/#e-notation
 

Methods in org.apache.xerces.dom that return XSNotationDeclaration
 XSNotationDeclaration PSVIElementNSImpl.getNotation()
          [notation]
 

Uses of XSNotationDeclaration in org.apache.xerces.impl.xs
 

Classes in org.apache.xerces.impl.xs that implement XSNotationDeclaration
 class XSNotationDecl
          The XML representation for a NOTATION declaration schema component is a global <notation> element information item
 

Fields in org.apache.xerces.impl.xs declared as XSNotationDeclaration
protected  XSNotationDeclaration ElementPSVImpl.fNotation
          http://www.w3.org/TR/xmlschema-1/#e-notation
 

Methods in org.apache.xerces.impl.xs that return XSNotationDeclaration
 XSNotationDeclaration ElementPSVImpl.getNotation()
          [notation]
 XSNotationDeclaration SchemaGrammar.getNotationDeclaration(String name)
          Convenience method.
 XSNotationDeclaration XSModelImpl.getNotationDeclaration(String name, String namespace)
           
 XSNotationDeclaration XSModelImpl.getNotationDeclaration(String name, String namespace, String loc)
           
 

Uses of XSNotationDeclaration in org.apache.xerces.xs
 

Methods in org.apache.xerces.xs that return XSNotationDeclaration
 XSNotationDeclaration ElementPSVI.getNotation()
          [notation]: the notation declaration.
 XSNotationDeclaration XSNamespaceItem.getNotationDeclaration(String name)
          Convenience method.
 XSNotationDeclaration XSModel.getNotationDeclaration(String name, String namespace)
          Convenience method.
 



Copyright © 2011. All Rights Reserved.