Class | Description |
---|---|
CommCoreServiceHelper |
Class to read all comm-core standards documents in specified directory, and
provide access to their contents, e.g., getStdDocument, getStandard.
|
CommCoreServlet |
Servlet responsible for initializing the StandardsSuggestionService.
|
RootStandard |
Root standard of the Sandards Document representing the top-most standard in
the hierarchy for the Document.
|
Standard |
Extends StdElement to include hierarchy information, such as "children" and
"ancestors"
|
StdDocument |
Encapsulates an ASN Standards Document by reading the source XML file and
creating a hierarchy of Standard instances.
|
StdElement |