public static class DTD.PI extends DTD.MarkupDecl
| Modifier and Type | Field and Description |
|---|---|
protected String |
target
Generated by umod; model author's documentation MISSING.
|
protected String |
text
Generated by umod; model author's documentation MISSING.
|
location, locationsformat| Constructor and Description |
|---|
PI(Location<XMLDocumentIdentifier> location,
String target,
String text)
Constructor generated according to specification #99
Constructor defined according to directive "C 99/..". |
PI(String target,
String text)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
| Modifier and Type | Method and Description |
|---|---|
DTD.PI |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing, as specified in the umod source.
|
String |
get_target()
Generated by umod; model author's documentation MISSING.
|
static Pattern<DTD.PI> |
get_target(Pattern<? super String> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
String |
get_text()
Generated by umod; model author's documentation MISSING.
|
static Pattern<DTD.PI> |
get_text(Pattern<? super String> p)
Lifts a pattern which matches the field value to one which matches this
whole object.
|
static String |
getFormatHint()
Delivers the format specification from the umod source.
|
DTD.PI |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_target(String val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_text(String val)
Generated by umod; model author's documentation MISSING.
|
descend_locations, get_location, get_location, get_locations, get_locations, set_location, set_locationsprotected String target
get_target(),
set_target(java.lang.String)protected String text
get_text(),
set_text(java.lang.String)public PI(Location<XMLDocumentIdentifier> location, String target, String text)
location - is copied to field DTD.MarkupDecl.locationtarget - is copied to field targettext - is copied to field textpublic DTD.PI doclone()
Cloneable is known
to be implemented.doclone in class DTD.MarkupDeclpublic static String getFormatHint()
('<?'target; ;2>($text
text)'?>')?('<?'target'?>') public Format format()
format in interface Formattableformat in class DTD.MarkupDeclpublic DTD.PI initFrom(Object o0)
initFrom in class DTD.MarkupDeclpublic String get_target()
public boolean set_target(String val)
val - the new value of type java.lang.String(never null)targetpublic String get_text()
public boolean set_text(String val)
val - the new value of type java.lang.String(never null)textpublic static Pattern<DTD.PI> get_target(Pattern<? super String> p)
DTD.__Patterns.public static Pattern<DTD.PI> get_text(Pattern<? super String> p)
DTD.__Patterns.see also the complete user documentation .