Home
last modified time | relevance | path

Searched refs:GetMinInclusive (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.java237 public String GetMinInclusive () in GetMinInclusive() method in Restriction
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/simple/
H A DNumberNode.java93 ApplyMinimum(ParseString(aNode.GetMinInclusive()), true); in ApplyRestriction()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/html/
H A DHtmlGenerator.java397 WritePair("inclusive-minimum", aNode.GetMinInclusive()); in Visit()