| Package | Description |
|---|---|
| xdi2.core.features.nodetypes | |
| xdi2.core.syntax |
XDI Syntax for addresses, statements, arcs, etc.
|
| xdi2.core.syntax.parser |
| Modifier and Type | Method and Description |
|---|---|
static XDIArc |
XdiEntityInstanceOrdered.createXDIArc(boolean immutable,
boolean relative,
String literal,
XDIXRef xref) |
static XDIArc |
XdiAttributeInstanceOrdered.createXDIArc(boolean immutable,
boolean relative,
String literal,
XDIXRef xref) |
static XDIArc |
XdiEntityInstanceUnordered.createXDIArc(boolean immutable,
boolean relative,
String literal,
XDIXRef xref) |
static XDIArc |
XdiAttributeInstanceUnordered.createXDIArc(boolean immutable,
boolean relative,
String literal,
XDIXRef xref) |
static XDIArc |
XdiAttributeSingleton.createXDIArc(Character cs,
boolean immutable,
boolean relative,
String literal,
XDIXRef xref) |
static XDIArc |
XdiAttributeCollection.createXDIArc(Character cs,
boolean immutable,
boolean relative,
String literal,
XDIXRef xref) |
static XDIArc |
XdiEntityCollection.createXDIArc(Character cs,
boolean immutable,
boolean relative,
String literal,
XDIXRef xref) |
static XDIArc |
XdiEntitySingleton.createXDIArc(Character cs,
boolean immutable,
boolean relative,
String literal,
XDIXRef xref) |
| Modifier and Type | Method and Description |
|---|---|
static XDIXRef |
XDIXRef.create(String string) |
static XDIXRef |
XDIXRef.fromComponents(String xs,
XDIAddress XDIaddress,
XDIAddress partialSubject,
XDIAddress partialPredicate,
String iri,
String literal) |
XDIXRef |
XDIArc.getXRef() |
protected XDIXRef |
ParserAbstract.newXDIXRef(String string,
String xs,
XDIAddress XDIaddress,
XDIAddress partialSubject,
XDIAddress partialPredicate,
String iri,
String literal) |
XDIXRef |
Parser.parseXDIXRef(String string) |
| Modifier and Type | Method and Description |
|---|---|
static XDIArc |
XDIArc.fromComponents(Character cs,
boolean variable,
boolean definition,
boolean collection,
boolean attribute,
boolean immutable,
boolean relative,
String literal,
XDIXRef xref) |
protected XDIArc |
ParserAbstract.newXDIArc(String string,
Character cs,
boolean variable,
boolean definition,
boolean collection,
boolean attribute,
boolean immutable,
boolean relative,
String literal,
XDIXRef xref) |
| Modifier and Type | Method and Description |
|---|---|
XDIXRef |
ParserImpl.parseXDIXRef(String string) |
Copyright © 2015. All Rights Reserved.