Uses of Interface
org.odata4j.stax2.StartElement2

Packages that use StartElement2
org.odata4j.format.xml   
org.odata4j.stax2   
org.odata4j.stax2.staximpl   
org.odata4j.stax2.util   
 

Uses of StartElement2 in org.odata4j.format.xml
 

Methods in org.odata4j.format.xml with parameters of type StartElement2
protected  List<EdmAnnotation<?>> EdmxFormatParser.getAnnotations(StartElement2 element)
           
protected static String XmlFormatParser.getAttributeValueIfExists(StartElement2 element, QName2 attName)
           
protected static String XmlFormatParser.getAttributeValueIfExists(StartElement2 element, String localName)
           
protected  List<PrefixedNamespace> EdmxFormatParser.getExtensionNamespaces(StartElement2 startElement)
           
static Iterable<OProperty<?>> AtomFeedFormatParser.parseProperties(XMLEventReader2 reader, StartElement2 propertiesElement, EdmDataServices metadata, EdmStructuralType structuralType)
           
 

Uses of StartElement2 in org.odata4j.stax2
 

Methods in org.odata4j.stax2 that return StartElement2
 StartElement2 XMLEvent2.asStartElement()
           
 

Uses of StartElement2 in org.odata4j.stax2.staximpl
 

Classes in org.odata4j.stax2.staximpl that implement StartElement2
static class StaxXMLFactoryProvider2.StaxStartElement2
           
 

Uses of StartElement2 in org.odata4j.stax2.util
 

Methods in org.odata4j.stax2.util that return StartElement2
 StartElement2 InMemoryXMLEvent2.asStartElement()
           
 

Constructors in org.odata4j.stax2.util with parameters of type StartElement2
InMemoryXMLEvent2(StartElement2 start, EndElement2 end, Characters2 characters)
           
 



http://odata4j.org