Home
last modified time | relevance | path

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

/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/parser/
H A DSchemaParser.java224 assert(GetAttributeValue("minOccurs") == null); in ProcessTopLevelStartElement()
225 assert(GetAttributeValue("maxOccurs") == null); in ProcessTopLevelStartElement()
460 if (GetAttributeValue("schemaLocation") != null) in ParseAttributeGroupOrReference()
468 GetAttributeValue("ref")), in ParseAttributeGroupOrReference()
482 if (GetAttributeValue("name") != null) in ParseAttributeOrReference()
628 CreateQualifiedName(GetAttributeValue("base")), in ParseExtension()
691 final String sBaseType = GetAttributeValue("base"); in ParseRestriction()
702 final String sValue = GetAttributeValue("value"); in ParseRestriction()
863 final String[] aMemberTypes = GetAttributeValue("memberTypes").split("\\s+"); in ParseUnion()
911 final String sNamespaceName = GetAttributeValue("namespace"); in ParseImport()
[all …]

Completed in 21 milliseconds