Home
last modified time | relevance | path

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

/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/simple/
H A DRestriction.java245 public String GetMinExclusive () in GetMinExclusive() method in Restriction
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/simple/
H A DNumberNode.java91 ApplyMinimum(ParseString(aNode.GetMinExclusive()), false); in ApplyRestriction()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/html/
H A DHtmlGenerator.java395 WritePair("exclusive-minimum", aNode.GetMinExclusive()); in Visit()