Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W
X
A
accept(BaseNode)
- Method in interface org.newsml.toolkit.explorer.
BaseNodePredicate
Test a NewsML node.
actionPerformed(ActionEvent)
- Method in class org.newsml.toolkit.explorer.
ExplorerFrame
Handle an action for the file menu.
addDefaultTests()
- Method in class org.newsml.toolkit.conformance.
NewsMLTestManager
Add a set of default conformance tests.
addTest(String, TestBase)
- Method in class org.newsml.toolkit.conformance.
NewsMLTestManager
Register a new test for the manager.
AdministrativeMetadata
- interface org.newsml.toolkit.
AdministrativeMetadata
.
Information about the provenance of a NewsComponent or NewsItem.
AdministrativeMetadataTest
- class org.newsml.toolkit.dom.unittests.
AdministrativeMetadataTest
.
AdministrativeMetadataTest(String)
- Constructor for class org.newsml.toolkit.dom.unittests.
AdministrativeMetadataTest
AssignedFormalName
- interface org.newsml.toolkit.
AssignedFormalName
.
A formal name with assignment information.
AssignedFormalNameTest
- class org.newsml.toolkit.dom.unittests.
AssignedFormalNameTest
.
AssignedFormalNameTest(String)
- Constructor for class org.newsml.toolkit.dom.unittests.
AssignedFormalNameTest
AssignedOriginText
- interface org.newsml.toolkit.
AssignedOriginText
.
Text with assignment information and Origin subelements.
AssignedOriginTextTest
- class org.newsml.toolkit.dom.unittests.
AssignedOriginTextTest
.
AssignedOriginTextTest(String)
- Constructor for class org.newsml.toolkit.dom.unittests.
AssignedOriginTextTest
AssignedText
- interface org.newsml.toolkit.
AssignedText
.
Text with identifiers and assignment information.
AssignmentNode
- interface org.newsml.toolkit.
AssignmentNode
.
Interface for nodes with assignment information.
B
BaseNode
- interface org.newsml.toolkit.
BaseNode
.
Base interface for all NewsML objects.
BaseNodePredicate
- interface org.newsml.toolkit.explorer.
BaseNodePredicate
.
Interface for a NewsML node test.
BaseNodeTest
- class org.newsml.toolkit.dom.unittests.
BaseNodeTest
.
BaseNodeTest(String)
- Constructor for class org.newsml.toolkit.dom.unittests.
BaseNodeTest
BasisForChoice
- interface org.newsml.toolkit.
BasisForChoice
.
Basis for choosing among equivalent news components or content items.
BasisForChoiceTest
- class org.newsml.toolkit.dom.unittests.
BasisForChoiceTest
.
BasisForChoiceTest(String)
- Constructor for class org.newsml.toolkit.dom.unittests.
BasisForChoiceTest
C
Catalog
- interface org.newsml.toolkit.
Catalog
.
Resource catalog.
CatalogNode
- interface org.newsml.toolkit.
CatalogNode
.
Interface for nodes with a resource catalog.
CatalogTest
- class org.newsml.toolkit.dom.unittests.
CatalogTest
.
CatalogTest
- class org.newsml.toolkit.conformance.
CatalogTest
.
Catalog-specific conformance tests.
CatalogTest()
- Constructor for class org.newsml.toolkit.conformance.
CatalogTest
CatalogTest(String)
- Constructor for class org.newsml.toolkit.dom.unittests.
CatalogTest
Characteristics
- interface org.newsml.toolkit.
Characteristics
.
Physical characteristics of a content item.
CharacteristicsTest
- class org.newsml.toolkit.dom.unittests.
CharacteristicsTest
.
CharacteristicsTest(String)
- Constructor for class org.newsml.toolkit.dom.unittests.
CharacteristicsTest
Comment
- interface org.newsml.toolkit.
Comment
.
A comment node in a NewsML document.
CommentNode
- interface org.newsml.toolkit.
CommentNode
.
Interface for nodes with comments.
CommentTest
- class org.newsml.toolkit.dom.unittests.
CommentTest
.
CommentTest(String)
- Constructor for class org.newsml.toolkit.dom.unittests.
CommentTest
ConformanceWarning
- exception org.newsml.toolkit.conformance.
ConformanceWarning
.
Exception for a non-fatal warning.
ConformanceWarning()
- Constructor for class org.newsml.toolkit.conformance.
ConformanceWarning
Construct a new conformance warning.
ConformanceWarning(Exception)
- Constructor for class org.newsml.toolkit.conformance.
ConformanceWarning
Construct a new conformance warning wrapping another exception.
ConformanceWarning(String)
- Constructor for class org.newsml.toolkit.conformance.
ConformanceWarning
Construct a new conformance warning with an explicit message.
ConformanceWarning(String, Exception)
- Constructor for class org.newsml.toolkit.conformance.
ConformanceWarning
Construct a conformance warning with a message and wrapped exception.
ContentItem
- interface org.newsml.toolkit.
ContentItem
.
News content for presentation to humans.
ContentItemTest
- class org.newsml.toolkit.dom.unittests.
ContentItemTest
.
ContentItemTest
- class org.newsml.toolkit.conformance.
ContentItemTest
.
ContentItem-specific conformance tests.
ContentItemTest()
- Constructor for class org.newsml.toolkit.conformance.
ContentItemTest
ContentItemTest(String)
- Constructor for class org.newsml.toolkit.dom.unittests.
ContentItemTest
Copyright
- interface org.newsml.toolkit.
Copyright
.
Copyright information for a news component.
CopyrightTest
- class org.newsml.toolkit.dom.unittests.
CopyrightTest
.
CopyrightTest(String)
- Constructor for class org.newsml.toolkit.dom.unittests.
CopyrightTest
createDOM(Reader, String)
- Method in interface org.newsml.toolkit.dom.
DOMFactory
Construct a DOM package from the URL provided.
createDOM(Reader, String)
- Method in class org.newsml.toolkit.dom.
XercesDOMFactory
createDOM(String)
- Method in interface org.newsml.toolkit.dom.
DOMFactory
Construct a DOM package from the URL provided.
createDOM(String)
- Method in class org.newsml.toolkit.dom.
XercesDOMFactory
createNewsML()
- Static method in class org.newsml.toolkit.dom.unittests.
SampleFactory
Create a NewsML node.
createNewsML(boolean)
- Static method in class org.newsml.toolkit.dom.unittests.
SampleFactory
Create a NewsML node.
createNewsML(Reader, String)
- Method in interface org.newsml.toolkit.
NewsMLFactory
Create a top-level NewsML object from a character stream.
createNewsML(Reader, String)
- Method in class org.newsml.toolkit.dom.
DOMNewsMLFactory
createNewsML(String)
- Method in interface org.newsml.toolkit.
NewsMLFactory
Create a top-level NewsML object from a URL.
createNewsML(String)
- Method in class org.newsml.toolkit.dom.
DOMNewsMLFactory
createNode(Reader, String)
- Method in interface org.newsml.toolkit.
NewsMLFactory
Create a NewsML node from a URL.
createNode(Reader, String)
- Method in class org.newsml.toolkit.dom.
DOMNewsMLFactory
createNode(String)
- Method in interface org.newsml.toolkit.
NewsMLFactory
Create a NewsML node from a URL.
createNode(String)
- Method in class org.newsml.toolkit.dom.
DOMNewsMLFactory
D
DataContent
- interface org.newsml.toolkit.
DataContent
.
Raw inline data in leaf content.
DataContentTest
- class org.newsml.toolkit.dom.unittests.
DataContentTest
.
DataContentTest(String)
- Constructor for class org.newsml.toolkit.dom.unittests.
DataContentTest
DATE_REGEXP
- Static variable in class org.newsml.toolkit.conformance.
Util
Regular expression to validate an ISO 8601 date.
DateTimeTest
- class org.newsml.toolkit.conformance.
DateTimeTest
.
Test date/time format.
DateTimeTest()
- Constructor for class org.newsml.toolkit.conformance.
DateTimeTest
DefaultVocabularyFor
- interface org.newsml.toolkit.
DefaultVocabularyFor
.
A default vocabulary declaration.
DefaultVocabularyForTest
- class org.newsml.toolkit.dom.unittests.
DefaultVocabularyForTest
.
DefaultVocabularyForTest
- class org.newsml.toolkit.conformance.
DefaultVocabularyForTest
.
DefaultVocabularyFor-specific conformance tests.
DefaultVocabularyForTest()
- Constructor for class org.newsml.toolkit.conformance.
DefaultVocabularyForTest
DefaultVocabularyForTest(String)
- Constructor for class org.newsml.toolkit.dom.unittests.
DefaultVocabularyForTest
DELETE
- Static variable in interface org.newsml.toolkit.
Delta
Constant: delete target node.
Delta
- interface org.newsml.toolkit.
Delta
.
A delta for an incremental update.
DeltaTest
- class org.newsml.toolkit.dom.unittests.
DeltaTest
.
DeltaTest(String)
- Constructor for class org.newsml.toolkit.dom.unittests.
DeltaTest
Description
- interface org.newsml.toolkit.
Description
.
A natural-language description of a topic.
DescriptiveMetadata
- interface org.newsml.toolkit.
DescriptiveMetadata
.
Information about a news component's content.
DescriptiveMetadataTest
- class org.newsml.toolkit.dom.unittests.
DescriptiveMetadataTest
.
DescriptiveMetadataTest(String)
- Constructor for class org.newsml.toolkit.dom.unittests.
DescriptiveMetadataTest
DOMFactory
- interface org.newsml.toolkit.dom.
DOMFactory
.
Shared interface for creating DOM nodes.
DOMNewsMLFactory
- class org.newsml.toolkit.dom.
DOMNewsMLFactory
.
DOM implementation of NewsMLFactory.
DOMNewsMLFactory()
- Constructor for class org.newsml.toolkit.dom.
DOMNewsMLFactory
Default constructor (uses Xerces).
DOMNewsMLFactory(DOMFactory)
- Constructor for class org.newsml.toolkit.dom.
DOMNewsMLFactory
Constructor.
DOMNewsMLFactory(DOMFactory, boolean)
- Constructor for class org.newsml.toolkit.dom.
DOMNewsMLFactory
Constructor.
DUID
- Static variable in class org.newsml.toolkit.conformance.
RefTest
Constant: Duid references are allowed.
E
Encoding
- interface org.newsml.toolkit.
Encoding
.
An encoding step for raw inline content.
EncodingTest
- class org.newsml.toolkit.dom.unittests.
EncodingTest
.
EncodingTest(String)
- Constructor for class org.newsml.toolkit.dom.unittests.
EncodingTest
EquivalentNode
- interface org.newsml.toolkit.
EquivalentNode
.
An member within a NewsComponent.
EquivalentNodeTest
- class org.newsml.toolkit.dom.unittests.
EquivalentNodeTest
.
EquivalentNodeTest(String)
- Constructor for class org.newsml.toolkit.dom.unittests.
EquivalentNodeTest
error(BaseNode, NewsMLException)
- Method in interface org.newsml.toolkit.conformance.
ErrorVisitor
Report an error.
error(SAXParseException)
- Method in class org.newsml.toolkit.dom.
XercesDOMFactory
Catch validation errors.
error(String)
- Static method in class org.newsml.toolkit.conformance.
TestBase
Report an error.
ErrorVisitor
- interface org.newsml.toolkit.conformance.
ErrorVisitor
.
Custom handler for errors and warnings.
EuidTest
- class org.newsml.toolkit.conformance.
EuidTest
.
Euid-specific conformance tests.
EuidTest()
- Constructor for class org.newsml.toolkit.conformance.
EuidTest
ExplorerFrame
- class org.newsml.toolkit.explorer.
ExplorerFrame
.
Application for viewing a NewsML package interactively.
ExplorerFrame(NewsMLFactory)
- Constructor for class org.newsml.toolkit.explorer.
ExplorerFrame
Create a new, empty frame with the default title.
ExplorerFrame(NewsML, NewsMLFactory)
- Constructor for class org.newsml.toolkit.explorer.
ExplorerFrame
Create a new frame exploring the NewsML package provided.
ExplorerFrame(String, NewsMLFactory)
- Constructor for class org.newsml.toolkit.explorer.
ExplorerFrame
Create a new, empty frame with the specified title.
ExplorerFrame(String, NewsML, NewsMLFactory)
- Constructor for class org.newsml.toolkit.explorer.
ExplorerFrame
Create a new frame with an explicit title and NewsML package.
ExplorerPanel
- class org.newsml.toolkit.explorer.
ExplorerPanel
.
Split panel for viewing a NewsML package.
ExplorerPanel(NewsML)
- Constructor for class org.newsml.toolkit.explorer.
ExplorerPanel
Public constructor.
F
fatalError(SAXParseException)
- Method in class org.newsml.toolkit.dom.
XercesDOMFactory
Catch fatal errors.
findReference(String, boolean)
- Method in interface org.newsml.toolkit.
NewsMLSession
Look up a reference to a NewsML node.
findTopic(boolean)
- Method in interface org.newsml.toolkit.
FormalNameNode
Find the topic associated with this formal name.
findTopic(String, String, boolean)
- Method in interface org.newsml.toolkit.
TopicSet
Find a topic given a formal name and scheme.
FormalName
- interface org.newsml.toolkit.
FormalName
.
A three-part NewsML name element.
FormalNameDecl
- interface org.newsml.toolkit.
FormalNameDecl
.
The declaration of a local name and scheme for a topic.
FormalNameDeclTest
- class org.newsml.toolkit.dom.unittests.
FormalNameDeclTest
.
FormalNameDeclTest(String)
- Constructor for class org.newsml.toolkit.dom.unittests.
FormalNameDeclTest
FormalNameNode
- interface org.newsml.toolkit.
FormalNameNode
.
Base interface for three-part NewsML names.
FormalNameTest
- class org.newsml.toolkit.dom.unittests.
FormalNameTest
.
FormalNameTest
- class org.newsml.toolkit.conformance.
FormalNameTest
.
FormalName-specific conformance tests.
FormalNameTest()
- Constructor for class org.newsml.toolkit.conformance.
FormalNameTest
Default constructor.
FormalNameTest(boolean)
- Constructor for class org.newsml.toolkit.conformance.
FormalNameTest
Constructor.
FormalNameTest(String)
- Constructor for class org.newsml.toolkit.dom.unittests.
FormalNameTest
G
getAction()
- Method in interface org.newsml.toolkit.
Delta
Get the action requested by this delta.
getAdministrativeMetadata()
- Method in interface org.newsml.toolkit.
NewsComponent
Get administrative information for the news component.
getAllowedValues()
- Method in interface org.newsml.toolkit.
Property
Get the allowed values for the property.
getAssignedBy()
- Method in interface org.newsml.toolkit.
AssignmentNode
Get the party assigning the information.
getAssignmentDateAndTime()
- Method in interface org.newsml.toolkit.
AssignmentNode
Get the date and time of assignment.
getAssociatedWith()
- Method in interface org.newsml.toolkit.
NewsManagement
Get all AssociatedWith children in an array.
getAssociatedWith(int)
- Method in interface org.newsml.toolkit.
NewsManagement
Get a reference to a news item associated with this one.
getAssociatedWithCount()
- Method in interface org.newsml.toolkit.
NewsManagement
Count the associated-with objects.
getBaseURL()
- Method in interface org.newsml.toolkit.
NewsMLSession
Get the base URL for the document.
getBasisForChoice()
- Method in interface org.newsml.toolkit.
NewsComponent
Get all BasisForChoice children in an array.
getBasisForChoice(int)
- Method in interface org.newsml.toolkit.
NewsComponent
Get the basis for choosing among equivalent members.
getBasisForChoiceCount()
- Method in interface org.newsml.toolkit.
NewsComponent
Get the number of bases for choice.
getBasisForChoiceNodes()
- Method in interface org.newsml.toolkit.
EquivalentNode
Get the nodes that are the basis for choosing among the members.
getByLine()
- Method in interface org.newsml.toolkit.
NewsLines
Get all byline children in an array.
getByLine(int)
- Method in interface org.newsml.toolkit.
NewsLines
Get a ByLine.
getByLineCount()
- Method in interface org.newsml.toolkit.
NewsLines
Count the ByLines.
getCatalog()
- Method in interface org.newsml.toolkit.
CatalogNode
Get the resource catalog, if one was provided.
getCharacteristics()
- Method in interface org.newsml.toolkit.
ContentItem
Get the physical characteristics of the news content.
getChild()
- Method in interface org.newsml.toolkit.
BaseNode
Get an array of child nodes.
getChild(int)
- Method in interface org.newsml.toolkit.
BaseNode
Get a child of the node by position.
getChild(String)
- Method in interface org.newsml.toolkit.
BaseNode
Get an array of child nodes with the specified XML name.
getChild(String, int)
- Method in interface org.newsml.toolkit.
BaseNode
Get a child of the node by name and position.
getChildCount()
- Method in interface org.newsml.toolkit.
BaseNode
Count the children for this node.
getChildCount(String)
- Method in interface org.newsml.toolkit.
BaseNode
Count the children with the specified name.
getChunkCount()
- Method in interface org.newsml.toolkit.
OriginNode
Get the number of separate content chunks.
getChunkType(int)
- Method in interface org.newsml.toolkit.
OriginNode
Get the type of a chunk.
getComment()
- Method in interface org.newsml.toolkit.
CommentNode
Get all Comment children in an array.
getComment(int)
- Method in interface org.newsml.toolkit.
CommentNode
Get one of the comments attached to this node.
getCommentCount()
- Method in interface org.newsml.toolkit.
CommentNode
Count the comments attached to this node.
getConfidence()
- Method in interface org.newsml.toolkit.
AssignmentNode
Get the confidence assigned to the information.
getContext()
- Method in interface org.newsml.toolkit.
DefaultVocabularyFor
Get the XPath expression to match.
getContext()
- Method in interface org.newsml.toolkit.
TopicUse
Get an XPath for the context where the topic is used.
getContributor()
- Method in interface org.newsml.toolkit.
AdministrativeMetadata
Get an array of contributor party lists in this object.
getContributor(int)
- Method in interface org.newsml.toolkit.
AdministrativeMetadata
Get a list of contributors to a news object.
getContributorCount()
- Method in interface org.newsml.toolkit.
AdministrativeMetadata
Get the number of contributor lists.
getCopyright()
- Method in interface org.newsml.toolkit.
RightsMetadata
Get all Copyright children in an array.
getCopyright(int)
- Method in interface org.newsml.toolkit.
RightsMetadata
Get a copyright attached to the news component.
getCopyrightCount()
- Method in interface org.newsml.toolkit.
RightsMetadata
Count the copyrights.
getCopyrightDate()
- Method in interface org.newsml.toolkit.
Copyright
Get a text description of the copyright date.
getCopyrightHolder()
- Method in interface org.newsml.toolkit.
Copyright
Get a text description of the copyright holder.
getCopyrightLine()
- Method in interface org.newsml.toolkit.
NewsLines
Get all CopyrightLine children in an array.
getCopyrightLine(int)
- Method in interface org.newsml.toolkit.
NewsLines
Get a copyright line.
getCopyrightLineCount()
- Method in interface org.newsml.toolkit.
NewsLines
Count the copyright lines.
getCreator()
- Method in interface org.newsml.toolkit.
AdministrativeMetadata
Get a list of creators of a news object.
getCreditLine()
- Method in interface org.newsml.toolkit.
NewsLines
Get all CreditLine children in an array.
getCreditLine(int)
- Method in interface org.newsml.toolkit.
NewsLines
Get a credit line.
getCreditLineCount()
- Method in interface org.newsml.toolkit.
NewsLines
Count the credit lines.
getData(int)
- Method in interface org.newsml.toolkit.
OriginNode
Get a chunk as plain text.
getDataContent()
- Method in interface org.newsml.toolkit.
Encoding
Get the raw inline content.
getDataContent()
- Method in interface org.newsml.toolkit.
ContentItem
Get raw inline content.
getDateAndTime()
- Method in interface org.newsml.toolkit.
StatusWillChange
Get the date and time when the future status will take effect.
getDateAndTime()
- Method in interface org.newsml.toolkit.
NewsEnvelope
Get the date on time when this package was transmitted.
getDateId()
- Method in interface org.newsml.toolkit.
NewsIdentifier
Get the date portion of the news identifier.
getDateLabel()
- Method in interface org.newsml.toolkit.
Identification
Get the optional date label.
getDateLine()
- Method in interface org.newsml.toolkit.
NewsLines
Get all DateLine children in an array.
getDateLine(int)
- Method in interface org.newsml.toolkit.
NewsLines
Get a dateline.
getDateLineCount()
- Method in interface org.newsml.toolkit.
NewsLines
Count the datelines.
getDefaultScheme(boolean)
- Method in interface org.newsml.toolkit.
FormalNameNode
Get an explicit or defaulted scheme.
getDefaultVocabulary(boolean)
- Method in interface org.newsml.toolkit.
FormalNameNode
Get an explicit or defaulted vocabulary reference.
getDefaultVocabularyFor()
- Method in interface org.newsml.toolkit.
Resource
Get all DefaultVocabularyFor children in an array.
getDefaultVocabularyFor(int)
- Method in interface org.newsml.toolkit.
Resource
Get a default vocabulary declaration for this resource.
getDefaultVocabularyForCount()
- Method in interface org.newsml.toolkit.
Resource
Count the default vocabulary declarations.
getDelta()
- Method in interface org.newsml.toolkit.
Update
Get all of the deltas for the update.
getDelta(int)
- Method in interface org.newsml.toolkit.
Update
Get one of the deltas for the update.
getDeltaCount()
- Method in interface org.newsml.toolkit.
Update
Count the deltas in this update.
getDerivedFrom()
- Method in interface org.newsml.toolkit.
NewsManagement
Get all DerivedFrom children in an array.
getDerivedFrom(int)
- Method in interface org.newsml.toolkit.
NewsManagement
Get a reference to a news item from which this item is derived.
getDerivedFromCount()
- Method in interface org.newsml.toolkit.
NewsManagement
Count the derived-from objects.
getDescription()
- Method in interface org.newsml.toolkit.
Topic
Get all Description children in an array.
getDescription(int)
- Method in interface org.newsml.toolkit.
Topic
Get one of the topic's descriptions.
getDescriptionCount()
- Method in interface org.newsml.toolkit.
Topic
Count the descriptions.
getDescriptiveMetadata()
- Method in interface org.newsml.toolkit.
NewsComponent
Get descriptive information about the news component.
getDetails()
- Method in interface org.newsml.toolkit.
Topic
Get a URI pointing to additional details about the topic.
getDOMNodes()
- Method in interface org.newsml.toolkit.
DataContent
Get the inline data as a list of DOM nodes.
getDuid()
- Method in interface org.newsml.toolkit.
IdNode
Get the Duid for this element.
getEncoding()
- Method in interface org.newsml.toolkit.
Encoding
Get a further encoding step.
getEncoding()
- Method in interface org.newsml.toolkit.
ContentItem
Get an encoding step for the raw inline content.
getEndDate()
- Method in interface org.newsml.toolkit.
UsageRights
The date when these rights cease effect.
getEquivalentsList()
- Method in interface org.newsml.toolkit.
NewsComponent
Test whether the members of this component are equivalents.
getEssential()
- Method in interface org.newsml.toolkit.
NewsComponent
Test whether the provider has flagged this component as essential.
getEuid()
- Method in interface org.newsml.toolkit.
IdNode
Get the Euid for this element.
getException()
- Method in class org.newsml.toolkit.
NewsMLException
Get the embedded exception, if any.
getExplorerPanel()
- Method in class org.newsml.toolkit.explorer.
ExplorerFrame
Get the current explorer panel for this application.
getFactory()
- Method in interface org.newsml.toolkit.
NewsMLSession
Get the factory for creating new NewsML documents.
getFileName()
- Method in interface org.newsml.toolkit.
AdministrativeMetadata
Get the suggested file name for the news item.
getFirstCreated()
- Method in interface org.newsml.toolkit.
NewsManagement
Get the date when the news item was first created.
getFormalNameDecl()
- Method in interface org.newsml.toolkit.
Topic
Get all FormalName children in an array.
getFormalNameDecl(int)
- Method in interface org.newsml.toolkit.
Topic
Get one of the topic's formal names.
getFormalNameDeclCount()
- Method in interface org.newsml.toolkit.
Topic
Count the formal names.
getFormat()
- Method in interface org.newsml.toolkit.
ContentItem
Get the content's format.
getFutureStatus()
- Method in interface org.newsml.toolkit.
StatusWillChange
Get the future status.
getGenre()
- Method in interface org.newsml.toolkit.
DescriptiveMetadata
Get the genre of the news component.
getGeography()
- Method in interface org.newsml.toolkit.
UsageRights
The geographic area or areas to which these rights apply.
getHeadLine()
- Method in interface org.newsml.toolkit.
NewsLines
Get all headline children in an array.
getHeadLine()
- Method in interface org.newsml.toolkit.
HeadLineGroup
Get the headline from the group.
getHeadLine(int)
- Method in interface org.newsml.toolkit.
NewsLines
Get a headline.
getHeadLineCount()
- Method in interface org.newsml.toolkit.
NewsLines
Count the headlines.
getHeadLineGroup()
- Method in interface org.newsml.toolkit.
NewsLines
Convenience method: get all HeadLineGroup children in an array.
getHeadLineGroup(int)
- Method in interface org.newsml.toolkit.
NewsLines
Convenience method: get a headline/subheadline pair.
getHeadLineGroupCount()
- Method in interface org.newsml.toolkit.
NewsLines
Convenience method: count the headline groups present.
getHowPresent()
- Method in interface org.newsml.toolkit.
AssignmentNode
Get the applicability of the information.
getHref()
- Method in interface org.newsml.toolkit.
HrefNode
Get the reference.
getIdentification()
- Method in interface org.newsml.toolkit.
NewsItem
Get the identification labels.
getImportance()
- Method in interface org.newsml.toolkit.
AssignmentNode
Get the importance assigned to the information.
getInstruction()
- Method in interface org.newsml.toolkit.
NewsManagement
Get all Instruction children in an array.
getInstruction(int)
- Method in interface org.newsml.toolkit.
NewsManagement
Get a user-defined news-management instruction.
getInstructionCount()
- Method in interface org.newsml.toolkit.
NewsManagement
Count the instructions.
getItem()
- Method in interface org.newsml.toolkit.
SubjectCode
Convenience method: get all Item children in an array.
getItem(int)
- Method in interface org.newsml.toolkit.
SubjectCode
Convenience method: get an item from the subject code.
getItemCount()
- Method in interface org.newsml.toolkit.
SubjectCode
Convenience method: count the items available in this subject code.
getKeywordLine()
- Method in interface org.newsml.toolkit.
NewsLines
Get all KeywordLine children in an array.
getKeywordLine(int)
- Method in interface org.newsml.toolkit.
NewsLines
Get a keyword line.
getKeywordLineCount()
- Method in interface org.newsml.toolkit.
NewsLines
Count the keyword lines.
getLabel()
- Method in interface org.newsml.toolkit.
Identification
Get an array of all available labels.
getLabel(int)
- Method in interface org.newsml.toolkit.
Identification
Get a generic label.
getLabelCount()
- Method in interface org.newsml.toolkit.
Identification
Count the generic labels.
getLabelText()
- Method in interface org.newsml.toolkit.
Label
Get the contents of the generic label.
getLabelType()
- Method in interface org.newsml.toolkit.
Label
Get the type of the generic label.
getLang()
- Method in interface org.newsml.toolkit.
LanguageNode
Get the language code.
getLanguage()
- Method in interface org.newsml.toolkit.
DescriptiveMetadata
Get all Language children in an array.
getLanguage(int)
- Method in interface org.newsml.toolkit.
DescriptiveMetadata
Get one of the languages of the news component.
getLanguageCount()
- Method in interface org.newsml.toolkit.
DescriptiveMetadata
Count the languages present.
getLimitations()
- Method in interface org.newsml.toolkit.
UsageRights
The terms and conditions of these rights.
getMediaType()
- Method in interface org.newsml.toolkit.
ContentItem
Get the content's media type.
getMember()
- Method in interface org.newsml.toolkit.
NewsComponent
Get all Member children in an array.
getMember(int)
- Method in interface org.newsml.toolkit.
NewsComponent
Return one of the members of this news component.
getMemberCount()
- Method in interface org.newsml.toolkit.
NewsComponent
Get the number of members in this news component.
getMessage()
- Method in class org.newsml.toolkit.
NewsMLException
Get the message for the exception, if any.
getMetadata()
- Method in interface org.newsml.toolkit.
NewsComponent
Get all Metadata children in an array.
getMetadata(int)
- Method in interface org.newsml.toolkit.
NewsComponent
Get generic metadata about the news component.
getMetadataCount()
- Method in interface org.newsml.toolkit.
NewsComponent
Get the number of generic metadata objects present.
getMetadataType()
- Method in interface org.newsml.toolkit.
Metadata
Get the type of metadata in this container.
getMimeType()
- Method in interface org.newsml.toolkit.
ContentItem
Return the content's MIME type.
getName()
- Method in interface org.newsml.toolkit.
FormalNameNode
Get the local name.
getNameLabel()
- Method in interface org.newsml.toolkit.
Identification
Get the optional name label.
getNewsEnvelope()
- Method in interface org.newsml.toolkit.
NewsML
Get the envelope for the NewsML package.
getNewsIdentifier()
- Method in interface org.newsml.toolkit.
Identification
Get the identification information for this news item.
getNewsItem()
- Method in interface org.newsml.toolkit.
NewsML
Get all NewsItem children in an array.
getNewsItem(int)
- Method in interface org.newsml.toolkit.
NewsML
Get one of the top-level news items.
getNewsItemCount()
- Method in interface org.newsml.toolkit.
NewsML
Count the top-level news items.
getNewsItemId()
- Method in interface org.newsml.toolkit.
NewsIdentifier
Get the news item ID for the story.
getNewsItemType()
- Method in interface org.newsml.toolkit.
NewsManagement
Get the type of the news item.
getNewsItemURN()
- Method in interface org.newsml.toolkit.
SourceList
Get the news item pointer.
getNewsLine()
- Method in interface org.newsml.toolkit.
NewsLines
Get all NewsLine children in an array.
getNewsLine(int)
- Method in interface org.newsml.toolkit.
NewsLines
Get a user-defined news line.
getNewsLineCount()
- Method in interface org.newsml.toolkit.
NewsLines
Count the generic news lines.
getNewsLines()
- Method in interface org.newsml.toolkit.
NewsComponent
Get a news component's headline, byline, etc.
getNewsLineText()
- Method in interface org.newsml.toolkit.
NewsLine
Get all NewsLineText children in an array.
getNewsLineText(int)
- Method in interface org.newsml.toolkit.
NewsLine
A chunk of text for the newsline.
getNewsLineTextCount()
- Method in interface org.newsml.toolkit.
NewsLine
Count the text chunks.
getNewsLineType()
- Method in interface org.newsml.toolkit.
NewsLine
The type of the extended newsline.
getNewsManagement()
- Method in interface org.newsml.toolkit.
NewsItem
Get the management information for the news item.
getNewsML()
- Method in class org.newsml.toolkit.explorer.
ExplorerPanel
Get the NewsML object being displayed.
getNewsMLFactory()
- Method in class org.newsml.toolkit.explorer.
ExplorerFrame
Get the current NewsMLFactory.
getNewsProduct()
- Method in interface org.newsml.toolkit.
NewsEnvelope
Get all NewsProduct children in an array.
getNewsProduct(int)
- Method in interface org.newsml.toolkit.
NewsEnvelope
Get one of the news products associated with this package.
getNewsProductCount()
- Method in interface org.newsml.toolkit.
NewsEnvelope
Count the news products.
getNewsService()
- Method in interface org.newsml.toolkit.
NewsEnvelope
Get all NewsService children in an array.
getNewsService(int)
- Method in interface org.newsml.toolkit.
NewsEnvelope
Get one of the news services associated with this package.
getNewsServiceCount()
- Method in interface org.newsml.toolkit.
NewsEnvelope
Count the news services present.
getNodeByDuid(String)
- Method in interface org.newsml.toolkit.
NewsMLSession
Look up a node in the current document by Duid.
getNodeByXPath(BaseNode, String)
- Method in interface org.newsml.toolkit.
NewsMLSession
Get the first node matching an XPath expression.
getNodesByXPath(BaseNode, String)
- Method in interface org.newsml.toolkit.
NewsMLSession
Look up nodes in the current document by XPath.
getNotation()
- Method in interface org.newsml.toolkit.
Encoding
Get the notation for the data content.
getNotation()
- Method in interface org.newsml.toolkit.
ContentItem
Get the content's data type notation.
getOfInterestTo()
- Method in interface org.newsml.toolkit.
DescriptiveMetadata
Get all OfInterestTo children in an array.
getOfInterestTo(int)
- Method in interface org.newsml.toolkit.
DescriptiveMetadata
Get an indication of the intended audience for a news component.
getOfInterestToCount()
- Method in interface org.newsml.toolkit.
DescriptiveMetadata
Count the OfInterestTo members.
getOrigin(int)
- Method in interface org.newsml.toolkit.
OriginNode
Get a chunk as an Origin subelement.
getParent()
- Method in interface org.newsml.toolkit.
BaseNode
Get the parent of the node in the NewsML content tree.
getParty()
- Method in interface org.newsml.toolkit.
PartyList
Get an array of all party objects.
getParty(int)
- Method in interface org.newsml.toolkit.
PartyList
Get one of the parties.
getPartyCount()
- Method in interface org.newsml.toolkit.
PartyList
Count the parties.
getPath()
- Method in interface org.newsml.toolkit.
BaseNode
Get the path from the root node to this node.
getPreferredSize()
- Method in class org.newsml.toolkit.explorer.
ExplorerFrame
Get the preferred size for this window.
getPreviousRevision()
- Method in interface org.newsml.toolkit.
RevisionId
Get the number of the previous revision of the news item.
getPriority()
- Method in interface org.newsml.toolkit.
NewsEnvelope
Get the priority of this package.
getProperty()
- Method in interface org.newsml.toolkit.
PropertyNode
Get all Property children in an array.
getProperty(int)
- Method in interface org.newsml.toolkit.
PropertyNode
Get a generic property.
getPropertyCount()
- Method in interface org.newsml.toolkit.
PropertyNode
Count the properties.
getProvider()
- Method in interface org.newsml.toolkit.
AdministrativeMetadata
Get a list of providers of a news object.
getProviderId()
- Method in interface org.newsml.toolkit.
NewsIdentifier
Get the provider portion of the news identifier.
getPublicIdentifier()
- Method in interface org.newsml.toolkit.
NewsIdentifier
Get a serialized version of the ID in a single string.
getRank()
- Method in interface org.newsml.toolkit.
BasisForChoice
Rank this basis for choice.
getRankedBasisForChoice()
- Method in interface org.newsml.toolkit.
NewsComponent
Get all BasisForChoice children, sorted by rank.
getRef()
- Method in interface org.newsml.toolkit.
TopicSetRef
Get the reference string for the other topic set.
getRef()
- Method in interface org.newsml.toolkit.
NewsItemRef
Get the reference string.
getReferencedCatalog(boolean)
- Method in interface org.newsml.toolkit.
Catalog
Retrieve the final catalog referenced.
getReferencedComment()
- Method in interface org.newsml.toolkit.
Comment
Get the comment referenced by TranslationOf.
getReferencedNewsItem(boolean)
- Method in interface org.newsml.toolkit.
NewsItemRef
Get the referenced NewsItem, if possible.
getReferencedTopic(boolean)
- Method in interface org.newsml.toolkit.
TopicNode
Look up the referenced topic.
getRelevance()
- Method in interface org.newsml.toolkit.
OfInterestTo
Get the a statement of relevance to the intended audience.
getRepeat()
- Method in interface org.newsml.toolkit.
TransmissionId
Get the repeat value for the transmission id.
getResource()
- Method in interface org.newsml.toolkit.
Catalog
Get an array of resources in this object.
getResource(int)
- Method in interface org.newsml.toolkit.
Catalog
Get a single resource in a catalog.
getResourceCount()
- Method in interface org.newsml.toolkit.
Catalog
Count the resources in the catalog.
getRevision()
- Method in interface org.newsml.toolkit.
RevisionStatus
Get the revision to which the new status applies.
getRevisionHistory()
- Method in interface org.newsml.toolkit.
NewsManagement
Get a pointer to the news item's revision history.
getRevisionId()
- Method in interface org.newsml.toolkit.
NewsIdentifier
Get the revision ID for the news item.
getRevisionStatus()
- Method in interface org.newsml.toolkit.
Instruction
Get all RevisionStatus children in an array.
getRevisionStatus(int)
- Method in interface org.newsml.toolkit.
Instruction
Get the effect of this revision on previous revisions.
getRevisionStatusCount()
- Method in interface org.newsml.toolkit.
Instruction
Count the revision status structures present.
getRightsHolder()
- Method in interface org.newsml.toolkit.
UsageRights
The holder or holders of these rights.
getRightsLine()
- Method in interface org.newsml.toolkit.
NewsLines
Get all RightsLine children in an array.
getRightsLine(int)
- Method in interface org.newsml.toolkit.
NewsLines
Get a rights line.
getRightsLineCount()
- Method in interface org.newsml.toolkit.
NewsLines
Count the rights lines.
getRightsMetadata()
- Method in interface org.newsml.toolkit.
NewsComponent
Get rights information for the news component.
getRole()
- Method in interface org.newsml.toolkit.
NewsComponent
Get the role of this component in a parent component.
getRootNewsComponent()
- Method in interface org.newsml.toolkit.
NewsItem
Get the root component of the news item.
getRootNode()
- Method in interface org.newsml.toolkit.
NewsMLSession
Get the root node of the current NewsML document.
getRootTopicSet()
- Method in interface org.newsml.toolkit.
NewsItem
Get the root topic set of the news item.
getScheme()
- Method in interface org.newsml.toolkit.
NewsItemId
Get an explicitly-specified scheme for the formal name.
getScheme()
- Method in interface org.newsml.toolkit.
DefaultVocabularyFor
Get the scheme to be applied to any matches.
getScheme()
- Method in interface org.newsml.toolkit.
FormalName
Get an explicitly-specified scheme for the formal name.
getScheme()
- Method in interface org.newsml.toolkit.
FormalNameDecl
Get a topic's declared scheme.
getSentFrom()
- Method in interface org.newsml.toolkit.
NewsEnvelope
Get a list of senders of this package.
getSentTo()
- Method in interface org.newsml.toolkit.
NewsEnvelope
Get a list of recipients of this package.
getSeriesLine()
- Method in interface org.newsml.toolkit.
NewsLines
Get all SeriesLine children in an array.
getSeriesLine(int)
- Method in interface org.newsml.toolkit.
NewsLines
Get a series line.
getSeriesLineCount()
- Method in interface org.newsml.toolkit.
NewsLines
Count the series lines.
getSession()
- Method in interface org.newsml.toolkit.
BaseNode
Get the NewsML session associated with the package.
getSizeInBytes()
- Method in interface org.newsml.toolkit.
Characteristics
Get the size of the actual content in bytes.
getSlugLine()
- Method in interface org.newsml.toolkit.
NewsLines
Get all SlugLine children in an array.
getSlugLine(int)
- Method in interface org.newsml.toolkit.
NewsLines
Get a slug line.
getSlugLineCount()
- Method in interface org.newsml.toolkit.
NewsLines
Count the slug lines.
getSource()
- Method in interface org.newsml.toolkit.
AdministrativeMetadata
Get an array of source party lists in this object.
getSource(int)
- Method in interface org.newsml.toolkit.
AdministrativeMetadata
Get a list of parties providing source material for a news object.
getSourceCount()
- Method in interface org.newsml.toolkit.
AdministrativeMetadata
Get the number of source lists provided.
getStartDate()
- Method in interface org.newsml.toolkit.
UsageRights
The date when these rights come into effect.
getStatus()
- Method in interface org.newsml.toolkit.
NewsManagement
Get the current status of the news item.
getStatus()
- Method in interface org.newsml.toolkit.
RevisionStatus
Get the new status for the past revision.
getStatusWillChange()
- Method in interface org.newsml.toolkit.
NewsManagement
Get a schedule future status change.
getSubHeadLine()
- Method in interface org.newsml.toolkit.
NewsLines
Get all subheadline children in an array.
getSubHeadLine()
- Method in interface org.newsml.toolkit.
HeadLineGroup
Get the subheadline from the group.
getSubHeadLine(int)
- Method in interface org.newsml.toolkit.
NewsLines
Get a subheadline.
getSubHeadLineCount()
- Method in interface org.newsml.toolkit.
NewsLines
Count the subheadlines.
getSubject()
- Method in interface org.newsml.toolkit.
SubjectCodeItem
Get the IIM code for the subject of a news item.
getSubject()
- Method in interface org.newsml.toolkit.
SubjectCode
Get an array of all subjects in the code.
getSubject(int)
- Method in interface org.newsml.toolkit.
SubjectCode
Get the IIM code for the subject of a news item.
getSubjectCode()
- Method in interface org.newsml.toolkit.
DescriptiveMetadata
Get all SubjectCode children in an array.
getSubjectCode(int)
- Method in interface org.newsml.toolkit.
DescriptiveMetadata
Get a subject code for the news component.
getSubjectCodeCount()
- Method in interface org.newsml.toolkit.
DescriptiveMetadata
Count the subject codes present.
getSubjectCount()
- Method in interface org.newsml.toolkit.
SubjectCode
Count the subjects in the code.
getSubjectDetail()
- Method in interface org.newsml.toolkit.
SubjectCodeItem
Get the IIM code for a subject detail of a news item.
getSubjectDetail()
- Method in interface org.newsml.toolkit.
SubjectCode
Get an array of all subject details in the code.
getSubjectDetail(int)
- Method in interface org.newsml.toolkit.
SubjectCode
Get the IIM code for a subject detail of a news item.
getSubjectDetailCount()
- Method in interface org.newsml.toolkit.
SubjectCode
Count the subject details in the code.
getSubjectMatter()
- Method in interface org.newsml.toolkit.
SubjectCodeItem
Get the IIM code for the subject matter of a news item.
getSubjectMatter()
- Method in interface org.newsml.toolkit.
SubjectCode
Get an array of all subject matter in the code.
getSubjectMatter(int)
- Method in interface org.newsml.toolkit.
SubjectCode
Get the IIM code for the subject matter of a news item.
getSubjectMatterCount()
- Method in interface org.newsml.toolkit.
SubjectCode
Count the subject matter in the code.
getSubjectQualifier()
- Method in interface org.newsml.toolkit.
SubjectCodeItem
Get an array of all subject qualifiers present.
getSubjectQualifier()
- Method in interface org.newsml.toolkit.
SubjectCode
Get an array of all subject qualifiers in the code.
getSubjectQualifier(int)
- Method in interface org.newsml.toolkit.
SubjectCodeItem
Get the IIM code for a subject qualifier.
getSubjectQualifier(int)
- Method in interface org.newsml.toolkit.
SubjectCode
Get the IIM code for a subject qualifier.
getSubjectQualifierCount()
- Method in interface org.newsml.toolkit.
SubjectCodeItem
Count the subject qualifiers.
getSubjectQualifierCount()
- Method in interface org.newsml.toolkit.
SubjectCode
Count the subject qualifiers in the code.
getSystemIdentifier()
- Method in interface org.newsml.toolkit.
AdministrativeMetadata
Get the system identifier of the news item.
getTargetNode()
- Method in interface org.newsml.toolkit.
Delta
Return the actual target node.
getTargetRef()
- Method in interface org.newsml.toolkit.
Delta
Get the Duid of the target node.
getText()
- Method in interface org.newsml.toolkit.
DataContent
Get the inline data as plain text, ignoring any XML markup.
getThisRevisionCreated()
- Method in interface org.newsml.toolkit.
NewsManagement
Get the creation date of the current revision of the news item.
getTopic()
- Method in interface org.newsml.toolkit.
TopicSet
Get all Topic children in an array.
getTopic(int)
- Method in interface org.newsml.toolkit.
TopicSet
Get a topic in the topic set.
getTopicCount()
- Method in interface org.newsml.toolkit.
TopicSet
Count the topics.
getTopicOccurrence()
- Method in interface org.newsml.toolkit.
DescriptiveMetadata
Get all TopicOccurrence children in an array.
getTopicOccurrence(int)
- Method in interface org.newsml.toolkit.
DescriptiveMetadata
Get a topic associated with a news component.
getTopicOccurrenceCount()
- Method in interface org.newsml.toolkit.
DescriptiveMetadata
Count the topic occurrences present.
getTopicRef()
- Method in interface org.newsml.toolkit.
TopicNode
Get the reference.
getTopicSet()
- Method in interface org.newsml.toolkit.
NewsComponent
Get all TopicSet children in an array.
getTopicSet()
- Method in interface org.newsml.toolkit.
NewsML
Get all TopicSet children in an array.
getTopicSet(boolean)
- Method in interface org.newsml.toolkit.
FormalNameNode
Get the topic set for the formal name.
getTopicSet(int)
- Method in interface org.newsml.toolkit.
NewsComponent
Get a topic set attached to this component.
getTopicSet(int)
- Method in interface org.newsml.toolkit.
NewsML
Get a topic set attached to this component.
getTopicSetCount()
- Method in interface org.newsml.toolkit.
NewsComponent
Get the number of topic sets.
getTopicSetCount()
- Method in interface org.newsml.toolkit.
NewsML
Get the number of topic sets present.
getTopicSetRef()
- Method in interface org.newsml.toolkit.
TopicSet
Get all TopicSetRef children in an array.
getTopicSetRef(int)
- Method in interface org.newsml.toolkit.
TopicSet
Get a reference to another topic set.
getTopicSetRefCount()
- Method in interface org.newsml.toolkit.
TopicSet
Count the topic-set references.
getTopicType()
- Method in interface org.newsml.toolkit.
Topic
Get all TopicType children in an array.
getTopicType(int)
- Method in interface org.newsml.toolkit.
Topic
Get the type of the topic.
getTopicTypeCount()
- Method in interface org.newsml.toolkit.
Topic
Count the types.
getTopicUse()
- Method in interface org.newsml.toolkit.
Catalog
Get all TopicUse children in an array.
getTopicUse(int)
- Method in interface org.newsml.toolkit.
Catalog
Get topic use information from a catalog.
getTopicUseCount()
- Method in interface org.newsml.toolkit.
Catalog
Count the topic use elements in the catalog.
getTranslationOf()
- Method in interface org.newsml.toolkit.
Comment
Get the identifier of another comment translated by this one.
getTransmissionId()
- Method in interface org.newsml.toolkit.
NewsEnvelope
Get the identifier for this transmission.
getUpdate()
- Method in interface org.newsml.toolkit.
RevisionId
Get the update parameter for the revision information.
getUpdate()
- Method in interface org.newsml.toolkit.
NewsItem
Get all of the updates in this news item.
getUpdate(int)
- Method in interface org.newsml.toolkit.
NewsItem
Get one of the updates in this news item.
getUpdateCount()
- Method in interface org.newsml.toolkit.
NewsItem
Count the updates present in this news item.
getUrgency()
- Method in interface org.newsml.toolkit.
NewsManagement
Get the news item's urgency.
getUrl()
- Method in interface org.newsml.toolkit.
Resource
Get all Url children in an array.
getUrl(int)
- Method in interface org.newsml.toolkit.
Resource
Get a URL attached to the resource.
getUrlCount()
- Method in interface org.newsml.toolkit.
Resource
Count the URLs
getUrn()
- Method in interface org.newsml.toolkit.
Resource
Get the URN attached to the resource, if any.
getUsageRights()
- Method in interface org.newsml.toolkit.
RightsMetadata
Get all UsageRights children in an array.
getUsageRights(int)
- Method in interface org.newsml.toolkit.
RightsMetadata
Return the usage rights attached to the news component.
getUsageRightsCount()
- Method in interface org.newsml.toolkit.
RightsMetadata
Count the usage rights statements.
getUsageType()
- Method in interface org.newsml.toolkit.
UsageRights
The type of usage to which these rights apply.
getValidation()
- Method in interface org.newsml.toolkit.
NewsMLFactory
Get the validation flag.
getValidation()
- Method in interface org.newsml.toolkit.dom.
DOMFactory
Get the current validation state.
getValidation()
- Method in class org.newsml.toolkit.dom.
XercesDOMFactory
getValidation()
- Method in class org.newsml.toolkit.dom.
DOMNewsMLFactory
getValue()
- Method in interface org.newsml.toolkit.
Property
Get a literal string value for the property.
getValueRef()
- Method in interface org.newsml.toolkit.
Property
Get a pointer to a property's value.
getVariant()
- Method in interface org.newsml.toolkit.
Description
An arbitrary tag to distinguish this description from others.
getVocabulary()
- Method in interface org.newsml.toolkit.
FormalNameNode
Get an explicitly-specified vocabulary reference.
getXMLName()
- Method in interface org.newsml.toolkit.
BaseNode
Get the XML element name associated with the node.
getXMLString()
- Method in interface org.newsml.toolkit.
DataContent
Get the inline data as a fragment of XML markup.
getXPath()
- Method in interface org.newsml.toolkit.
BaseNode
Get the XPath from the document root to this node.
H
HeadLineGroup
- interface org.newsml.toolkit.
HeadLineGroup
.
A headline/subheadline pair.
hideAll()
- Method in class org.newsml.toolkit.explorer.
ExplorerPanel
Collapse all of the nodes in the tree.
highlight(BaseNodePredicate)
- Method in class org.newsml.toolkit.explorer.
ExplorerPanel
Highlight nodes that match a predicate.
HrefNode
- interface org.newsml.toolkit.
HrefNode
.
Interface for objects containing URI references.
HTTP_URL
- Static variable in class org.newsml.toolkit.conformance.
RefTest
Constant: HTTP URLs are allowed.
I
Identification
- interface org.newsml.toolkit.
Identification
.
Identification labels for a NewsItem
IdentificationTest
- class org.newsml.toolkit.dom.unittests.
IdentificationTest
.
IdentificationTest(String)
- Constructor for class org.newsml.toolkit.dom.unittests.
IdentificationTest
IdNode
- interface org.newsml.toolkit.
IdNode
.
Base node for identifiable NewsML objects.
IdText
- interface org.newsml.toolkit.
IdText
.
Text with identifiers.
INSERT_AFTER
- Static variable in interface org.newsml.toolkit.
Delta
Constant: insert replacement node(s) after target node.
INSERT_BEFORE
- Static variable in interface org.newsml.toolkit.
Delta
Constant: insert replacement node(s) before target node.
Instruction
- interface org.newsml.toolkit.
Instruction
.
An instruction from a news provider.
InstructionTest
- class org.newsml.toolkit.dom.unittests.
InstructionTest
.
InstructionTest(String)
- Constructor for class org.newsml.toolkit.dom.unittests.
InstructionTest
internal(String)
- Static method in class org.newsml.toolkit.conformance.
TestBase
Report an internal error (shouldn't happen).
isDuidRef(String)
- Static method in class org.newsml.toolkit.conformance.
Util
Test whether a string matches Duid reference syntax.
isHttpUrl(String)
- Static method in class org.newsml.toolkit.conformance.
Util
Test whether a string matches HTTP URL syntax.
isISODate(String)
- Static method in class org.newsml.toolkit.conformance.
Util
Test whether a string is an ISO 8601 date (NewsML subset).
isISOLang(String)
- Static method in class org.newsml.toolkit.conformance.
Util
Test whether a string matches IETF RFC 1766 date syntax.
isNewsMLUrn(String)
- Static method in class org.newsml.toolkit.conformance.
Util
Test whether a string matches NewsML URN syntax.
isUrl(String)
- Static method in class org.newsml.toolkit.conformance.
Util
Test whether a string matches general URL syntax.
isUrn(String)
- Static method in class org.newsml.toolkit.conformance.
Util
Test whether a string matches general URN syntax.
L
Label
- interface org.newsml.toolkit.
Label
.
A generic label for a news item.
LabelTest
- class org.newsml.toolkit.dom.unittests.
LabelTest
.
LabelTest(String)
- Constructor for class org.newsml.toolkit.dom.unittests.
LabelTest
LanguageNode
- interface org.newsml.toolkit.
LanguageNode
.
Interface for nodes with a natural language code attached.
M
main(String[])
- Static method in class
NewsMLExplorer
Main application entry point.
matches(String, String)
- Static method in class org.newsml.toolkit.conformance.
Util
Match a string against a regular expression.
Metadata
- interface org.newsml.toolkit.
Metadata
.
User-defined metadata container.
MetadataTest
- class org.newsml.toolkit.dom.unittests.
MetadataTest
.
MetadataTest(String)
- Constructor for class org.newsml.toolkit.dom.unittests.
MetadataTest
N
NewsComponent
- interface org.newsml.toolkit.
NewsComponent
.
Container for specifying role information and metadata for news objects.
NewsComponentTest
- class org.newsml.toolkit.dom.unittests.
NewsComponentTest
.
NewsComponentTest
- class org.newsml.toolkit.conformance.
NewsComponentTest
.
NewsComponent-specific conformance tests.
NewsComponentTest()
- Constructor for class org.newsml.toolkit.conformance.
NewsComponentTest
NewsComponentTest(String)
- Constructor for class org.newsml.toolkit.dom.unittests.
NewsComponentTest
NewsEnvelope
- interface org.newsml.toolkit.
NewsEnvelope
.
Information about the transmission of the NewsML package.
NewsEnvelopeTest
- class org.newsml.toolkit.dom.unittests.
NewsEnvelopeTest
.
NewsEnvelopeTest(String)
- Constructor for class org.newsml.toolkit.dom.unittests.
NewsEnvelopeTest
NewsIdentifier
- interface org.newsml.toolkit.
NewsIdentifier
.
A globally-unique identifier for a news item.
NewsIdentifierTest
- class org.newsml.toolkit.dom.unittests.
NewsIdentifierTest
.
NewsIdentifierTest
- class org.newsml.toolkit.conformance.
NewsIdentifierTest
.
NewsIdentifier-specific conformance tests.
NewsIdentifierTest()
- Constructor for class org.newsml.toolkit.conformance.
NewsIdentifierTest
NewsIdentifierTest(String)
- Constructor for class org.newsml.toolkit.dom.unittests.
NewsIdentifierTest
NewsItem
- interface org.newsml.toolkit.
NewsItem
.
A managed set of news information.
NewsItemId
- interface org.newsml.toolkit.
NewsItemId
.
A news item identifier.
NewsItemIdTest
- class org.newsml.toolkit.dom.unittests.
NewsItemIdTest
.
NewsItemIdTest(String)
- Constructor for class org.newsml.toolkit.dom.unittests.
NewsItemIdTest
NewsItemRef
- interface org.newsml.toolkit.
NewsItemRef
.
A reference to a news item located elsewhere.
NewsItemRefTest
- class org.newsml.toolkit.dom.unittests.
NewsItemRefTest
.
NewsItemRefTest(String)
- Constructor for class org.newsml.toolkit.dom.unittests.
NewsItemRefTest
NewsItemTest
- class org.newsml.toolkit.dom.unittests.
NewsItemTest
.
NewsItemTest
- class org.newsml.toolkit.conformance.
NewsItemTest
.
NewsItem-specific conformance tests.
NewsItemTest()
- Constructor for class org.newsml.toolkit.conformance.
NewsItemTest
NewsItemTest(String)
- Constructor for class org.newsml.toolkit.dom.unittests.
NewsItemTest
NewsLine
- interface org.newsml.toolkit.
NewsLine
.
A user-defined news line.
NewsLines
- interface org.newsml.toolkit.
NewsLines
.
Container for a news component's news lines.
NewsLinesTest
- class org.newsml.toolkit.dom.unittests.
NewsLinesTest
.
NewsLinesTest(String)
- Constructor for class org.newsml.toolkit.dom.unittests.
NewsLinesTest
NewsLineTest
- class org.newsml.toolkit.dom.unittests.
NewsLineTest
.
NewsLineTest
- class org.newsml.toolkit.conformance.
NewsLineTest
.
NewsLine-specific conformance tests.
NewsLineTest()
- Constructor for class org.newsml.toolkit.conformance.
NewsLineTest
NewsLineTest(String)
- Constructor for class org.newsml.toolkit.dom.unittests.
NewsLineTest
NewsManagement
- interface org.newsml.toolkit.
NewsManagement
.
Management information for a news item.
NewsManagementTest
- class org.newsml.toolkit.dom.unittests.
NewsManagementTest
.
NewsManagementTest(String)
- Constructor for class org.newsml.toolkit.dom.unittests.
NewsManagementTest
NewsML
- interface org.newsml.toolkit.
NewsML
.
The top-level NewsML package.
NEWSML_URN
- Static variable in class org.newsml.toolkit.conformance.
RefTest
Constant: NewsML URNs are allowed.
NewsMLException
- exception org.newsml.toolkit.
NewsMLException
.
A NewsML-related exception.
NewsMLException()
- Constructor for class org.newsml.toolkit.
NewsMLException
Construct an exception with no message.
NewsMLException(Exception)
- Constructor for class org.newsml.toolkit.
NewsMLException
Construct an exception wrapping another exception.
NewsMLException(String)
- Constructor for class org.newsml.toolkit.
NewsMLException
Construct an exception with an explicit message.
NewsMLException(String, Exception)
- Constructor for class org.newsml.toolkit.
NewsMLException
Construct an exception with a message and embedded exception.
NewsMLExplorer
- class
NewsMLExplorer
.
Demo application for exploring a NewsML package.
NewsMLExplorer()
- Constructor for class
NewsMLExplorer
NewsMLFactory
- interface org.newsml.toolkit.
NewsMLFactory
.
Factory interface for NewsML documents.
NewsMLFactoryTest
- class org.newsml.toolkit.dom.unittests.
NewsMLFactoryTest
.
NewsMLFactoryTest(String)
- Constructor for class org.newsml.toolkit.dom.unittests.
NewsMLFactoryTest
NewsMLSession
- interface org.newsml.toolkit.
NewsMLSession
.
Meta-information for a NewsML session.
NewsMLSessionTest
- class org.newsml.toolkit.dom.unittests.
NewsMLSessionTest
.
NewsMLSessionTest(String)
- Constructor for class org.newsml.toolkit.dom.unittests.
NewsMLSessionTest
NewsMLTest
- class org.newsml.toolkit.dom.unittests.
NewsMLTest
.
NewsMLTest(String)
- Constructor for class org.newsml.toolkit.dom.unittests.
NewsMLTest
Construct a NewsML Test with the specified name.
NewsMLTestManager
- class org.newsml.toolkit.conformance.
NewsMLTestManager
.
Top-level manager for NewsML conformance tests.
NewsMLTestManager()
- Constructor for class org.newsml.toolkit.conformance.
NewsMLTestManager
Constructor.
NewsMLTestSuite
- class org.newsml.toolkit.dom.unittests.
NewsMLTestSuite
.
NewsMLTestSuite(String)
- Constructor for class org.newsml.toolkit.dom.unittests.
NewsMLTestSuite
O
OfInterestTo
- interface org.newsml.toolkit.
OfInterestTo
.
Statement of the intended audience.
org.newsml.toolkit
- package org.newsml.toolkit
Interfaces for Accessing NewsML Information (v1.0)
org.newsml.toolkit.conformance
- package org.newsml.toolkit.conformance
NewsML Conformance Testing
org.newsml.toolkit.dom
- package org.newsml.toolkit.dom
DOM Implementation of the NewsML Interfaces (v1.0)
org.newsml.toolkit.dom.unittests
- package org.newsml.toolkit.dom.unittests
Unit Tests for DOM NewsML Toolkit Implementation (v1.0)
org.newsml.toolkit.explorer
- package org.newsml.toolkit.explorer
Simple NewsML Viewer Widgets (v1.0)
Origin
- interface org.newsml.toolkit.
Origin
.
A subelement in mixed content.
ORIGIN
- Static variable in interface org.newsml.toolkit.
OriginNode
Constant: a chunk is an origin element.
OriginNode
- interface org.newsml.toolkit.
OriginNode
.
Mixed content text and Origin elements.
OriginTest
- class org.newsml.toolkit.dom.unittests.
OriginTest
.
OriginTest(String)
- Constructor for class org.newsml.toolkit.dom.unittests.
OriginTest
OriginText
- interface org.newsml.toolkit.
OriginText
.
Text with identifiers and origin subelements.
OriginTextTest
- class org.newsml.toolkit.dom.unittests.
OriginTextTest
.
OriginTextTest(String)
- Constructor for class org.newsml.toolkit.dom.unittests.
OriginTextTest
P
Party
- interface org.newsml.toolkit.
Party
.
A list of formal names for people or companies.
PartyList
- interface org.newsml.toolkit.
PartyList
.
A list of parties connected with the NewsML package.
PartyListTest
- class org.newsml.toolkit.dom.unittests.
PartyListTest
.
PartyListTest(String)
- Constructor for class org.newsml.toolkit.dom.unittests.
PartyListTest
PartyTest
- class org.newsml.toolkit.dom.unittests.
PartyTest
.
PartyTest(String)
- Constructor for class org.newsml.toolkit.dom.unittests.
PartyTest
PatternTest
- class org.newsml.toolkit.conformance.
PatternTest
.
Test Text content against a regular expression.
PatternTest(String)
- Constructor for class org.newsml.toolkit.conformance.
PatternTest
Construct a new test using the regular expression provided.
PatternTest(String, String)
- Constructor for class org.newsml.toolkit.conformance.
PatternTest
Construct a new test using the regular exp.
Property
- interface org.newsml.toolkit.
Property
.
A named metadata property.
PropertyNode
- interface org.newsml.toolkit.
PropertyNode
.
Interface for nodes with properties.
PropertyTest
- class org.newsml.toolkit.dom.unittests.
PropertyTest
.
PropertyTest
- class org.newsml.toolkit.conformance.
PropertyTest
.
Test a Property node.
PropertyTest()
- Constructor for class org.newsml.toolkit.conformance.
PropertyTest
PropertyTest(String)
- Constructor for class org.newsml.toolkit.dom.unittests.
PropertyTest
ProviderId
- interface org.newsml.toolkit.
ProviderId
.
A provider identifier.
ProviderIdTest
- class org.newsml.toolkit.dom.unittests.
ProviderIdTest
.
ProviderIdTest(String)
- Constructor for class org.newsml.toolkit.dom.unittests.
ProviderIdTest
R
readNewsML(File)
- Method in class org.newsml.toolkit.explorer.
ExplorerFrame
Load a NewsML package.
readNewsML(String)
- Method in class org.newsml.toolkit.explorer.
ExplorerFrame
Load a NewsML package.
RefTest
- class org.newsml.toolkit.conformance.
RefTest
.
Test a reference.
RefTest(int)
- Constructor for class org.newsml.toolkit.conformance.
RefTest
Construct a new reference test with the allowed types specified.
RefTest(int, String)
- Constructor for class org.newsml.toolkit.conformance.
RefTest
Construct a new reference test with a specific NewsML target type.
removeSelf()
- Method in interface org.newsml.toolkit.
BaseNode
Remove this node from the NewsML tree.
REPLACE
- Static variable in interface org.newsml.toolkit.
Delta
Constant: replace target node with replacement node(s).
resolveEntity(String, String)
- Method in class org.newsml.toolkit.dom.
XercesDOMFactory
Entity resolver to ignore external entities (including DTD).
resolveHref(String)
- Method in interface org.newsml.toolkit.
NewsMLSession
Resolve a reference.
Resource
- interface org.newsml.toolkit.
Resource
.
Information about a single resource.
ResourceTest
- class org.newsml.toolkit.dom.unittests.
ResourceTest
.
ResourceTest
- class org.newsml.toolkit.conformance.
ResourceTest
.
Resource-specific conformance tests.
ResourceTest()
- Constructor for class org.newsml.toolkit.conformance.
ResourceTest
ResourceTest(String)
- Constructor for class org.newsml.toolkit.dom.unittests.
ResourceTest
RevisionHistory
- interface org.newsml.toolkit.
RevisionHistory
.
Pointer to an external revision-history document.
RevisionId
- interface org.newsml.toolkit.
RevisionId
.
Revision information for a news item.
RevisionIdTest
- class org.newsml.toolkit.dom.unittests.
RevisionIdTest
.
RevisionIdTest
- class org.newsml.toolkit.conformance.
RevisionIdTest
.
RevisionId-specific conformance tests.
RevisionIdTest()
- Constructor for class org.newsml.toolkit.conformance.
RevisionIdTest
RevisionIdTest(String)
- Constructor for class org.newsml.toolkit.dom.unittests.
RevisionIdTest
RevisionStatus
- interface org.newsml.toolkit.
RevisionStatus
.
A new status for a previous revision.
RevisionStatusTest
- class org.newsml.toolkit.dom.unittests.
RevisionStatusTest
.
RevisionStatusTest
- class org.newsml.toolkit.conformance.
RevisionStatusTest
.
RevisionStatus-specific conformance tests.
RevisionStatusTest()
- Constructor for class org.newsml.toolkit.conformance.
RevisionStatusTest
RevisionStatusTest(String)
- Constructor for class org.newsml.toolkit.dom.unittests.
RevisionStatusTest
RightsMetadata
- interface org.newsml.toolkit.
RightsMetadata
.
Information about the rights for a news component.
RightsMetadataTest
- class org.newsml.toolkit.dom.unittests.
RightsMetadataTest
.
RightsMetadataTest(String)
- Constructor for class org.newsml.toolkit.dom.unittests.
RightsMetadataTest
run(BaseNode, boolean)
- Method in class org.newsml.toolkit.conformance.
TestBase
Run tests.
run(BaseNode, boolean)
- Method in class org.newsml.toolkit.conformance.
RevisionStatusTest
Run tests for a RevisionStatus node.
run(BaseNode, boolean)
- Method in class org.newsml.toolkit.conformance.
DefaultVocabularyForTest
Run tests for a DefaultVocabularyFor node.
run(BaseNode, boolean)
- Method in class org.newsml.toolkit.conformance.
NewsComponentTest
Run tests for a NewsComponent node.
run(BaseNode, boolean)
- Method in class org.newsml.toolkit.conformance.
NewsLineTest
Run tests for a NewsLine node.
run(BaseNode, boolean)
- Method in class org.newsml.toolkit.conformance.
NewsIdentifierTest
Run tests for a NewsIdentifier node.
run(BaseNode, boolean)
- Method in class org.newsml.toolkit.conformance.
DateTimeTest
Run tests for a text node containing ISO 8601 Date/Time data.
run(BaseNode, boolean)
- Method in class org.newsml.toolkit.conformance.
PropertyTest
Run tests for a Property node.
run(BaseNode, boolean)
- Method in class org.newsml.toolkit.conformance.
TopicUseTest
Run tests for a TopicUse node.
run(BaseNode, boolean)
- Method in class org.newsml.toolkit.conformance.
XMLLangTest
Run tests for a Text node with a language code.
run(BaseNode, boolean)
- Method in class org.newsml.toolkit.conformance.
TopicSetTest
Run tests for a TopicSet node.
run(BaseNode, boolean)
- Method in class org.newsml.toolkit.conformance.
PatternTest
Test a pattern against a Text node.
run(BaseNode, boolean)
- Method in class org.newsml.toolkit.conformance.
NewsItemTest
Run tests for a NewsItem node.
run(BaseNode, boolean)
- Method in class org.newsml.toolkit.conformance.
ContentItemTest
Run tests for a ContentItem node.
run(BaseNode, boolean)
- Method in class org.newsml.toolkit.conformance.
TopicTest
Run tests for a Topic node.
run(BaseNode, boolean)
- Method in class org.newsml.toolkit.conformance.
RevisionIdTest
Run tests for a RevisionId node.
run(BaseNode, boolean)
- Method in class org.newsml.toolkit.conformance.
ResourceTest
Run tests for a Resource node.
run(BaseNode, boolean)
- Method in class org.newsml.toolkit.conformance.
FormalNameTest
Run tests for a FormalNameNode.
run(BaseNode, boolean)
- Method in class org.newsml.toolkit.conformance.
CatalogTest
Run tests for a Catalog node.
run(BaseNode, boolean)
- Method in class org.newsml.toolkit.conformance.
EuidTest
Run tests for a Euid node.
run(BaseNode, boolean)
- Method in class org.newsml.toolkit.conformance.
RefTest
Test a reference.
runTests(BaseNode, boolean)
- Method in class org.newsml.toolkit.conformance.
NewsMLTestManager
Run all registered tests against a context node.
S
SampleFactory
- class org.newsml.toolkit.dom.unittests.
SampleFactory
.
Construct a sample NewsML document for unit tests.
sampleFile
- Static variable in class org.newsml.toolkit.dom.unittests.
SampleFactory
setErrorVisitor(ErrorVisitor)
- Method in class org.newsml.toolkit.conformance.
NewsMLTestManager
Set the error vistor.
setExplorerPanel(ExplorerPanel)
- Method in class org.newsml.toolkit.explorer.
ExplorerFrame
Change the explorer panel.
setNewsML(NewsML)
- Method in class org.newsml.toolkit.explorer.
ExplorerPanel
Set the NewsML object to display.
setNewsMLFactory(NewsMLFactory)
- Method in class org.newsml.toolkit.explorer.
ExplorerFrame
Set a new NewsMLFactory.
setPreferredSize(Dimension)
- Method in class org.newsml.toolkit.explorer.
ExplorerFrame
Set the preferred size for this window.
setValidation(boolean)
- Method in interface org.newsml.toolkit.
NewsMLFactory
Set the validation flag.
setValidation(boolean)
- Method in interface org.newsml.toolkit.dom.
DOMFactory
Require or forbid DTD validation.
setValidation(boolean)
- Method in class org.newsml.toolkit.dom.
XercesDOMFactory
setValidation(boolean)
- Method in class org.newsml.toolkit.dom.
DOMNewsMLFactory
setVerbose(boolean)
- Method in class org.newsml.toolkit.conformance.
NewsMLTestManager
Enable or disable the display of messages during processing.
showAll()
- Method in class org.newsml.toolkit.explorer.
ExplorerPanel
Expand all of the nodes in the tree.
SourceList
- interface org.newsml.toolkit.
SourceList
.
A list of sources for administrative metadata.
SourceListTest
- class org.newsml.toolkit.dom.unittests.
SourceListTest
.
SourceListTest(String)
- Constructor for class org.newsml.toolkit.dom.unittests.
SourceListTest
StatusWillChange
- interface org.newsml.toolkit.
StatusWillChange
.
A future status change for a news item.
StatusWillChangeTest
- class org.newsml.toolkit.dom.unittests.
StatusWillChangeTest
.
StatusWillChangeTest(String)
- Constructor for class org.newsml.toolkit.dom.unittests.
StatusWillChangeTest
SubjectCode
- interface org.newsml.toolkit.
SubjectCode
.
An IPTC subject code from the IPTC Information Interchange Model (IIM).
SubjectCodeItem
- interface org.newsml.toolkit.
SubjectCodeItem
.
A single qualified item in a subject code.
SubjectCodeItemTest
- class org.newsml.toolkit.dom.unittests.
SubjectCodeItemTest
.
SubjectCodeItemTest(String)
- Constructor for class org.newsml.toolkit.dom.unittests.
SubjectCodeItemTest
SubjectCodeTest
- class org.newsml.toolkit.dom.unittests.
SubjectCodeTest
.
SubjectCodeTest(String)
- Constructor for class org.newsml.toolkit.dom.unittests.
SubjectCodeTest
suite()
- Static method in class org.newsml.toolkit.dom.unittests.
NewsMLTestSuite
T
testAction()
- Method in class org.newsml.toolkit.dom.unittests.
DeltaTest
testAdministrativeMetadata()
- Method in class org.newsml.toolkit.dom.unittests.
NewsComponentTest
testAllowedValues()
- Method in class org.newsml.toolkit.dom.unittests.
PropertyTest
testAssignment()
- Method in class org.newsml.toolkit.dom.unittests.
DescriptiveMetadataTest
testAssignment()
- Method in class org.newsml.toolkit.dom.unittests.
SubjectCodeTest
testAssignment()
- Method in class org.newsml.toolkit.dom.unittests.
CopyrightTest
testAssignment()
- Method in class org.newsml.toolkit.dom.unittests.
RightsMetadataTest
testAssignment()
- Method in class org.newsml.toolkit.dom.unittests.
PropertyTest
testAssignment()
- Method in class org.newsml.toolkit.dom.unittests.
UsageRightsTest
testAssignment()
- Method in class org.newsml.toolkit.dom.unittests.
OriginTest
testAssignmentInfo()
- Method in class org.newsml.toolkit.dom.unittests.
AssignedFormalNameTest
testAssignmentInfo()
- Method in class org.newsml.toolkit.dom.unittests.
AssignedOriginTextTest
testAssociatedWith()
- Method in class org.newsml.toolkit.dom.unittests.
NewsManagementTest
TestBase
- class org.newsml.toolkit.conformance.
TestBase
.
Abstract base class for all NewsML conformance tests.
testBase()
- Method in class org.newsml.toolkit.dom.unittests.
DescriptiveMetadataTest
testBase()
- Method in class org.newsml.toolkit.dom.unittests.
SubjectCodeTest
testBase()
- Method in class org.newsml.toolkit.dom.unittests.
TransmissionIdTest
testBase()
- Method in class org.newsml.toolkit.dom.unittests.
NewsManagementTest
testBase()
- Method in class org.newsml.toolkit.dom.unittests.
NewsItemIdTest
testBase()
- Method in class org.newsml.toolkit.dom.unittests.
CopyrightTest
testBase()
- Method in class org.newsml.toolkit.dom.unittests.
ProviderIdTest
testBase()
- Method in class org.newsml.toolkit.dom.unittests.
ContentItemTest
testBase()
- Method in class org.newsml.toolkit.dom.unittests.
CatalogTest
testBase()
- Method in class org.newsml.toolkit.dom.unittests.
NewsLineTest
testBase()
- Method in class org.newsml.toolkit.dom.unittests.
RevisionIdTest
testBase()
- Method in class org.newsml.toolkit.dom.unittests.
InstructionTest
testBase()
- Method in class org.newsml.toolkit.dom.unittests.
NewsComponentTest
testBase()
- Method in class org.newsml.toolkit.dom.unittests.
RightsMetadataTest
testBase()
- Method in class org.newsml.toolkit.dom.unittests.
NewsIdentifierTest
testBase()
- Method in class org.newsml.toolkit.dom.unittests.
PartyListTest
testBase()
- Method in class org.newsml.toolkit.dom.unittests.
FormalNameTest
testBase()
- Method in class org.newsml.toolkit.dom.unittests.
AdministrativeMetadataTest
testBase()
- Method in class org.newsml.toolkit.dom.unittests.
PropertyTest
testBase()
- Method in class org.newsml.toolkit.dom.unittests.
TopicSetTest
testBase()
- Method in class org.newsml.toolkit.dom.unittests.
TextTest
testBase()
- Method in class org.newsml.toolkit.dom.unittests.
TopicUseTest
testBase()
- Method in class org.newsml.toolkit.dom.unittests.
CommentTest
testBase()
- Method in class org.newsml.toolkit.dom.unittests.
NewsItemRefTest
testBase()
- Method in class org.newsml.toolkit.dom.unittests.
OriginTextTest
testBase()
- Method in class org.newsml.toolkit.dom.unittests.
RevisionStatusTest
testBase()
- Method in class org.newsml.toolkit.dom.unittests.
NewsLinesTest
testBase()
- Method in class org.newsml.toolkit.dom.unittests.
PartyTest
testBase()
- Method in class org.newsml.toolkit.dom.unittests.
NewsMLTest
testBase()
- Method in class org.newsml.toolkit.dom.unittests.
CharacteristicsTest
testBase()
- Method in class org.newsml.toolkit.dom.unittests.
BasisForChoiceTest
testBase()
- Method in class org.newsml.toolkit.dom.unittests.
NewsEnvelopeTest
testBase()
- Method in class org.newsml.toolkit.dom.unittests.
UsageRightsTest
testBase()
- Method in class org.newsml.toolkit.dom.unittests.
MetadataTest
testBase()
- Method in class org.newsml.toolkit.dom.unittests.
OriginTest
testBase()
- Method in class org.newsml.toolkit.dom.unittests.
NewsItemTest
testBase()
- Method in class org.newsml.toolkit.dom.unittests.
ResourceTest
testBase()
- Method in class org.newsml.toolkit.dom.unittests.
TopicTest
TestBase()
- Constructor for class org.newsml.toolkit.conformance.
TestBase
testBaseURL()
- Method in class org.newsml.toolkit.dom.unittests.
NewsMLSessionTest
testBasisForChoice()
- Method in class org.newsml.toolkit.dom.unittests.
NewsComponentTest
testBasisForChoiceNodes()
- Method in class org.newsml.toolkit.dom.unittests.
EquivalentNodeTest
testByLine()
- Method in class org.newsml.toolkit.dom.unittests.
NewsLinesTest
testCatalog()
- Method in class org.newsml.toolkit.dom.unittests.
DescriptiveMetadataTest
testCatalog()
- Method in class org.newsml.toolkit.dom.unittests.
ContentItemTest
testCatalog()
- Method in class org.newsml.toolkit.dom.unittests.
NewsComponentTest
testCatalog()
- Method in class org.newsml.toolkit.dom.unittests.
RightsMetadataTest
testCatalog()
- Method in class org.newsml.toolkit.dom.unittests.
AdministrativeMetadataTest
testCatalog()
- Method in class org.newsml.toolkit.dom.unittests.
TopicSetTest
testCatalog()
- Method in class org.newsml.toolkit.dom.unittests.
NewsMLTest
testCatalog()
- Method in class org.newsml.toolkit.dom.unittests.
MetadataTest
testCatalog()
- Method in class org.newsml.toolkit.dom.unittests.
NewsItemTest
testCatalog()
- Method in class org.newsml.toolkit.dom.unittests.
TopicTest
testCharacteristics()
- Method in class org.newsml.toolkit.dom.unittests.
ContentItemTest
testChild()
- Method in class org.newsml.toolkit.dom.unittests.
BaseNodeTest
testChildCount()
- Method in class org.newsml.toolkit.dom.unittests.
BaseNodeTest
testChildren()
- Method in class org.newsml.toolkit.dom.unittests.
DeltaTest
testComment()
- Method in class org.newsml.toolkit.dom.unittests.
CopyrightTest
testComment()
- Method in class org.newsml.toolkit.dom.unittests.
ContentItemTest
testComment()
- Method in class org.newsml.toolkit.dom.unittests.
NewsComponentTest
testComment()
- Method in class org.newsml.toolkit.dom.unittests.
PartyListTest
testComment()
- Method in class org.newsml.toolkit.dom.unittests.
TopicSetTest
testComment()
- Method in class org.newsml.toolkit.dom.unittests.
TopicSetRefTest
testComment()
- Method in class org.newsml.toolkit.dom.unittests.
NewsItemRefTest
testComment()
- Method in class org.newsml.toolkit.dom.unittests.
NewsItemTest
testComment()
- Method in class org.newsml.toolkit.dom.unittests.
TopicTest
testContext()
- Method in class org.newsml.toolkit.dom.unittests.
DefaultVocabularyForTest
testContext()
- Method in class org.newsml.toolkit.dom.unittests.
TopicUseTest
testContributor()
- Method in class org.newsml.toolkit.dom.unittests.
AdministrativeMetadataTest
testCopyright()
- Method in class org.newsml.toolkit.dom.unittests.
RightsMetadataTest
testCopyrightDate()
- Method in class org.newsml.toolkit.dom.unittests.
CopyrightTest
testCopyrightHolder()
- Method in class org.newsml.toolkit.dom.unittests.
CopyrightTest
testCopyrightLine()
- Method in class org.newsml.toolkit.dom.unittests.
NewsLinesTest
testCount()
- Method in class org.newsml.toolkit.dom.unittests.
OriginTextTest
testCount()
- Method in class org.newsml.toolkit.dom.unittests.
OriginTest
testCreators()
- Method in class org.newsml.toolkit.dom.unittests.
AdministrativeMetadataTest
testCreditLine()
- Method in class org.newsml.toolkit.dom.unittests.
NewsLinesTest
testDataContent()
- Method in class org.newsml.toolkit.dom.unittests.
ContentItemTest
testDataContent()
- Method in class org.newsml.toolkit.dom.unittests.
EncodingTest
testDateAndTime()
- Method in class org.newsml.toolkit.dom.unittests.
NewsEnvelopeTest
testDateAndTime()
- Method in class org.newsml.toolkit.dom.unittests.
StatusWillChangeTest
testDateId()
- Method in class org.newsml.toolkit.dom.unittests.
NewsIdentifierTest
testDateLabel()
- Method in class org.newsml.toolkit.dom.unittests.
IdentificationTest
testDateLine()
- Method in class org.newsml.toolkit.dom.unittests.
NewsLinesTest
testDefaultTopicSet()
- Method in class org.newsml.toolkit.dom.unittests.
FormalNameTest
testDefaultVocabularyFor()
- Method in class org.newsml.toolkit.dom.unittests.
ResourceTest
testDelta()
- Method in class org.newsml.toolkit.dom.unittests.
UpdateTest
testDerivedFrom()
- Method in class org.newsml.toolkit.dom.unittests.
NewsManagementTest
testDescription()
- Method in class org.newsml.toolkit.dom.unittests.
TopicTest
testDescriptiveMetadata()
- Method in class org.newsml.toolkit.dom.unittests.
NewsComponentTest
testDetails()
- Method in class org.newsml.toolkit.dom.unittests.
TopicTest
testDOMNodes()
- Method in class org.newsml.toolkit.dom.unittests.
DataContentTest
testDuid()
- Method in class org.newsml.toolkit.dom.unittests.
NewsMLSessionTest
testEncoding()
- Method in class org.newsml.toolkit.dom.unittests.
ContentItemTest
testEncoding()
- Method in class org.newsml.toolkit.dom.unittests.
EncodingTest
testEndDate()
- Method in class org.newsml.toolkit.dom.unittests.
UsageRightsTest
testEquivalents()
- Method in class org.newsml.toolkit.dom.unittests.
NewsComponentTest
testEssential()
- Method in class org.newsml.toolkit.dom.unittests.
NewsComponentTest
testExternalDefaultVocabulary()
- Method in class org.newsml.toolkit.dom.unittests.
FormalNameTest
testExternalReference()
- Method in class org.newsml.toolkit.dom.unittests.
NewsMLSessionTest
testExternalReference()
- Method in class org.newsml.toolkit.dom.unittests.
NewsItemRefTest
testExternalReferencedCatalog()
- Method in class org.newsml.toolkit.dom.unittests.
CatalogTest
testFileName()
- Method in class org.newsml.toolkit.dom.unittests.
AdministrativeMetadataTest
testFindTopic()
- Method in class org.newsml.toolkit.dom.unittests.
TopicSetTest
testFirstCreated()
- Method in class org.newsml.toolkit.dom.unittests.
NewsManagementTest
testFormalName()
- Method in class org.newsml.toolkit.dom.unittests.
InstructionTest
testFormalName()
- Method in class org.newsml.toolkit.dom.unittests.
TopicSetTest
testFormalName()
- Method in class org.newsml.toolkit.dom.unittests.
PartyTest
testFormalNameDecl()
- Method in class org.newsml.toolkit.dom.unittests.
TopicTest
testFormat()
- Method in class org.newsml.toolkit.dom.unittests.
ContentItemTest
testFutureStatus()
- Method in class org.newsml.toolkit.dom.unittests.
StatusWillChangeTest
testGenre()
- Method in class org.newsml.toolkit.dom.unittests.
DescriptiveMetadataTest
testGeography()
- Method in class org.newsml.toolkit.dom.unittests.
UsageRightsTest
testGetData()
- Method in class org.newsml.toolkit.dom.unittests.
OriginTextTest
testGetOrigin()
- Method in class org.newsml.toolkit.dom.unittests.
OriginTextTest
testHeadLine()
- Method in class org.newsml.toolkit.dom.unittests.
NewsLinesTest
testHeadLineGroup()
- Method in class org.newsml.toolkit.dom.unittests.
NewsLinesTest
testHref()
- Method in class org.newsml.toolkit.dom.unittests.
ContentItemTest
testHref()
- Method in class org.newsml.toolkit.dom.unittests.
CatalogTest
testHref()
- Method in class org.newsml.toolkit.dom.unittests.
OriginTest
testIdentification()
- Method in class org.newsml.toolkit.dom.unittests.
NewsItemTest
testIdentifiers()
- Method in class org.newsml.toolkit.dom.unittests.
DescriptiveMetadataTest
testIdentifiers()
- Method in class org.newsml.toolkit.dom.unittests.
SubjectCodeTest
testIdentifiers()
- Method in class org.newsml.toolkit.dom.unittests.
TransmissionIdTest
testIdentifiers()
- Method in class org.newsml.toolkit.dom.unittests.
NewsManagementTest
testIdentifiers()
- Method in class org.newsml.toolkit.dom.unittests.
CopyrightTest
testIdentifiers()
- Method in class org.newsml.toolkit.dom.unittests.
ContentItemTest
testIdentifiers()
- Method in class org.newsml.toolkit.dom.unittests.
CatalogTest
testIdentifiers()
- Method in class org.newsml.toolkit.dom.unittests.
NewsLineTest
testIdentifiers()
- Method in class org.newsml.toolkit.dom.unittests.
InstructionTest
testIdentifiers()
- Method in class org.newsml.toolkit.dom.unittests.
NewsComponentTest
testIdentifiers()
- Method in class org.newsml.toolkit.dom.unittests.
RightsMetadataTest
testIdentifiers()
- Method in class org.newsml.toolkit.dom.unittests.
PartyListTest
testIdentifiers()
- Method in class org.newsml.toolkit.dom.unittests.
FormalNameTest
testIdentifiers()
- Method in class org.newsml.toolkit.dom.unittests.
AdministrativeMetadataTest
testIdentifiers()
- Method in class org.newsml.toolkit.dom.unittests.
PropertyTest
testIdentifiers()
- Method in class org.newsml.toolkit.dom.unittests.
TopicSetTest
testIdentifiers()
- Method in class org.newsml.toolkit.dom.unittests.
TextTest
testIdentifiers()
- Method in class org.newsml.toolkit.dom.unittests.
CommentTest
testIdentifiers()
- Method in class org.newsml.toolkit.dom.unittests.
NewsItemRefTest
testIdentifiers()
- Method in class org.newsml.toolkit.dom.unittests.
RevisionStatusTest
testIdentifiers()
- Method in class org.newsml.toolkit.dom.unittests.
NewsLinesTest
testIdentifiers()
- Method in class org.newsml.toolkit.dom.unittests.
PartyTest
testIdentifiers()
- Method in class org.newsml.toolkit.dom.unittests.
NewsMLTest
testIdentifiers()
- Method in class org.newsml.toolkit.dom.unittests.
CharacteristicsTest
testIdentifiers()
- Method in class org.newsml.toolkit.dom.unittests.
BasisForChoiceTest
testIdentifiers()
- Method in class org.newsml.toolkit.dom.unittests.
NewsEnvelopeTest
testIdentifiers()
- Method in class org.newsml.toolkit.dom.unittests.
UsageRightsTest
testIdentifiers()
- Method in class org.newsml.toolkit.dom.unittests.
MetadataTest
testIdentifiers()
- Method in class org.newsml.toolkit.dom.unittests.
NewsItemTest
testIdentifiers()
- Method in class org.newsml.toolkit.dom.unittests.
StatusWillChangeTest
testIdentifiers()
- Method in class org.newsml.toolkit.dom.unittests.
ResourceTest
testIdentifiers()
- Method in class org.newsml.toolkit.dom.unittests.
TopicTest
testInstruction()
- Method in class org.newsml.toolkit.dom.unittests.
NewsManagementTest
testInternalDefaultScheme()
- Method in class org.newsml.toolkit.dom.unittests.
FormalNameTest
testInternalDefaultVocabulary()
- Method in class org.newsml.toolkit.dom.unittests.
FormalNameTest
testInternalReference()
- Method in class org.newsml.toolkit.dom.unittests.
NewsMLSessionTest
testInternalReference()
- Method in class org.newsml.toolkit.dom.unittests.
NewsItemRefTest
testInternalReferencedCatalog()
- Method in class org.newsml.toolkit.dom.unittests.
CatalogTest
testItem()
- Method in class org.newsml.toolkit.dom.unittests.
SubjectCodeTest
testKeywordLine()
- Method in class org.newsml.toolkit.dom.unittests.
NewsLinesTest
testLabel()
- Method in class org.newsml.toolkit.dom.unittests.
IdentificationTest
testLabelText()
- Method in class org.newsml.toolkit.dom.unittests.
LabelTest
testLabelType()
- Method in class org.newsml.toolkit.dom.unittests.
LabelTest
testLang()
- Method in class org.newsml.toolkit.dom.unittests.
OriginTextTest
testLanguage()
- Method in class org.newsml.toolkit.dom.unittests.
DescriptiveMetadataTest
testLanguage()
- Method in class org.newsml.toolkit.dom.unittests.
NewsComponentTest
testLanguage()
- Method in class org.newsml.toolkit.dom.unittests.
CommentTest
testLanguage()
- Method in class org.newsml.toolkit.dom.unittests.
NewsItemTest
testLimitations()
- Method in class org.newsml.toolkit.dom.unittests.
UsageRightsTest
testMediaType()
- Method in class org.newsml.toolkit.dom.unittests.
ContentItemTest
testMember()
- Method in class org.newsml.toolkit.dom.unittests.
NewsComponentTest
testMetadata()
- Method in class org.newsml.toolkit.dom.unittests.
NewsComponentTest
testMetadataType()
- Method in class org.newsml.toolkit.dom.unittests.
MetadataTest
testMimeType()
- Method in class org.newsml.toolkit.dom.unittests.
ContentItemTest
testName()
- Method in class org.newsml.toolkit.dom.unittests.
NewsItemIdTest
testName()
- Method in class org.newsml.toolkit.dom.unittests.
ProviderIdTest
testName()
- Method in class org.newsml.toolkit.dom.unittests.
FormalNameDeclTest
testName()
- Method in class org.newsml.toolkit.dom.unittests.
FormalNameTest
testName()
- Method in class org.newsml.toolkit.dom.unittests.
PropertyTest
testNameLabel()
- Method in class org.newsml.toolkit.dom.unittests.
IdentificationTest
testNewsEnvelope()
- Method in class org.newsml.toolkit.dom.unittests.
NewsMLTest
testNewsIdentifier()
- Method in class org.newsml.toolkit.dom.unittests.
IdentificationTest
testNewsItem()
- Method in class org.newsml.toolkit.dom.unittests.
NewsMLTest
testNewsItem()
- Method in class org.newsml.toolkit.dom.unittests.
SourceListTest
testNewsItemId()
- Method in class org.newsml.toolkit.dom.unittests.
NewsIdentifierTest
testNewsItemType()
- Method in class org.newsml.toolkit.dom.unittests.
NewsManagementTest
testNewsLine()
- Method in class org.newsml.toolkit.dom.unittests.
NewsLinesTest
testNewsLines()
- Method in class org.newsml.toolkit.dom.unittests.
NewsComponentTest
testNewsLineText()
- Method in class org.newsml.toolkit.dom.unittests.
NewsLineTest
testNewsLineType()
- Method in class org.newsml.toolkit.dom.unittests.
NewsLineTest
testNewsManagement()
- Method in class org.newsml.toolkit.dom.unittests.
NewsItemTest
testNewsMLStream()
- Method in class org.newsml.toolkit.dom.unittests.
NewsMLFactoryTest
testNewsMLURL()
- Method in class org.newsml.toolkit.dom.unittests.
NewsMLFactoryTest
testNewsProduct()
- Method in class org.newsml.toolkit.dom.unittests.
NewsEnvelopeTest
testNewsService()
- Method in class org.newsml.toolkit.dom.unittests.
NewsEnvelopeTest
testNodeStream()
- Method in class org.newsml.toolkit.dom.unittests.
NewsMLFactoryTest
testNodeURL()
- Method in class org.newsml.toolkit.dom.unittests.
NewsMLFactoryTest
testNoParent()
- Method in class org.newsml.toolkit.dom.unittests.
NewsMLTest
testNotation()
- Method in class org.newsml.toolkit.dom.unittests.
ContentItemTest
testNotation()
- Method in class org.newsml.toolkit.dom.unittests.
EncodingTest
testNoValidation()
- Method in class org.newsml.toolkit.dom.unittests.
NewsMLFactoryTest
testOfInterestTo()
- Method in class org.newsml.toolkit.dom.unittests.
DescriptiveMetadataTest
testParent()
- Method in class org.newsml.toolkit.dom.unittests.
BaseNodeTest
testParty()
- Method in class org.newsml.toolkit.dom.unittests.
PartyListTest
testPath()
- Method in class org.newsml.toolkit.dom.unittests.
BaseNodeTest
testPreviousRevision()
- Method in class org.newsml.toolkit.dom.unittests.
RevisionIdTest
testPriority()
- Method in class org.newsml.toolkit.dom.unittests.
NewsEnvelopeTest
testProperty()
- Method in class org.newsml.toolkit.dom.unittests.
DescriptiveMetadataTest
testProperty()
- Method in class org.newsml.toolkit.dom.unittests.
NewsManagementTest
testProperty()
- Method in class org.newsml.toolkit.dom.unittests.
RightsMetadataTest
testProperty()
- Method in class org.newsml.toolkit.dom.unittests.
AdministrativeMetadataTest
testProperty()
- Method in class org.newsml.toolkit.dom.unittests.
PropertyTest
testProperty()
- Method in class org.newsml.toolkit.dom.unittests.
CharacteristicsTest
testProperty()
- Method in class org.newsml.toolkit.dom.unittests.
MetadataTest
testProperty()
- Method in class org.newsml.toolkit.dom.unittests.
TopicTest
testProviderId()
- Method in class org.newsml.toolkit.dom.unittests.
NewsIdentifierTest
testProviders()
- Method in class org.newsml.toolkit.dom.unittests.
AdministrativeMetadataTest
testPublicIdentifier()
- Method in class org.newsml.toolkit.dom.unittests.
NewsIdentifierTest
testQualifier()
- Method in class org.newsml.toolkit.dom.unittests.
SubjectCodeItemTest
testRank()
- Method in class org.newsml.toolkit.dom.unittests.
BasisForChoiceTest
testRef()
- Method in class org.newsml.toolkit.dom.unittests.
TopicSetRefTest
testRef()
- Method in class org.newsml.toolkit.dom.unittests.
NewsItemRefTest
testReferencedTopic()
- Method in class org.newsml.toolkit.dom.unittests.
TopicNodeTest
testRemoveSelf()
- Method in class org.newsml.toolkit.dom.unittests.
BaseNodeTest
testRepeat()
- Method in class org.newsml.toolkit.dom.unittests.
TransmissionIdTest
testResolveHref()
- Method in class org.newsml.toolkit.dom.unittests.
NewsMLSessionTest
testResource()
- Method in class org.newsml.toolkit.dom.unittests.
CatalogTest
testRevision()
- Method in class org.newsml.toolkit.dom.unittests.
RevisionStatusTest
testRevisionHistory()
- Method in class org.newsml.toolkit.dom.unittests.
NewsManagementTest
testRevisionId()
- Method in class org.newsml.toolkit.dom.unittests.
NewsIdentifierTest
testRevisionStatus()
- Method in class org.newsml.toolkit.dom.unittests.
InstructionTest
testRightsHolder()
- Method in class org.newsml.toolkit.dom.unittests.
UsageRightsTest
testRightsLine()
- Method in class org.newsml.toolkit.dom.unittests.
NewsLinesTest
testRightsMetadata()
- Method in class org.newsml.toolkit.dom.unittests.
NewsComponentTest
testRole()
- Method in class org.newsml.toolkit.dom.unittests.
NewsComponentTest
testRootNewsComponent()
- Method in class org.newsml.toolkit.dom.unittests.
NewsItemTest
testRootNode()
- Method in class org.newsml.toolkit.dom.unittests.
NewsMLSessionTest
testRootTopicSet()
- Method in class org.newsml.toolkit.dom.unittests.
NewsItemTest
testScheme()
- Method in class org.newsml.toolkit.dom.unittests.
NewsItemIdTest
testScheme()
- Method in class org.newsml.toolkit.dom.unittests.
FormalNameDeclTest
testScheme()
- Method in class org.newsml.toolkit.dom.unittests.
DefaultVocabularyForTest
testScheme()
- Method in class org.newsml.toolkit.dom.unittests.
FormalNameTest
testSentFrom()
- Method in class org.newsml.toolkit.dom.unittests.
NewsEnvelopeTest
testSentTo()
- Method in class org.newsml.toolkit.dom.unittests.
NewsEnvelopeTest
testSeriesLine()
- Method in class org.newsml.toolkit.dom.unittests.
NewsLinesTest
testSession()
- Method in class org.newsml.toolkit.dom.unittests.
BaseNodeTest
testSizeInBytes()
- Method in class org.newsml.toolkit.dom.unittests.
CharacteristicsTest
testSlugLine()
- Method in class org.newsml.toolkit.dom.unittests.
NewsLinesTest
testSource()
- Method in class org.newsml.toolkit.dom.unittests.
AdministrativeMetadataTest
testStartDate()
- Method in class org.newsml.toolkit.dom.unittests.
UsageRightsTest
testStatus()
- Method in class org.newsml.toolkit.dom.unittests.
NewsManagementTest
testStatus()
- Method in class org.newsml.toolkit.dom.unittests.
RevisionStatusTest
testStatusWillChange()
- Method in class org.newsml.toolkit.dom.unittests.
NewsManagementTest
testSubHeadLine()
- Method in class org.newsml.toolkit.dom.unittests.
NewsLinesTest
testSubject()
- Method in class org.newsml.toolkit.dom.unittests.
SubjectCodeTest
testSubject()
- Method in class org.newsml.toolkit.dom.unittests.
SubjectCodeItemTest
testSubjectCode()
- Method in class org.newsml.toolkit.dom.unittests.
DescriptiveMetadataTest
testSubjectDetail()
- Method in class org.newsml.toolkit.dom.unittests.
SubjectCodeTest
testSubjectDetail()
- Method in class org.newsml.toolkit.dom.unittests.
SubjectCodeItemTest
testSubjectMatter()
- Method in class org.newsml.toolkit.dom.unittests.
SubjectCodeTest
testSubjectMatter()
- Method in class org.newsml.toolkit.dom.unittests.
SubjectCodeItemTest
testSubjectQualifier()
- Method in class org.newsml.toolkit.dom.unittests.
SubjectCodeTest
testSystemIdentifier()
- Method in class org.newsml.toolkit.dom.unittests.
AdministrativeMetadataTest
testTarget()
- Method in class org.newsml.toolkit.dom.unittests.
DeltaTest
testText()
- Method in class org.newsml.toolkit.dom.unittests.
CommentTest
testText()
- Method in class org.newsml.toolkit.dom.unittests.
DataContentTest
testThisRevisionCreated()
- Method in class org.newsml.toolkit.dom.unittests.
NewsManagementTest
testTopic()
- Method in class org.newsml.toolkit.dom.unittests.
FormalNameTest
testTopic()
- Method in class org.newsml.toolkit.dom.unittests.
TopicSetTest
testTopicOccurrence()
- Method in class org.newsml.toolkit.dom.unittests.
DescriptiveMetadataTest
testTopicRef()
- Method in class org.newsml.toolkit.dom.unittests.
TopicNodeTest
testTopicRef()
- Method in class org.newsml.toolkit.dom.unittests.
TopicUseTest
testTopicRef()
- Method in class org.newsml.toolkit.dom.unittests.
PartyTest
testTopicSet()
- Method in class org.newsml.toolkit.dom.unittests.
NewsComponentTest
testTopicSet()
- Method in class org.newsml.toolkit.dom.unittests.
FormalNameTest
testTopicSet()
- Method in class org.newsml.toolkit.dom.unittests.
NewsMLTest
testTopicSetRef()
- Method in class org.newsml.toolkit.dom.unittests.
TopicSetTest
testTopicType()
- Method in class org.newsml.toolkit.dom.unittests.
TopicTest
testTopicUse()
- Method in class org.newsml.toolkit.dom.unittests.
CatalogTest
testToString()
- Method in class org.newsml.toolkit.dom.unittests.
FormalNameTest
testToString()
- Method in class org.newsml.toolkit.dom.unittests.
TextTest
testTranslationOf()
- Method in class org.newsml.toolkit.dom.unittests.
CommentTest
testTransmissionId()
- Method in class org.newsml.toolkit.dom.unittests.
NewsEnvelopeTest
testType()
- Method in class org.newsml.toolkit.dom.unittests.
OriginTextTest
testType()
- Method in class org.newsml.toolkit.dom.unittests.
OriginTest
testUpdate()
- Method in class org.newsml.toolkit.dom.unittests.
RevisionIdTest
testUpdate()
- Method in class org.newsml.toolkit.dom.unittests.
NewsItemTest
testUrgency()
- Method in class org.newsml.toolkit.dom.unittests.
NewsManagementTest
testUrl()
- Method in class org.newsml.toolkit.dom.unittests.
ResourceTest
testUrn()
- Method in class org.newsml.toolkit.dom.unittests.
ResourceTest
testUsageRights()
- Method in class org.newsml.toolkit.dom.unittests.
RightsMetadataTest
testUsageType()
- Method in class org.newsml.toolkit.dom.unittests.
UsageRightsTest
testValidation()
- Method in class org.newsml.toolkit.dom.unittests.
NewsMLFactoryTest
testValue()
- Method in class org.newsml.toolkit.dom.unittests.
TransmissionIdTest
testValue()
- Method in class org.newsml.toolkit.dom.unittests.
RevisionIdTest
testValue()
- Method in class org.newsml.toolkit.dom.unittests.
PropertyTest
testValue()
- Method in class org.newsml.toolkit.dom.unittests.
TextTest
testValueRef()
- Method in class org.newsml.toolkit.dom.unittests.
PropertyTest
testVocabulary()
- Method in class org.newsml.toolkit.dom.unittests.
NewsItemIdTest
testVocabulary()
- Method in class org.newsml.toolkit.dom.unittests.
ProviderIdTest
testVocabulary()
- Method in class org.newsml.toolkit.dom.unittests.
FormalNameTest
testWriteXMLDocument()
- Method in class org.newsml.toolkit.dom.unittests.
BaseNodeTest
testWriteXMLFragment()
- Method in class org.newsml.toolkit.dom.unittests.
BaseNodeTest
testXML()
- Method in class org.newsml.toolkit.dom.unittests.
BaseNodeTest
testXMLName()
- Method in class org.newsml.toolkit.dom.unittests.
BaseNodeTest
testXMLString()
- Method in class org.newsml.toolkit.dom.unittests.
DataContentTest
testXPath()
- Method in class org.newsml.toolkit.dom.unittests.
NewsMLSessionTest
testXPath()
- Method in class org.newsml.toolkit.dom.unittests.
BaseNodeTest
testXPath()
- Method in class org.newsml.toolkit.dom.unittests.
BasisForChoiceTest
Text
- interface org.newsml.toolkit.
Text
.
Text without identifiers.
TEXT
- Static variable in interface org.newsml.toolkit.
OriginNode
Constant: a chunk contains text.
TextTest
- class org.newsml.toolkit.dom.unittests.
TextTest
.
TextTest(String)
- Constructor for class org.newsml.toolkit.dom.unittests.
TextTest
toBoolean()
- Method in interface org.newsml.toolkit.
Text
Convert the text to a boolean.
toInt()
- Method in interface org.newsml.toolkit.
Text
Convert the text to an integer.
Topic
- interface org.newsml.toolkit.
Topic
.
A single item of metadata.
TopicNode
- interface org.newsml.toolkit.
TopicNode
.
Interface for objects pointing to topics.
TopicNodeTest
- class org.newsml.toolkit.dom.unittests.
TopicNodeTest
.
TopicNodeTest(String)
- Constructor for class org.newsml.toolkit.dom.unittests.
TopicNodeTest
TopicOccurrence
- interface org.newsml.toolkit.
TopicOccurrence
.
An occurrence of a single topic.
TopicSet
- interface org.newsml.toolkit.
TopicSet
.
A collection of metadata.
TopicSetRef
- interface org.newsml.toolkit.
TopicSetRef
.
A pointer to a topic set to merge with the current one.
TopicSetRefTest
- class org.newsml.toolkit.dom.unittests.
TopicSetRefTest
.
TopicSetRefTest(String)
- Constructor for class org.newsml.toolkit.dom.unittests.
TopicSetRefTest
TopicSetTest
- class org.newsml.toolkit.dom.unittests.
TopicSetTest
.
TopicSetTest
- class org.newsml.toolkit.conformance.
TopicSetTest
.
TopicSet-specific conformance tests.
TopicSetTest()
- Constructor for class org.newsml.toolkit.conformance.
TopicSetTest
TopicSetTest(String)
- Constructor for class org.newsml.toolkit.dom.unittests.
TopicSetTest
TopicTest
- class org.newsml.toolkit.dom.unittests.
TopicTest
.
TopicTest
- class org.newsml.toolkit.conformance.
TopicTest
.
Topic-specific conformance tests.
TopicTest()
- Constructor for class org.newsml.toolkit.conformance.
TopicTest
TopicTest(String)
- Constructor for class org.newsml.toolkit.dom.unittests.
TopicTest
TopicUse
- interface org.newsml.toolkit.
TopicUse
.
Information about where a topic is used in a document.
TopicUseTest
- class org.newsml.toolkit.dom.unittests.
TopicUseTest
.
TopicUseTest
- class org.newsml.toolkit.conformance.
TopicUseTest
.
TopicUse-specific conformance tests.
TopicUseTest()
- Constructor for class org.newsml.toolkit.conformance.
TopicUseTest
TopicUseTest(String)
- Constructor for class org.newsml.toolkit.dom.unittests.
TopicUseTest
toString()
- Method in interface org.newsml.toolkit.
FormalNameNode
Generate a naive string representation of this FormalNameNode.
toString()
- Method in interface org.newsml.toolkit.
Text
Override java.lang.toString().
toString(boolean)
- Method in interface org.newsml.toolkit.
FormalNameNode
Generate a proper string representation of this formal name.
toXML(boolean)
- Method in interface org.newsml.toolkit.
BaseNode
Get an XML rendition of this node.
toXML(String, String)
- Method in interface org.newsml.toolkit.
BaseNode
Get an XML document rendition of this node.
TransmissionId
- interface org.newsml.toolkit.
TransmissionId
.
An identifier for a NewsML document transmission.
TransmissionIdTest
- class org.newsml.toolkit.dom.unittests.
TransmissionIdTest
.
TransmissionIdTest(String)
- Constructor for class org.newsml.toolkit.dom.unittests.
TransmissionIdTest
U
Update
- interface org.newsml.toolkit.
Update
.
Deltas for incremental updates.
UpdateTest
- class org.newsml.toolkit.dom.unittests.
UpdateTest
.
UpdateTest(String)
- Constructor for class org.newsml.toolkit.dom.unittests.
UpdateTest
URL
- Static variable in class org.newsml.toolkit.conformance.
RefTest
Constant: General URLs are allowed.
URL_REGEXP
- Static variable in class org.newsml.toolkit.conformance.
Util
Regular expression to validate RFC 1738 URL syntax.
URN
- Static variable in class org.newsml.toolkit.conformance.
RefTest
Constant: General URNs are allowed.
URN_REGEXP
- Static variable in class org.newsml.toolkit.conformance.
Util
Regular expression to validate RFC 2141 URN syntax.
UsageRights
- interface org.newsml.toolkit.
UsageRights
.
Usage rights for a news component.
UsageRightsTest
- class org.newsml.toolkit.dom.unittests.
UsageRightsTest
.
UsageRightsTest(String)
- Constructor for class org.newsml.toolkit.dom.unittests.
UsageRightsTest
Util
- class org.newsml.toolkit.conformance.
Util
.
Convenient static utility methods for NewsML conformance tests.
Util()
- Constructor for class org.newsml.toolkit.conformance.
Util
V
valueChanged(TreeSelectionEvent)
- Method in class org.newsml.toolkit.explorer.
ExplorerPanel
Respond to user selections in the tree.
W
warning(BaseNode, NewsMLException)
- Method in interface org.newsml.toolkit.conformance.
ErrorVisitor
Report a warning.
warning(SAXParseException)
- Method in class org.newsml.toolkit.dom.
XercesDOMFactory
Catch warnings.
warning(String)
- Static method in class org.newsml.toolkit.conformance.
TestBase
Report a warning.
writeXML(Writer, boolean)
- Method in interface org.newsml.toolkit.
BaseNode
Serialize this node as XML.
writeXML(Writer, String, String)
- Method in interface org.newsml.toolkit.
BaseNode
Serialize a node as an XML document.
X
XercesDOMFactory
- class org.newsml.toolkit.dom.
XercesDOMFactory
.
Xerces implementation of DOMFactory.
XercesDOMFactory()
- Constructor for class org.newsml.toolkit.dom.
XercesDOMFactory
Default constructor.
XercesDOMFactory(boolean)
- Constructor for class org.newsml.toolkit.dom.
XercesDOMFactory
Constructor.
XMLLangTest
- class org.newsml.toolkit.conformance.
XMLLangTest
.
Validate the values of an xml:lang attributes in the document.
XMLLangTest()
- Constructor for class org.newsml.toolkit.conformance.
XMLLangTest
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W
X
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES