Home
last modified time | relevance | path

Searched refs:maReferencedElementName (Results 1 – 1 of 1) sorted by relevance

/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/complex/
H A DElementReference.java44 maReferencedElementName = aReferencedElementName; in ElementReference()
52 return maReferencedElementName; in GetReferencedElementName()
60 final Element aElement = aSchema.TopLevelElements.Get(maReferencedElementName); in GetReferencedElement()
62 … throw new RuntimeException("can not find element "+maReferencedElementName.GetDisplayName()); in GetReferencedElement()
99 return "element reference to "+maReferencedElementName.GetDisplayName(); in toString()
105 private final QualifiedName maReferencedElementName; field in ElementReference

Completed in 27 milliseconds