Home
last modified time | relevance | path

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

/trunk/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/
H A DElementContext.java24 import org.apache.openoffice.ooxml.parser.attribute.AttributeValues;
35 final AttributeValues aValues, in ElementContext()
64 public AttributeValues GetAttributes () in GetAttributes()
86 private final AttributeValues maAttributeValues;
H A DStateMachine.java35 import org.apache.openoffice.ooxml.parser.attribute.AttributeValues;
165 final AttributeValues aAttributeValues = maAttributeManager.ParseAttributes( in ProcessStartElement()
/trunk/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/attribute/
H A DAttributeManager.java112 public AttributeValues ParseAttributes ( in ParseAttributes()
116 final AttributeValues aValues = new AttributeValues(); in ParseAttributes()
H A DAttributeValues.java30 public class AttributeValues class
32 AttributeValues () in AttributeValues() method in AttributeValues