Uses of Class
org.apache.xerces.impl.xs.opti.ElementImpl

Packages that use ElementImpl
org.apache.xerces.impl.xs.opti   
 

Uses of ElementImpl in org.apache.xerces.impl.xs.opti
 

Methods in org.apache.xerces.impl.xs.opti that return ElementImpl
 ElementImpl SchemaDOM.emptyElement(QName element, XMLAttributes attributes, int line, int column)
           
 ElementImpl SchemaDOM.emptyElement(QName element, XMLAttributes attributes, int line, int column, int offset)
           
 ElementImpl SchemaDOM.startElement(QName element, XMLAttributes attributes, int line, int column)
           
 ElementImpl SchemaDOM.startElement(QName element, XMLAttributes attributes, int line, int column, int offset)