Home
last modified time | relevance | path

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

/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/parser/
H A DSchemaParser.java815 final String sFinalValue = GetOptionalAttributeValue("final", null); in ParseSimpleType() local
816 if (sFinalValue != null) in ParseSimpleType()
817 aType.SetFinal(sFinalValue.split("\\s+")); in ParseSimpleType()

Completed in 13 milliseconds