Oxygen XML Editor 14.2 Author API

ro.sync.ecss.css
Class URIContent

java.lang.Object
  extended by ro.sync.ecss.css.URIContent
All Implemented Interfaces:
StaticContent

@API(type=INTERNAL,
     src=PRIVATE)
public class URIContent
extends java.lang.Object
implements StaticContent

URI content


Field Summary
 
Fields inherited from interface ro.sync.ecss.css.StaticContent
COUNTER_CONTENT, COUNTERS_CONTENT, EDITOR_CONTENT, LABEL_CONTENT, TEXT_CONTENT, URI_CONTENT
 
Constructor Summary
URIContent(java.lang.String base, java.lang.String href)
          Constructor
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getBase()
           
 java.lang.String getHref()
           
 int getType()
          Gets the content type.
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URIContent

public URIContent(java.lang.String base,
                  java.lang.String href)
Constructor

Parameters:
base - Base system ID.
href - Href.
Method Detail

getType

public int getType()
Description copied from interface: StaticContent
Gets the content type.

Specified by:
getType in interface StaticContent
Returns:
The content type.
See Also:
StaticContent.getType()

getHref

public java.lang.String getHref()
Returns:
The href.

getBase

public java.lang.String getBase()
Returns:
The Base URL

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object
See Also:
Object.hashCode()

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object
See Also:
Object.equals(java.lang.Object)

Oxygen XML Editor 14.2 Author API

© Copyright SyncRO Soft SRL 2002 - 2013. All rights reserved.