Searched refs:getNumeric (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xs/
H A DXSSimpleTypeDefinition.java221 public boolean getNumeric(); method in interface:XSSimpleTypeDefinition
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dv/xs/
H A DXSSimpleTypeDelegate.java112 public boolean getNumeric() { method in class:XSSimpleTypeDelegate
113 return type.getNumeric();
H A DXSSimpleTypeDecl.java2128 public boolean getNumeric(){ method in class:XSSimpleTypeDecl
2432 if(!memberTypes[i].getNumeric() ){

Completed in 40 milliseconds