Method | Description | |
---|---|---|
XRef ( string sPath ) : System |
Constructs a cross-reference from a string
|
|
getIRI ( ) : string | ||
getXRIReference ( ) : XRIReference | ||
toIRINormalForm ( ) : string |
Serializes XRef into IRI normal from
|
|
toURINormalForm ( ) : string |
Method | Description | |
---|---|---|
XRef ( ) : System | ||
doScan ( ParseStream oStream ) : bool | ||
scanIRI ( ParseStream oStream ) : string |
Returns a non-null String if an IRI is consumed from the stream
|
|
scanIRIChars ( string s ) : int | ||
scanXRIReference ( ParseStream oStream ) : XRIReference |
Returns a non-null XRIReference if an XRIReference is consumed from the stream
|