|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SimpleLocator | |
---|---|
org.apache.xerces.impl.xs | |
org.apache.xerces.impl.xs.traversers |
Uses of SimpleLocator in org.apache.xerces.impl.xs |
---|
Methods in org.apache.xerces.impl.xs with parameters of type SimpleLocator | |
---|---|
void |
SchemaGrammar.addComplexTypeDecl(XSComplexTypeDecl decl,
SimpleLocator locator)
add one complex type decl: for later constraint checking |
void |
SchemaGrammar.BuiltinSchemaGrammar.addComplexTypeDecl(XSComplexTypeDecl decl,
SimpleLocator locator)
|
void |
SchemaGrammar.Schema4Annotations.addComplexTypeDecl(XSComplexTypeDecl decl,
SimpleLocator locator)
|
void |
SchemaGrammar.addRedefinedGroupDecl(XSGroupDecl derived,
XSGroupDecl base,
SimpleLocator locator)
add a group redefined by restriction: for later constraint checking |
void |
SchemaGrammar.BuiltinSchemaGrammar.addRedefinedGroupDecl(XSGroupDecl derived,
XSGroupDecl base,
SimpleLocator locator)
|
void |
SchemaGrammar.Schema4Annotations.addRedefinedGroupDecl(XSGroupDecl derived,
XSGroupDecl base,
SimpleLocator locator)
|
Uses of SimpleLocator in org.apache.xerces.impl.xs.traversers |
---|
Methods in org.apache.xerces.impl.xs.traversers that return SimpleLocator | |
---|---|
SimpleLocator |
XSDHandler.element2Locator(Element e)
Extract location information from an Element node, and create a new SimpleLocator object from such information. |
Methods in org.apache.xerces.impl.xs.traversers with parameters of type SimpleLocator | |
---|---|
boolean |
XSDHandler.element2Locator(Element e,
SimpleLocator l)
Extract location information from an Element node, store such information in the passed-in SimpleLocator object, then return true. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |