Eclipse
IntelliJ
NetBeans
XpoLog
Upload
API List
Favorites
Packages
Classes
Methods
Limit search to favorites
Recent
Register
Login
FRAMES
NO FRAMES
SUMMARY:
NESTED
CONSTR
ENUM
FIELD
METHOD
ELEMENT
DETAIL:
FIELD
CONSTR
ENUM
METHOD
ELEMENT
org.apache.hivemind.schema
Interface Rule
Tab mode
All derived types
public
interface
Rule
extends
Locatable
Rules associated with
Schema
elements. As the
SchemaProcessor
works through the
Element
hiearchy, it invokes methods on the Rules.
Since
Not specified.
Version
Not specified.
Author
Howard M. Lewis Ship
Wiki javadoc
Use
textile entry format
.
Add your comments here.
Method Summary
void
begin
(
SchemaProcessor
processor,
Element
element )
Begin rules are fired first, in order.
void
end
(
SchemaProcessor
processor,
Element
element )
End rules are fired last, in inverse order.
Methods inherited from org.apache.hivemind
Locatable
getLocation ()
Method Detail
begin
public void
begin
(
SchemaProcessor
processor,
Element
element )
Begin rules are fired first, in order. All rules are invoked, and then the SchemaProcessor recurses into the elements contained within the element.
Parameters
Type
Name
Description
SchemaProcessor
processor
No description provided.
Element
element
No description provided.
Returns
void
No description provided.
Wiki javadoc
Use
textile entry format
.
Add your comments here.
end
public void
end
(
SchemaProcessor
processor,
Element
element )
End rules are fired last, in inverse order.
Parameters
Type
Name
Description
SchemaProcessor
processor
No description provided.
Element
element
No description provided.
Returns
void
No description provided.
Wiki javadoc
Use
textile entry format
.
Add your comments here.
Home
-
About
-
FAQ
-
Privacy
-
Contact